Access Modifiers or Access specifiers provide a class, a variable or a function
with accessibility..............
Read answer
There are five different access modifiers: public: It specifies that it can be
accessed by anyone. private: Private declared variables, classes or functions
can be accessed only by the member functions. No one from outside the class can
access them...............
Read answer
Also read
How do we access crystal reports in .NET?
What are the various components in crystal reports?
What basic steps are needed to display a simple report in crystal?..........
Explain the ways of
authentication techniques in ASP.NET
Custom authentication needs installation of ISAPI filter in IIS.........
ASP.NET 2.0 Data Controls
One of the important goals of ASP.NET 2.0 is 70% code reduction. The data
controls supplied with ASP.NET 2.0 play an important role in making this
ambitious goal a reality. Data source controls provide a consistent and
extensible method for declaratively accessing data from web pages..............
ASP.NET 2.0 Themes
One of the neat features of ASP.NET 2.0 is themes, which enable you to define
the appearance of a set of controls once and apply the appearance to your
entire web application............
.Net
Framework
This includes introduction of .Net framework, .Net framework architecture, role
of assembly and GAC.
Overview of ADO.NET architecture.
Data Provider provides objects through which functionalities like opening and
closing connection, retrieving and updating data can be availed.............
|