Where we create sessions for Banking Applications and how to
create? expalin with code?
Answer / 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 |
Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.
explain code with datachaching with example
what is narmalization
What are the advantages of asp.net?
Write the different features of a Thread and a Process?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What events will occur when a page is loaded?
What are different templates available in Repeater,DataList and Datagrid ?
How do you do exception management
what is silverlight and what is the purpose of silverlight?
What is custom events? How to create it?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?