Archive for the '.NET' Category




Great news! Jeff Prosise is coming to Cork, Ireland to give a half day seminar for IT@Cork. [Thanks Jim for sending this on]
Clare Dillon’s Blog : Jeff Prosise coming to Cork!
On March 23rd, he will be focusing on ASP.NET AJAX, his latest expert topic. Rob will also be heading down for the [...]


In the recently released Visual Studio “Orcas” new code metrics are available to analyse your code. The metrics currently calculated are: Maintainability Index, Cyclomatic Complexity, Depth of Inheritance, Class Coupling, and Lines of Code. The metrics will help you determine areas in your codebase which still need work or refactoring.
The Visual Studio Code Analysis [...]


You just know when Scott Guthrie posts something on his blog that you have got to read it because it is going to be top quality. In this post Scott writes about URL Rewriting so this would allow you to use URLs such as www.seandeasy.com/5-podcasts-that-every-net-developer-should-be-listening-to/ instead of www.seandeasy.com/?p=57 which both point to the same [...]