ASP.NET provides extensive
In this tutorial you will
Explains the authentication
VB.NET 2005 Tutorials: Access
tracing and debugging
learn about ASP.NET 2.0
process and how to set up
and Manipulate Data -
capabilities, an area that
Security, The Security
authentication and
Working with Disk Files - In
has been neglected for web
Architecture of ASP.NET 2.0,
authorization, create and
this tutorial you will learn
developers in the past. With
The security infrastructure
manage roles and apply
about Access and Manipulate
its new compilation model,
and subsystem relationships
access rules to the ASP.NET.
Data, Working with Disk
debugging a page becomes as
of the ASP.NET and the
Files, Browsing for Files,
natural as debugging any
sequence of events that
Streams and Backing Stores,
other application.
occur when a authentication
Using the FileStream Class,
is sought.
Using the StreamReader and
StreamWriter Classes, Using
the BinaryReader and
BinaryWriter Classes.
Date: Apr, 10 2004 Date: Jun, 04 2006 Date: Dec, 13 2006 Date: Jul, 22 2005 |
This tutorial explains about
A common task in N-tier .NET
VB.NET 2005 Tutorials:
We are now at the next stage
Accessing Data with C# with
web application development
Creating Multiple-Document
of Active Server Pages
an Overview of ADO.NET,
involves compiling
Interface (MDI) Applications
development. ASP.NET takes
Connecting to Data ,
components. You can compile
In this tutorial you will
Active Server Pages and
Executing Commands , Working
components in several
learn about Creating
rapid web application
with Data and Choosing an
different ways, from using
Multiple Document Interface
development to a whole new
ADO.NET Provider along with
commands executed at the DOS
(MDI) Applications. In most
level. All of the benefits
the Project files used in
command prompt to using
real time applications we
provided by Active Server
this.
methods available through
often find that multiple
Pages to web development
the Visual Studio .NET
windows open within another
have been expanded upon and
Integrated Development
window. This kind of need is
improved. Many of the
Environment. This tutorial
satisfied by implementing
inherent hurdles and
provides detailed steps for
Multiple Document Interface
barriers that caused
using each of these methods.
(MDI) Applications. You can
struggles and difficulties
The first method is for
create a class and designate
for web developers in
those who only have the .NET
it as a MDI window by
earlier versions of ASP have
Framework installed and are
setting its IsMDIContainer
been lowered or eliminated
comfortable with working
Property as true. Set the
altogether.
from the command prompt.
value for WindowState as
The second method also
maximized.
involves working from the
command prompt but employs
special tools installed with
the installation of Visual
Studio .NET. In the third
method, you'll be introduced
to compiling components
using the visual interface
of Visual Studio .NET.
Whether or not you have
Visual Studio .NET
installed, you'll find the
steps for compiling your
components here.
Date: May, 30 2006 Date: May, 19 2005 Date: Jul, 22 2005 Date: Mar, 11 2005 |