Last week we started a new ASP.NET MVC project here at UruIT.
This new framework for ASP.NET is quite cool. It eliminates the page life cycle, postbacks and viewstate. It divides the architecture in View, Model and Controller.
We have been using MbUnit to test the code. Having these well defined tiers really improves unit testing. We […]
Entries Tagged as '.NET 3.5'
ASP.NET MVC Tutorials and Source Code
March 25th, 2008 · No Comments
Download Visual Studio 2008 and .NET 3.5 !
November 20th, 2007 · No Comments
Great news for our developers community !
Visual Studio 2008 has been shipped !
You can choose to download the free Express versions or the complete versions with MSDN Subscription. But if you are not a MSDN subscriber, you can also get the Team Suite version and try it for 90 days !
Team Foundation Server 2008 trial […]
Tags: Visual Studio · .NET 3.5
.NET Framework 3.5 Source Code will be Available !
October 4th, 2007 · No Comments
Excellent news from Scott (Microsoft Technologies General Manager):
We will be able to Debug the .NET Framework 3.5 Source Code ! Yes, as you read it !
When releasing .NET 3.5 and Visual Studio 2008, Microsoft will enable us to download and browse the Source Code of the .NET Base Class Libraries (System, System.IO, System.Collections, System.Configuration, System.Threading, […]
Tags: Visual Studio · .NET 3.5
C# Language 3.0 Specification Available for Download !
September 13th, 2007 · No Comments
I just found this 500 pages word document, containing the full C# Language Specs for 1.0, 2.0 and the new 3.0 C# version.
Even the doc is quite long (of course I haven’t went into it entirely YET), it must be the best and the most authoritative reference for the C# language, because it was written by […]