|
<<Previous
Next>>
|
ASP.NET Overview This article
includes brief about ASP.NET, advantages of ASP.NET,
navigation sequence of ASP.NET web form, web Form components,
.NET framework, event handlers in ASP.NET, web form events
etc......
|
.NET
Assembly This article explains .Net
assembly, private and shared assembly, satellite assemblies,
resource-only assembly, ResourceManager class, strong name,
global assembly cache. |
|
ASP.NET application
life cycle This article describes ASP.NET
application life cycle
|
ASP.NET
Server Control Events Article on ASP.NET
Server Control Events. |
|
ASP.NET
Application and Session state variables This
articles describes the ways to preserve page data between the
requests in ASP.NET using Application and Session state
variables.
|
.NET
Code Security This includes explanation of
code security, Principal object, declarative and imperative
security, role-based security, code access security and code
group.
|
|
.NET Debug
& Trace Here you can learn about break
mode, options to step through code in .Net, Debug Vs Trace in
.Net, trace class, listeners collection of Trace and Debug
objects and Trace Switches.
|
ASP.NET Exception
Handling Here you have details about exception
handling and ways to handle exception in ASP.NET. It also
includes brief detail of Try/catch block, Error Events
and Custom Error Pages.
|
|
ASP.Net Server
Control vs HTML control This articles explains
difference between Server Control and HTML control in
ASP.NET.
|
ASP.NET
Navigation Methods This articles describes the
navigation ways available in ASP.NET.
|
|
.Net
Framework This includes
introduction of .Net framework, .Net framework architecture,
role of assembly and GAC.
|
ASP.NET Authentication
Authorization This article explains about
authentication, authorization, authentication mode and
impersonation in ASP.NET.
|
|
ASP.NET Globalization-Localization Here
you have description of globalization, localization and their
approaches in ASP.NET. It also describes resource files and
satellite assemblies.
|
ASP.NET Master
Pages This article has content about master
page, its advantages and how to create master page in ASP.NET.
It also describes about multiple master page.
|
|
ASP.NET Session
State Management Here you have details about
session state, its modes and advantages and disadvantages of
using session state management in ASP.NET.
|
ASP.NET State
Management
This article describes state
management in ASP.NET. It explains client-side state
management and server-side state management.
|
|
ASP.NET Caching This
includes caching mechanism in ASP.NET, its advantages and
types.
|
ASP.NET Validation
Control This includes description about
validation control, its types and steps to use them in
ASP.NET.
|
|
ADO.NET This is complete article on ADO.NET with
code and interview questions |
|
Also read
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..............
With ASP.NET 2.0, things have changed for
the better. For security-related functionalities, ASP.NET 2.0
introduces a wide range of new controls..............
In addition to the new controls, ASP.NET 2.0
also provides numerous enhancements to existing controls that make
these controls more versatile than ever before in building
component-based web pages. For example, the Panel control now has a
DefaultButton property that specifies which button should be clicked
if the user presses the Enter key while the panel has the
focus.........
With ASP.NET 2.0, Microsoft introduces a new
feature known as validation groups, which enables you to create
different groups of validation controls and assign them to input
controls, such as text boxes. You can assign a validation group to a
collection of input controls if you want to validate the collection
of input controls on the same criteria............
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............
ASP.NET 2.0 ships with a Web Parts Framework
that provides the infrastructure and the building blocks required
for creating modular web pages that can be easily customized by the
users. You can use Web Parts to create portal pages that aggregate
different types of content, such as static text, links, and content
that can change at runtime..................
Visual Studio 2005 is the best development
tool for building data-driven web applications. As part of the
Visual Studio 2005 suite of tools, Microsoft is introducing a new
tool called Visual Web Developer (VWD) that is designed to work with
the current and next generation of ASP.NET. VWD provides powerful
new features for the web developer.................
One of the key goals of ASP.NET 2.0 is to
ease the effort required to deploy, manage, and operate ASP.NET web
sites. To this end, ASP.NET 2.0 features a new Configuration
Management API that enables users to programmatically build programs
or scripts that create, read, and update configuration files such as
Web.config and machine.config.............
The passing of the control from the child to
the parent is called as bubbling..........
ASP.NET runs inside the process of IIS due
to which there are two authentication layers which exist in the
system.............
Custom authentication needs installation of
ISAPI filter in IIS.........
If windows authentication mode is selected
for an ASP.NET application, then authentication also needs to be
configured within IIS since it is provided by IIS............
Also
Read
ASP.NET 2.0 Features Developer
Productivity
Master Pages
New Code-Behind
Model in ASP.NET 2.0
Creating &
Sharing Reusable Components
New
ASP.NET 2.0 Controls
Data Controls
Security
Controls
Other New
Controls
Validation
Groups Themes
Web Parts
Framework
Visual Studio
2005 Improvements Administration
and Management Speed and
Performance Caching
Feature
|