Where we create sessions for Banking Applications and how to
create? expalin with code?
Answer Posted / prashanth
I would used MVC model for sessions in first place.
Second i would hold all the session information on the
database by capturing the or view state in a table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by server side scripting?
Which Is Faster MVC or ASP.net ?
Which type of state management is provided by Query String in ASP.NET?
Elaborate differentiation between Cache and Application?
Define static function?
What is a web api? Which protocol is used in a web api?
How to use push notification?
What is Web API?
Is it true that a Web service must be written in .NET or not?
How would you get asp.net running in apache web servers? Explain it's limitations.
what are the web form events available in asp.net?
What is difference between View State and Hidden Field in ASP.NET?
What are the two Layouts supported by a Web form in ASP.NET?
Explain swagger components.
What is the importance of Global.asax in ASP.NET?