How to create a cookie, how
From this session, brought to
This article explains how to
In this article, Shawn
to get the value stored in a
you by Microsoft and
use the .NET XmlTextWriter
Wildermuth shows you how to
cookie, set the lifetime,
DevelopMentor, you will
class to create a custom RSS
get started streaming your
path and domain for a
learn the internal details
feed. I have decided to
music or video over the
cookie, edit a cookie,
of how ASP .NET works, from
write this article in 2
Internet with Windows
delete a cookie, remove
the new compiled processing
parts. In this part, I will
Streaming Services and
subkeys from a cookie...
model to the inheritance
focus on creating the RSS
ASP.NET.
story of a page and
feed and how to consume it
code-behind. Also, learn
from an asp.net page. In
about the strengths of Web
part 2, I will focus on
Forms and a completly new
creating a dynamic RSS feed
Server-Side controls
with ADO.NET.
architecture. You will also
learn how to scale a Web
site by taking advantage of
the new state management
features in ASP .NET.
Finally, you will learn
about Web Services - how
they work and where they fit
in the world of distributed
computing. Source code
included.
Date: Nov, 30 -1 Date: Jul, 30 2005 Date: Jun, 20 2004 Date: May, 30 2005 |
Accessing and manipulating
This 5-part article
In this tutorial you will
Marcus Mac Innes demonstrates
data using ASP.NET is very
introduces you to the basics
learn how to display
how security on a web site
easy and flexible. This
of coding C# in ASP .Net.
Master-Detail Data on the
can be compromised by taking
article takes a look at some
Some of topics covered: the
same page, To display the
advantage of holes within
of the new .NET data access
classic "Hello
master records, To configure
the application code. These
classes and methods,
World" example in .Net
a query to display related
holes can be discovered by
including the OleDB and
form, Adding class and using
records and To test the page
using a series of probes
SqlClient namespaces, as
Namespaces, Code a Web form
which disclose whether or
well as the DataReader,
in .Net and see how you can
not vulnerability exists. He
DataSet and DataSetCommand
create flexible
also demonstrated using a
classes. The author tops
server-client interaction,
Cross Site Scripting attack
this article off by creating
How controls can be used to
how the Forms Authentication
a simple ASP.NET data access
manipulate data from your
cookie could be stolen and
page with C# that retrieves
Web forms, and Server-side
silently sent to an
data from a local Microsoft
data access in .Net.
attacker's website to be
Access database.
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: Jan, 30 2002 Date: Oct, 11 2001 Date: Jun, 04 2006 Date: Apr, 07 2005 |