In this article, Let’s see an example of Entity Framework – Database First approach If you don’t know about Entity Framework, please go through this
Month: October 2013
Entity Framework – Model First Approach Example
In this article, Let’s see an example of Entity Framework – Model First approach If you don’t know about Entity Framework, please go through this
Bootbox.js – Alert, Confirm, Prompt and Dialogs for Bootstrap framework
Bootbox.js is a small JavaScript library developed on top of the Twitter’s Bootstrap which allows you to create programmatic dialog boxes like alert, confirm, prompt etc. In
Peek Definition in Visual Studio 2013
In this article, let’s review a new handy feature in Visual Studio 2013 called Peek Definition. Generally when you want to view a method, you point
How to Install a NuGet Package in Visual Studio?
In this article, let’s see what is NuGet and how to install a NuGet Package in Visual Studio. About NuGet It is a free and
Entity Framework – The type was not mapped issue solution
While working on the Entity Framework, you may face an issue with the exception saying: An unhandled exception of type ‘System.InvalidOperationException’ occurred in EntityFramework.dll The