Great ASP.NET 2.0 Tips and Tricks List

ASP.NET
In case you are one of the only people writing ASP.NET code who do not know who Scott Guthrie is, you should check out his site. Scott recently posted a list of what he felt was the best ASP.NET 2.0 Tips and Tricks from better than 200 posts he made...

My Microsoft Vista Development Environment

Technology
Doing software development on the Windows platform, both Windows Forms and Web Development forces us to try out new platforms as they become available.? I have been trying to get a decent virtual machine setup of Microsoft Vista for quite sometime.? I tried various builds in?pre-Beta 2 but each one...

Configuring IIS 6 and ASP.NET to work without a Windows Domain

IIS
I recently setup and configured some new web servers for the?new web application being rolled out.? The application is an ASP.NET 2.0 application running on IIS6 and Windows 2003. Our existing application this new application will replace runs in IIS5 and Windows 2000.? The real differentiator is the legacy application...

Great C# String.Format Resource

C#
I came across a great C# String.Format resource from Steve Tibbett and figured I would share it.? I can never seem to remember the all the little curly brace format strings when I use String.Format.? Enjoy! Technorati Tags : ASP.NET, C#

ELMAH for ASP.NET 2.0 Available

ASP.NET
I have been using a module for Error Logging and Notification released on GotDotNet, called ELMAH.? ELMAH is a great behind-the-scenes module for ASP.NET that is quickly added to your project’s /bin folder, add a?handler in your web.config and run a script to create a table in your database.?? ELMAH...

Business of Software by Eric Sink

Technology
I have had some down time lately and got the chance to put in some solid time to read a book.? I am always reading, mostly technical books, but never really one I read cover to cover.? So, I decided to read ?The Business of Software? by Eric Sink.? I...

Online Database Schema Library

Technology
I came across this Library of Free Database Models from Scott Guthrie?s blog recently.? Below is an example of one design I did in the past months this source would have been extremely helpful. If you are starting a new project of expanding one this resource should prove to be...