VB.NET 2005 Tutorials:
ASP.NET 2.0 Free Tutorials :
GDI+ (Graphics Device
The new security components
Creating Web Service Project
SqlDataSource Control - In
Interface) is the new
in .NET 2.0 can help you
- In this tutorial you will
this tutorial you will learn
interface for drawing
greatly reduce the amount of
learn about Creating a Web
about The Data Source Wizard
Windows graphics. It is used
code you need to write in
Service Project. To create
- SqlDataSource Control, the
frequently in Windows
order to make your
an XML Web service project
process of setting up the
Applications but the nice
applications secure.
and thereby separate the
data source. DataSource
thing is that they are also
Security is difficult to get
functionality of the web
controls enable programmers
available in ASP.NET Web
right, and it is a good
service from the web site:
to declaratively connect
Applications.
strategy to leverage the
data sources to the user
code provided by Microsoft
interface. The logic for
and other security vendors.
retrieving the data from the
To that end, .NET 2.0
source is inbuilt into the
provides numerous additional
control.
types that encapsulate
functionality already
provided in the base Windows
OS., as well a new
functionality only available
in .NET 2.0. The
improvements affect public
key cryptography, Windows
security, remoting, ASP.NET
and Code Access Security.
Even if you plan to stick
with .NET 1.1 for a while
and implement your own
security classes, you might
want to take inspiration
from.NET 2.0 beta.
Date: Jul, 22 2005 Date: Sep, 27 2005 Date: Jul, 14 2005 Date: Dec, 10 2004 |
ASP.NET 2.0 Tutorials :
The release of ASP.NET forces
In this tutorial you will
ASP.NET 2.0 Tutorials : New
Introducing Visual
us to reconsider many
learn about Page Object
features in Data Access - In
Studio.NET Web Applications
preconceptions about the
Model, the Attributes of the
this tutorial you will learn
- In this tutorial -
deployment of websites. For
@Page directive, the
about new features in Data
Introducing Visual
example, we need to get used
properties of the Page
Access, Data binding, The
Studio.NET Web Applications,
to the possibility of
Class, Methods of the Page
XPathBinder,
You will learn How Web
running multiple copies of
Class, Page Class Events and
XPathBinder.Eval, Connection
Applications Work, Choose a
the same site on a single
the Page Scripting Object
Strings, The factory class,
Language for creation.
server, sharing different
Model.
Batch operations,
versions of identically
Asynchronous Commands, SQL
named DLLs. Another thing
Bulk Copy, ColumnMappings,
that developers might find
Enhancements to SQL Server
incredible is XCopy
2005, ADO.NET Class
deployment, which allows a
Enhancements,
developer to deploy an
DataTableReader, Serializing
application by simply
a DataTable, The
copying files to the target
XMLSerializer,
location. There's no need to
RemotingFormat and Managing
use the Registry or any
Views of Data.
complex COM registration.
Date: Sep, 22 2005 Date: Jan, 19 2005 Date: Jun, 01 2006 Date: Sep, 23 2005 |