how to maintain the session state?
what is Abstract class and interface and inheritence with
example?
Answers were Sorted based on User's Feedback
Answer / anitha
Session object can be used for storing session-specific
information that needs to be maintained between server
round trips and between requests for pages.various modes of
storing ASP.NET session is:InProc,StateServer,and SQL
SERVER state.
Abstract classes provide a simple and easy way to
version your components. By updating the base class, all
inheriting classes are automatically updated with the
change. Interfaces, on the other hand, cannot be changed
once created. If a new version of an interface is required,
you must create a whole new interface.
If we want to provide common, implemented
functionality among all implementations of your component,
use an abstract class. Abstract classes allow you to
partially implement your class, whereas interfaces contain
no implementation for any members.
Inheritance is getting properties from parent class
to child class.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
what are abstract classes? what is overriding?
How you can implement custom validation in asp.net MVC?
What is the difference between ViewData, ViewBag and TempData?
What is separation of concerns in asp.net mvc?
Can Static Constructor be Overloaded?Justify it?
What is filters in web api?
what is linq to entities?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Explain what platforms does the .net framework run on?
What are the new enhancements done in default project template of asp.net mvc 4?