how to maintain the session state?
what is Abstract class and interface and inheritence with
example?
Answer Posted / prabhat
session are maintain on the server,session are created for
the individual user,the data are stored in the session
butare secured,
all methods are abstract method in the interface,and we can
not use any modifier before method in interface calsses.
Abstact class having abstract method as well as user defind
method,
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is .net architecture and framework?
Explain Bundle.Config in ASP.Net MVC4?
How does work clr?
What is clr? How does work clr & wht is work of clr?
What you mean by routing in asp.net mvc?
mention what is the key advantage of using entity framework or ef?
Explain peek method in tempdata in asp.net mvc?
which are the key concepts of entity data model?
How to enable Attribute Routing?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
How route table has been created in ASP.NET ASP.Net MVC?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
What are the possible razor view extensions?
What is viewstart page in mvc?
How to bind table colum with gridview column?