12/13/2010 21:44:00
By Felipe Pessoto
Exatamente um mês após o primeiro Release Candidate, sai o ASP.NET MVC RC2.
Como de costume, a Microsoft tem um conceito um pouco diferente sobre Release Candidate, pelo menos no ASP.NET MVC. Entre os RC e o RTM eles também costumam fazer alterações e até incluir novas funcionalidades.
Por exemplo este RC2 tem um breaking change, alterando o nome da propriedade que guarda os dados da View usando propriedades dinamicas, que agora se chama ViewBag, tanto no Controller como na View, para evitar confusões, antes era ViewModel e View.
Esta nova versão também vem com um novo build do NuGet. Um resumo das novidades:
Read more...
12/07/2010 21:51:00
By Felipe Pessoto
Com alguns dias de atraso, foi lançado o quinto e último CTP do Entity Framework Code First. A versão final é esperada para o final do primeiro trimestre de 2011. É importante resaltar os known issues:
- Table & Column Mapping in the Fluent API
We have done some work to make the mapping of classes/properties to tables/columns simpler and more intuitive in CTP5. We are still working to improve the quality of this new work, particularly around the mapping of inheritance hierarchies.
- Pluggable Conventions
CTP5 includes a very early preview of this feature that is not complete and has not been extensively tested.
- The new Validation feature is currently only supported when using Code First
As novidades são:
Read more...