ASP.NET MVC Request Lifecycle
Stepehn Walther has a great in depth blog post on the lifecycle of an ASP.NET MVC request. You will need to dedicate several minutes to reading this in-depth, but it certainly is worth it.
Stepehn Walther has a great in depth blog post on the lifecycle of an ASP.NET MVC request. You will need to dedicate several minutes to reading this in-depth, but it certainly is worth it.
Microsoft has released a new version of the SQL Server 2005 Best Practices Analyzer tool. The tool is from a Database Administrator’s (DBA) perspective and not from an architect nor developer’s perspective.
Check it out here:
Great news! As promised, the .NET Framework source code in Visual Studio 2008 is now available for debugging. Detail instructions and FAQ is available on Shawn Burke’s blog here.
Note, for users of 64bit edition, there is an extra manually step to do in the QFE fix.
The assemblies available for source viewing are:
With LINQ become more predominate every day, eventually some important will be asked as developers need to adopt new and different ways of accessing data repositories.
I recently came across a great (and detailed) FAQ that is sure to answer most questions.
http://blogs.msdn.com/dsimmons/pages/entity-framework-faq.aspx
I certainly answered my question, but not with the answer I was hoping for :(. Automatic mapping between Enums and a column in a table is not supported.
http://blogs.msdn.com/dsimmons/pages/entity-framework-faq.aspx#_Does_the_EDM/EF
I hope they rethink this as that kind of simplicity is what increases adoption of new technologies. It’s one the things that convinced me to start using NHibernate. Even LINQ to SQL supports automatic enum mapping.