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 Tempdata vs Session. Show all posts
Showing posts with label Tempdata vs Session. Show all posts
Tuesday, 17 May 2016
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability to our database . Sqlite database is well know for the conditions when developers ...
-
Necessity is the advent of everything today while doing some project i got requirement from my client to show the categories of the product...
-
Quick Sort is a Sorting Algorithm based on Divide And Conquer Technique. In this at every step element is placed in its proper position....