Monday, March 15, 2010 from cmdrtallen@twitter.com (Steven Hildreth)
Nice overview of Areas in ASP.NET MVC 2 http://bit.ly/ad4Dyh #aspnetmvc
Monday, March 15, 2010 from mohitwattal@twitter.com (mohit Wattal)
ASP.NET 2 MVC, ASP.NET 4, Silverlight 4 e WCF a Bari. http://url4.eu/1ngg9
Monday, March 15, 2010 from newsdig@twitter.com (NewsDig.com)
Microsoft releases the final version of ASP.NET MVC 2--a free framework that helps developers build standards-base... http://bit.ly/9pirJh
Monday, March 15, 2010 from bradcandell@twitter.com (Brad Candell)
Getting ready to work on my ADFS and SSO integration from ASP.NET MVC - Bring on the FUN!
Monday, March 15, 2010 from fastviewer@twitter.com (fastviewer)
RT @LeMagIT: Applications web : Disponibilité du MVC 2 de Microsoft pour ASP.Net: http://bit.ly/aCFe8j
Monday, March 15, 2010 from europhreakNET
I'm working from Steven Sandersons book and in the example for validation I have the following:Model:namespace Model{ public class Appointment { public string ClientName { get; set; } public DateTime AppointmentDate { get; set; } public void Save() { var errors = GetRuleViolations(); if (errors.Count > 0) throw new RuleException(errors); //check DB errors try { // Todo: Actually save to the database } catch (SqlException ex) { if (ex.Message.Contains("IX_DATE_UNIQUE")) // Name...
Monday, March 15, 2010 from SpikeCyberHacks@twitter.com (中村浩継)
ASP.NET MVC 2リリース
Monday, March 15, 2010 from andresvettori@twitter.com (Andres G Vettori)
RT @elijahmanor: "Installing ASP.NET MVC 2 RTM on Visual Studio 2010 RC" by @shijucv #tech #aspnetmvc http://j.mp/9hsXrj
Monday, March 15, 2010 from janiel14@twitter.com (Janiel Madureira Oli)
ASP.NET MVC 2 Liberado - http://computerworld.uol.com.br/tecnologia/2010/03/12/microsoft-atualiza-ferramenta-para-criar-aplicacoes-web/