Code First is a new development approach in the Entity Framework stack that can simplify the understanding and maintenance of your domain model. In the middle of 2008, Microsoft published the first ...
As Microsoft continues to make news about opening up its developer technologies (the latest being opening its Windows Azure cloud platform to Linux servers), it's easy to forget how the process works ...
Building a web application using non blocking calls to the data layer is a great way to increase the scalability of your system. Performing a task asynchronously frees up the worker thread to accept ...
In the middle of 2008, Microsoft published the first version of the Entity Framework (Entity Framework 1) as part of Visual Studio 2008 SP1. The Entity Framework was created as an object-relational ...
Code First is a new development approach in the Entity Framework stack that can simplify the understanding and maintenance of your domain model. In the middle of 2008, Microsoft published the first ...