Tech News, Tech Resources, Technology Articles, Gadget News, Computer News

Archive

Author Archive

Test Driven Development with ASP.NET MVC

October 29th, 2009
New ASP.NET MVC Preview 5 project in Visual Studio 2008

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 >>

Author: Categories: Web Programming Tags: ,


Model Binders in ASP.NET MVC – Part 2

October 29th, 2009
Dynamic address fields in an ASP.NET MVC application

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 >>

Author: Categories: Web Programming Tags: ,


MVC AJAX Sites That Gracefully Degrade

October 29th, 2009
ASP.NET MVC - AJAX application that gracefully degrades part 1

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 >>

Author: Categories: Web Programming Tags: , ,


Creating a Custom View Engine in ASP.NET MVC

October 29th, 2009

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 >>

Author: Categories: Web Programming Tags: ,


Brother Killed Brother Over Computer

October 28th, 2009
Matt Gorzynski was stabbed by his brother, William.

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 >>



New computer, old files. Now what?

October 28th, 2009

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 >>