POCO stands for "Plain Old CLR Object" Here CLR means Common Language Rutime that includes dotnet supported languages like C#, VB etc.
A Plain Old CLR Objects (POCO) is a class that doesn't depend on any framework-specific base class. It is like any other normal .Net class; that is why they are called “Plain Old CLR Objects”. These POCO entities support most of the same LINQ...
Showing posts with label Entity Framework. Show all posts
Showing posts with label Entity Framework. Show all posts
Friday, 6 May 2016
Sunday, 25 January 2015
Using Entity Framework Code First Migration Asp MVC

Code First Database Initializers
Before understanding code first migrations, let's have a look at Code
First Database Initializers provided by Entity Framework. When you
follow EF code first approach, then you have three op tions for
initializing...
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...