Feeds:
Posts
Comments

Archive for March, 2011

Now that the MVC 3 RTM is out, I thought it would be a good opportunity to upgrade and do some needed refactoring in one of my projects. I found an excellent post on how to do this manually which gives a good idea of the changes that are being made. And for the lazy [...]

Read Full Post »

Installation Elmah is error logging third party library which you can add to ASP.NET application to enable capture of almost all errors. You can add this to your project in about a minute by using the very cool tool NuGet. http://nuget.codeplex.com/ I discussed this briefly in this post “NuGet, the new way to get third [...]

Read Full Post »

I thought I’d write about this very cool new application hosted on code plex called NuGet. NuGet is a Visual Studio 2010 extension which manages packages. Roughly speaking this means that you can add third party dlls to your application without having to set any of the configuration or reference dependencies manually. There is a [...]

Read Full Post »

C# Custom Exception handling There has been some discussion about whether or not to use custom exception handling at all, but call me old fashioned, I like to use custom exception as it better encapsulates known / expected problems, especially when writing service orientated architecture and you want to pass exceptions to the calling code. [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.