|
Forms provide a User Interface (UI) to give the applications a look and feel.
Forms provide properties, methods, and events for the controls they contain. In
Microsoft Visual Studio .NET, there is drag-and-drop facility for creating Web
applications...............
The common properties that all of the controls on form have are:...............
First a form object is created using the constructor. The form is then loaded
and then its layout is initialized. After that it gets activated after which
the paint is called................
Also read
Using form authentication, ones own custom logic can be used for
authentication............
The ASP.NET MVC framework was released by Microsoft as an alternative approach
to web forms when creating ASP.NET based web applications...........
Data Provider provides objects through which functionalities like opening and
closing connection, retrieving and updating data can be availed.............
This is complete article on ADO.NET with code and interview questions
we will learn about MVC design patterns, and how Microsoft has made our lives
easier by creating the ASP.NET MVC framework for easier adoption of MVC
patterns in our web applications...............
|