ASP.NET 2.0 Training :
Accessing and manipulating
ASP.NET 2.0 Free Training :
Explains what is validation,
ASP.NET Security - In this
data using ASP.NET is very
Changing Master Pages
why validation of user input
tutorial you will learn
easy and flexible. This
Dynamically - In this
is so important and how to
about ASP.NET 2.0 Security,
article takes a look at some
tutorial you will learn how
use ASP.NET 2.0 validation
The Security Architecture of
of the new .NET data access
to make a copy of the master
controls to build robust Web
ASP.NET 2.0, The security
classes and methods,
page, To add buttons for
applications.
infrastructure and subsystem
including the OleDB and
selecting an alternate
relationships of the ASP.NET
SqlClient namespaces, as
master page, To write code
and the sequence of events
well as the DataReader,
to dynamically select the
that occur when a
DataSet and DataSetCommand
master page and test the
authentication is sought.
classes. The author tops
dynamic master pages.
When we talk of ‘security’
this article off by creating
we are basically
a simple ASP.NET data access
acknowledging that there is
page with C# that retrieves
a possibility of
data from a local Microsoft
‘vulnerability’.
Access database.
Date: Sep, 24 2005 Date: Jan, 30 2002 Date: Sep, 22 2005 Date: Feb, 19 2006 |
.NET framework is a Windows
ASP.NET 2.0 Tutorials:
Explains how Web services
In this tutorial you will
Component that supports the
Application development in
work and how to call it from
learn about Personalization
building and running of
.NET : Client Side
ASP.NET.
When we create
- User Profiles and Themes,
windows applications and XML
Application
and run this web service ,
Inbuilt providers in ASP.NET
Web services. The purpose of
Development
Client
it will be run by a web
2.0 and also Create and
the component is to provide
applications are
browser. However, in real
execute a Shopping cart
the user with a consistent
applications that run on the
life, the true aim of web
application with
object oriented programming
client system-or the desktop
service can only be achieved
Personalization features.
environment whether the code
of the user. They are
if we can call it from some
is stored locally or
closest to the traditional
web application or a console
remotely.
It aims to
windows based applications
application.
minimize software deployment
and they display forms or
and versioning conflicts and
windows on the desktop
also promote safe execution
enabling the user perform
of code including codes
predefined tasks. Word
executed by trusted third
processors and spread sheets
parties. It is directed
are examples of client
towards eliminating
applications that employ
performance problems of
menus, GUI elements and
scripted or interpreted
access local resources such
environments. The effort is
as printers and scanners.
to make developer experience
consistent across a variety
of applications and
platforms and create
communication standards that
help .NET framework
applications integrate with
all other web based
applications.
Date: May, 30 2006 Date: Sep, 22 2005 Date: Oct, 25 2006 Date: Jun, 04 2006 |