Sunday, December 12, 2010

Visual Studio 2010 SP1 Beta IIS Express Integration

Visual Studio 2010 SP1 Beta IIS Express Integration


Visual Studio 2010 SP1 Beta IIS Express Integration

Posted: 11 Dec 2010 03:05 PM PST

A few days ago Jason Zander blogged about the availability of Visual Studio SP1 Beta (all links below in resources section). I am happy to let you guys know that with SP1 Beta we have enabled integration of IIS Express into Visual Studio. After you have installed SP1 Beta you have to download IIS Express separately for the option to "light up". After you've downloaded and installed IIS Express you can now create Web projects and Websites which use IIS Express instead of Cassini (the default web server used in Visual Studio). For more information regarding the difference between IIS Express and IIS/Cassini please see Scott's blog linked below. Visual Studio 2010 has two types of web projects; Web Application Project (WAP) and Website projects...(read more)

Announcing ASP.NET MVC 3 (Release Candidate 2)

Posted: 10 Dec 2010 11:47 PM PST

Earlier today the ASP.NET team shipped the final release candidate (RC2) for ASP.NET MVC 3.  You can download and install it here . Almost there… Today's RC2 release is the near-final release of ASP.NET MVC 3, and is a true "release candidate" in that we are hoping to not make any more code changes with it.  We are publishing it today so that people can do final testing with it, let us know if they find any last minute "showstoppers", and start updating their apps to use it.  We will officially ship the final ASP.NET MVC 3 "RTM" build in January. Works with both VS 2010 and VS 2010 SP1 Beta Today's ASP.NET MVC 3 RC2 release works with both the shipping version of Visual Studio 2010 / Visual Web Developer 2010 Express, as well...(read more)

Class-Level Model Validation with EF Code First and ASP.NET MVC 3

Posted: 10 Dec 2010 01:05 AM PST

Earlier this week the data team released the CTP5 build of the new Entity Framework Code-First library.  In my blog post a few days ago I talked about a few of the improvements introduced with the new CTP5 build.  Automatic support for enforcing DataAnnotation validation attributes on models was one of the improvements I discussed.  It provides a pretty easy way to enable property-level validation logic within your model layer. You can apply validation attributes like [Required], [Range], and [RegularExpression] – all of which are built-into .NET 4 – to your model classes in order to enforce that the model properties are valid before they are persisted to a database.  You can also create your own custom validation attributes...(read more)

EasyMapping

Posted: 10 Dec 2010 09:47 PM PST

EasyMapping makes OR Mapping Configuration easy, writing code easy

The first version only support SQLSever
Framework version: 3.5
Language: C#


No comments:

Post a Comment