Difference between ADO.Net 1.1 and ADO.Net 2.0 ?
ADO.NET 2.0 has new data binding model which reduce the
amount of code you write for data binding. It has more
compact dataset. ADO.NET 2.0 supports provider factories by
which you can write generic data access code. SQL Server
can now hast the CLR, also SQL notifications for ADO.NET
2.0 is new concept. some ADO.NET properties specially for
SQL Server 2005 like MARS (multiple active record set),
user defined data types, managed stored procedure by which
we can write S.P. in pure C#, snapshot transaction
isolation by which we can see relatively older data while
it is being updated by another transaction.
Is This Answer Correct ? | 4 Yes | 0 No |
Where is the session stored?
Explain login control and form authentication.
How many types of session in asp.net2.0
28 Answers ABC, DOT, First Europa, HCL, iRely, TCS,
what is mean by framework?
How can we register exception filter globally?
What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?
hi guys do u know how to go one page to one page to another page plz tell me any of u know
What is Fragment Caching in ASP.NET?
2 Answers MCN Solutions, pspl, Wipro,
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is the difference between the get method () and post method ()?
Explain the life cycle of an ASP .NET page.
How would you enable impersonation in the web.config file?