Kick Spy!, Kick Zeitgeist and Kick Widgets
gringod.com — If you're porting code from one language to another it's a good idea to port any existing unit test to the target language. It can greatly reduce the amount if time required trawling through the old code. read more...
gringod.com — Having just started a new job I find it interesting to see the way that the other developers I’m working with do things. One of the things I found in the code was for doing dependency injection. I’m not going to analyse that code as but what I will say is that I managed to replace 10 lines of code with just 3. read more...
gringod.com — Many, many times in my programming life I have seen people causing themselves all sorts of problems as the try and concatenate paths for file and directories. read more...
gringod.com — A simple tip for making your debugging life easier by combining Debug.WriteLine() with StackTrace read more...
roland-weigelt.de — GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments. Either by using existing documentation inherited from base classes or implemented interfaces, or by deducing comments from name and type of e.g. methods, properties or parameters. read more...
blogs.msdn.com — Users of ASP.Net 2 may have noticed strange crash logs appearing in their Application Event log. You may be supprised to know that if you migrated from ASP.Net 1.1 you may have been getting the same crashes previously but due to Microsofts previous logging policy the previous crashes just weren't being reported. This article describes methods to track down the ellusive errors that are occuring when nobody is watching. read more...
gringod.com — The problem seems to be that under certain circumstances the .Net Double data type loose its precision and gives you a number that you weren’t expecting. read more...
gringod.com — This is a follow-up to my previous post “Playing a wav from a resource in VB.Net“. The previous post was how to get it working in VB.Net for the .Net Framework 1.1. In the .Net Framework 2.0, Microsoft has been kind and provided a System.Media namespace in the core System.dll. read more...
damieng.com — It's sometimes useful to know or display how many people are currently using your web application and how long it's been up for. As web applications normally inherit from System.Web.HttpApplication we can extend this class with a common re-usable class to add the required functionality. read more...
Sponsored Link: www.carlist.ie
Ads via The Lounge