July 2008 - Posts
While publishing articles for ASP Alliance I often take the time to fix long code lines I find in the articles. These bother me greatly, because they make web pages and thus the article ugly and difficult to read. I hate having to scroll horizontally
Read More...
Yesterday I was upgrading an ASP.NET MVC site from Preview 2 to Preview 4. For the most part this is an easy process. Some assemblies needed to be updated and some information updated in the web.config file. Route declaration changed, but the same information
Read More...
I recently wrote an article for C# beginners in which I explain the differences between value types and reference types in C# . It was published on ASP Alliance today. If you're new to C# or are even a little fuzzy on these concepts, I recommend you check
Read More...