View Post

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 Reading
Written by DevelopmentNow -- January 6, 2006
View Post

Sending 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 Reading
Written by Ben Strackany -- October 19, 2005
View Post

Abstract 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 Reading
Written by Ben Strackany -- August 1, 2005
View Post

Hungarian 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
Written by Ben Strackany -- July 14, 2005