Welcome to whodurun4.com Community Sign in | Join | Help

July 2005 - Posts

I'm trying to get this blog started as a resource for my efforts at work and on this site. Unfortunately, not everything's ready and I'm not overly thrilled about displaying my learning curve. But, as Coach would say, "Gotta Go Now!" Otherwise, it just Read More...
Data Points: The Enterprise Library Data Access Application Block, Part 1 I should probably review this article and look for more information on it. It also has a second part: Data Points: The Enterprise Library Data Access Application Block, Part 2 Read More...
Ken North has written an article I want to read on SOA and Database Logic should I get the time. Read More...
Here's a good brief overview of how to begin creating Avalon apps. It promises to be followed by two more articles on the topic. Avalon, the nascent framework for building next-generation user interfaces in Windows Vista, is available now in beta, but Read More...
ConnectionStrings.com has a nice collection of connection string templates to reference for SQL Server, Access and just about everything else. Read More...
Connect Systems with Indigo by Roger Jennings is an overview of the system with a good number of links to more resources. Read More...
Unit Testing in .NET Projects by Jay Flowers and Andrew Stopford -- Now is a pretty exciting time for unit testing in .NET. Tremendous progress is being made on several fronts: IDE integration, process integration, and new test fixtures. Jay Flowers and Read More...
I'm enough of a code snob to know I am one, but I've never been much of a Microsoft basher. My job wouldn't exist without them. Some of that changed today. It has taken far too long for me to debug an HTML Component because I was using a property with Read More...
Microsoft offers a guide in pdf format that can be used to create a business case quickly. At a mere 166 pages, how can't it be fast? Read More...
Some interesting thoughts on ISVs from a Mac perspective are presented by Wil Shiply in a presentation he gave. There are both a slideshow and a podcast that can be found at his blog . Read More...
OnDotNet.com has a somewhat in depth three part ( 1 , 2 , 3 ) series on how to use Web Parts in with ASP.Net 2.0 that I would like to read. Read More...
Here is an interesting article on the three, once again on MSDN (I'm behind there). The section on What Memory Needs Protection breaks memory into three primary categories, thread exclusive, read-only, or lock protected. I was quite pleased to see I had Read More...
I found this article about code productivity that has some good suggestions. It also references another MSDN article about must-have developer tools . Read More...
This MSDN article shows how to use contract first development techniques for SOA and tools to help. Read More...
Here is another MSDN article about how to use windows services to perform testing on databases and the data layer. It also included information on the built-in framework in Visual Studio 2005. Read More...
This MSDN article is an overview of how to use ACT and ASP.Net. Read More...
You can find the SSCLI at http://msdn.microsoft.com/net/sscli . This is only for version 1.1. Read More...
Here is a link to download an introduction to VB.Net 2005. Read More...
Here is a good reference for a Visual Studio macro to use for a copyright notice. I also need to review this article on Open Content Licenses to get a better idea about open source code copyright issues. Microsoft also has an article regarding Copyrights, Read More...
I found a good article on DHTML Behaviors and ASP.Net by Dino Espisito. As I've blundered through this situation myself I learned this technique . . . slowly. Other than my issue with overriding LoadPostData , the only thing I'd try differently is to Read More...
The greatest frustration I've had developing custom controls is not being able to override LoadPostData. It is clear a bug in the compiler will not allow this to be done. Microsoft has acknowledged it and, I've read, has fixed it but will not release Read More...
This is an Intruduction to CLR Integration by Christoffer Hedgate I'd like to read if I ever get to it. Read More...
This article gives an Introduction to Express Manager . Read More...