Why Sessions are Not Recommended to use in MVC
One of the Fundamental Principal of Asp.Net MVC Framework is Web is Stateless And AspDotNet MVC is Stateless AspDotnet WebForms is a try to make Stateful Modal But Its difficult to main it as this modal does not exist . Sessions Create lot of load on Cache that was biggest problem .
Using Session in AspDotNet MVC is like...
Showing posts with label MVC4. Show all posts
Showing posts with label MVC4. Show all posts
Tuesday, 17 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...