DotNetStories
In this post I am going to provide you with a hands-on example on how to take advantage of asynchronous execution using Entity Framework. EF 6 has the ability to execute a query and command asynchronously using DbContext.
This is the second post in a series of posts where I talk about good coding practices when it comes to using Entity Framework as our data access layer when building our applications.
In this post I am going to provide you with a hands-on example on how to use second level caching with Entity Framework 6.0 version. Second Level Caching is one of the features that is not present out-of-the-box in Entity Framework.
In this post I am going to provide you with a hands-on example on how to log commands & queries sent to the database by Entity Framework 6.0.
In this post I would like to show you a hands-on example on how to use the Code First approach when building data-centric ASP.Net applications with EF.
This is going to be the tenth post of a series
of posts regarding ASP.Net and the Entity Framework and
how we can use Entity Framework to access our
datastore. You can find the first one here,
the second one here , the third one here , the
fourth one here, the fifth one here ,the sixth one here ,the seventh one here ,the
eighth one here
and the ninth one
here.
This is going to be the ninth post of a series
of posts regarding ASP.Net and the Entity Framework and
how we can use Entity Framework to access our
datastore. You can find the first one here,
the second one here , the third one here , the
fourth one here, the fifth one here ,the sixth one here ,the
seventh one here
and the eighth one
here.
This is going to be the eighth post of a series
of posts regarding ASP.Net and the Entity Framework and
how we can use Entity Framework to access our
datastore. You can find the first one here,
the second one here ,
the third one here , the
fourth one here, the fifth one here ,the
sixth one here
and the seventh one
here.