Subversion now supports* ASP.NET
Subversion 1.3 was released a few days ago with a number of enhancements. The biggest news for me is the official support for the Windows _svn hack. In a nutshell, […]
Continue ReadingSending Emails with .NET 2.0 SMTP Classes
It’s often handy to have your web site or application send emails. “Thanks for registering.” “Thanks for your order.” “Hey tech support, the web site is down.” .NET 2.0 provides […]
Continue ReadingAbstract Classes vs Interfaces, plus OOP in a Microsoft world
Found a great writeup on abstract classes versus interfaces at the code project. While not every developer or project makes use of those OOP constructs, it’s important to be familiar […]
Continue ReadingHungarian Notation and Smelly Code
While doing some research for a coding standards document, I found a big wiki discussion on the pros & cons of Hungarian Notation. I started out programming with Pascal, then […]
Continue Reading