This video illustrates how
ASP.NET 2.0 Free Tutorials :
From this session, brought to
Accessing and manipulating
simple it is to create
Creating Nested Master Pages
you by Microsoft and
data using ASP.NET is very
data-driven web sites using
- In this tutorial you will
DevelopMentor, you will
easy and flexible. This
Visual Web Developer 2005
learn how master pages can
learn the internal details
article takes a look at some
Express Edition, ASP.NET
be nested within one main
of how ASP .NET works, from
of the new .NET data access
2.0, and SQL Server 2005
master page, build and
the new compiled processing
classes and methods,
Express Edition. See the
example nested master page
model to the inheritance
including the OleDB and
integrated data editing
with the help of sample code.
story of a page and
SqlClient namespaces, as
support provided by Visual
code-behind. Also, learn
well as the DataReader,
Web Developer that
about the strengths of Web
DataSet and DataSetCommand
simplifies database creation
Forms and a completly new
classes. The author tops
and population using the
Server-Side controls
this article off by creating
Database Explorer and
architecture. You will also
a simple ASP.NET data access
DataSet Designer. Explore
learn how to scale a Web
page with C# that retrieves
how easy it is to create a
site by taking advantage of
data from a local Microsoft
master-details view with
the new state management
Access database.
support for filtering,
features in ASP .NET.
sorting, paging, and editing
Finally, you will learn
with no code using the
about Web Services - how
DropDownList, GridView,
they work and where they fit
DetailsView, and
in the world of distributed
ObjectDataSource controls.
computing. Source code
included.
Date: Mar, 22 2006 Date: Sep, 22 2005 Date: Jul, 30 2005 Date: Jan, 30 2002 |
This 5-part article
In this article, Shawn
In this tutorial you will
Marcus Mac Innes demonstrates
introduces you to the basics
Wildermuth shows you how to
learn how to display
how security on a web site
of coding C# in ASP .Net.
get started streaming your
Master-Detail Data on the
can be compromised by taking
Some of topics covered: the
music or video over the
same page, To display the
advantage of holes within
classic "Hello
Internet with Windows
master records, To configure
the application code. These
World" example in .Net
Streaming Services and
a query to display related
holes can be discovered by
form, Adding class and using
ASP.NET.
records and To test the page
using a series of probes
Namespaces, Code a Web form
which disclose whether or
in .Net and see how you can
not vulnerability exists. He
create flexible
also demonstrated using a
server-client interaction,
Cross Site Scripting attack
How controls can be used to
how the Forms Authentication
manipulate data from your
cookie could be stolen and
Web forms, and Server-side
silently sent to an
data access in .Net.
attacker's website to be
stored for later use. The
key message of the talk is
to ensure that all user
input is validated before
any other processing is
done. This together with
strict use of secure coding
standards would have
disabled any attacker's
opportunities. Source code
included.
Date: Oct, 11 2001 Date: May, 30 2005 Date: Jun, 04 2006 Date: Apr, 07 2005 |