Answer Posted / swapna
DotNet for database handling.
It provides classes for database connection, geting data
from database, handling transactions etc..
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is NonActionAttribute ?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What are differences between entity framework and l2s? : Entity framework
Explain JSON Binding?
Does razor engine supports for tdd?
What is route config?
How we can add the css in mvc?
How we can register the Area in ASP.Net MVC?
How we can handle the exception at controller level in ASP.Net MVC?
Is .net framework 4.8 the last version?
What is the difference between model view and controller?
What is page life cycle?
How does servicing work for the .net framework 3.0?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Explain linq to entities? : Entity framework