Author: admin

  • Blog
  • Author: admin

Explicit loading in Entity Framework Core

Posted by Jalpesh Vadgama |  April 02, 2017 |  EntityFramework |  No comments    In this blog post, We are going to learn about Entity Framework feature. Explicit loading means that related data is explicitly loaded from the database at a later time. As you might know, that lazy loading is still not possible with Entity Framework core

Singleton Instance in SimpleInjector

Before some time I have written a blog post Dependency Injector with Simple Injector. This is a second blog post in same series. In this blog post we are going to learn How we can create a singleton Instance in Simple Injector. This is one of the Gang of Four creational pattern. Idea of behind

Entity Framework Internals: Enum Support

In .NET world, We all are using Enums in our code. It’s makes our code more readable then using hardcoded numbers of strings. Entity Framework 5.0 or higher version has support for Enums. In this blog post we are going to see how we can use Enums with entity framework. We are going to create

Browser selection in Visual Studio 11

This blog post will be a part of Visual Studio 2012 features series. As now Visual Studio 2011 beta know as Visual Studio 2012. In the earlier version of the Visual Studio if you want to run your page in browser then you have to do it with view in browser. But now you have