Monthly Archives: July 2010
5 Types of Comments to Avoid Making in Your Code
Have you ever been reviewing code and come across a comment that you deemed was unnecessary? Commenting your code is meant to improve the readability of your code and make it more understandable to someone other than the original developer. I have identified 5 types of comments that really annoy me and the types of [...]
ASP.NET – Access To Path is Denied
If your ASP.NET program is attempting to read, write and/or delete a fie it can display the error “Access to Path … is Denied”. If this is the case, the directory may have the incorrect security settings. Here are the steps to add the correct the user security settings on Windows Server 2003: 1. Find [...]
Do-It-Yourself Free XML Tool Suite
If you ever had to work with XML documents and XML schemas, it can be pretty challenging if you don’t have the right tools. If you are creating/modifying XML through code (e.g. XML Web Services), it can especially be difficult searching XML nodes or trying to create a validated XML document. Personally, I believe that [...]
SharePoint 2010 Development Resources
Implementing SharePoint 2010 is an idea that is being thrown around at my place of employment right now. As a developer, there seems to be some significant differences between WSS 3.0/MOSS 2007 and SharePoint 2010 (SharePoint 2010 Sandbox Environment) and I wanted to make sure that my skills were updated for the latest release of [...]
How To View Inception Through Code