.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Updated NUnit Templates for ASP.Net MVC 1.0 RTM

ASP.Net MVC 1.0 RTM has been out for a while and I noticed that people are still downloading an NUnit sample project I created for ASP.Net MVC Preview 3. Since then an AccountController class and a corresponding set of unit tests have been added to the MVC Application project. I created an updated set of NUnit templates with tests for the Home...

ThreadAbortException

 System.Threading.ThreadAbortException is just plain weird. For instance, most exceptions happen because of something code did on its own thread: even asynchronous exceptions are caused by something your code did on the current thread. (Note for the nitpickers: gamma rays can cause a bit in memory to flip randomly, bringing about ...
Comments are closed.0 0
.NET

New series of video tutorials on Visual Web Developer Express 2008

We have started a new series of video tutorials on Visual Web Developer Express 2008. Over the course of next few weeks we will be adding many more videos to this series. These video tutorials will range in complexity from beginner to intermediate and will help Web developers build everything from simple Web applications to full featured Web ...

How to use wcftestclient as svc file debugger for VS2008 SP1

Wcftestclient can be used to debug a WCF service. Here are two ways to enable wcftestclient debugging in Visual Studio VS2008 SP1 web applications. Tradition way: In Web application project property page, web tab, one can specify start external program and command line argument for IIS based WCF: 1. Check Use Local IIS Web server and create...

CLR Inside Out – Optimizations In .NET Framework 3.5 SP1

(image) The new installment of the “CLR Inside Out” column in MSDN magazine is now available on line.  This month we have an article from Surupa Biswas on Optimizations In .NET Framework 3.5 SP1. You can find a list of all “CLR Inside Out” articles here.  As always, please let us know if you have topics you...
Comments are closed.0 0
.NET

Silverlight Tips of the Day – Week 12

Most Recent Posts:Silverlight Tip of the Day #106 - Setting Default Browser from within VS Silverlight Tip of the Day #105 - How to Enable GPU Acceleration Silverlight Tip of the Day #104 - Cool Silverlight Tutorial Blogs Silverlight Tip of the Day #103 - Use Integers for Layout Calculations Silverlight Tip of the Day #102 -...