
One of the biggest benefits of MVC is it’s direct link to Test Driven Development. Because of some of the new features of ASP.NET MVC Preview 5 (ModelBinders in particular), testing your Action methods is even easier. This article will demonstrate how easy it is to ensure the quality of your MVC app with unit [...]
Read More >>

The previous article on ModelBinders gave a basic introduction, showed a few code samples, and showed a creative usage of ModelBinders. However, some questions arose, some claims were challenged (particularly about comparing ModelBinders to the WebForms ViewState) and some controversial code needs further flushing out. This article will do just that. To begin with, we [...]
Read More >>

As AJAX-enabled web sites continue to grow in popularity, the development community continues to try to solve the common problems of using AJAX. One big concern that used to require a lot of work is that of gracefully degrading your AJAX site for non-capable browsers. Thankfully, the ASP.NET MVC framework makes this an easy task. [...]
Read More >>

ASP.NET is an awesome web development platform that many developers wouldn’t ever want to part with. However, if given the option, there are definitely parts of the package that you may want to swap out. This article will show you how easy it can be to break away from the “inline-ASP” or “Web Forms” world, [...]
Read More >>

A fight over a computer ended in a brother killing another Just days after the news that a teenager stabbed his little brother to death, police have revealed why. The boys were fighting over the sound of the speakers connected to the computer, WSVN 7 is reporting. William Gorzynski, 15, eventually stabbed his little brother, 14-year-old Matthew, in [...]
Read More >>

Question: I want to copy files directly from an old PC to my newer PC. Is there a way to connect the two in such a way that I can copy (or drag and drop) files from a Windows 98 OS to a Windows XP Professional OS? Answer: There are several options, depending on how [...]
Read More >>