Have you ever needed to have
How to create a cookie, how
Accessing and manipulating
Introduction: In this
an image of some text
to get the value stored in a
data using ASP.NET is very
tutorial we will introduce
generated dynamically on the
cookie, set the lifetime,
easy and flexible. This
the new technology for
fly? There are tons of
path and domain for a
article takes a look at some
building websites. This new
possible applications for
cookie, edit a cookie,
of the new .NET data access
technology is known as
this type of thing, but
delete a cookie, remove
classes and methods,
Asp.net. Asp.net allows the
prior to ASP.NET it was a
subkeys from a cookie...
including the OleDB and
developer to build
relatively difficult thing
SqlClient namespaces, as
applications faster. This is
to do. This article explains
well as the DataReader,
achieved due to the fast
how to generate text images
DataSet and DataSetCommand
that Asp.net makes use of
on the fly using ASP.NET.
classes. The author tops
the rich class libraries
Source code available for
this article off by creating
provided by Microsoft. net
download.
a simple ASP.NET data access
framework.
page with C# that retrieves
data from a local Microsoft
Access database.
Date: Aug, 27 2003 Date: Nov, 30 -1 Date: Jan, 30 2002 Date: May, 26 2006 |
This 5-part article
This article explains how to
Explains how to customize
This article introduces you
introduces you to the basics
use the .NET XmlTextWriter
ASP.NET pages on different
to the two primary aspects
of coding C# in ASP .Net.
class to create a custom RSS
devices types, how to
of working with .NET web
Some of topics covered: the
feed. I have decided to
support CSS and how to make
services: building your own
classic "Hello
write this article in 2
user friendly mobile sites
custom web service and
World" example in .Net
parts. In this part, I will
building the inerface
form, Adding class and using
focus on creating the RSS
necessary for harnessing the
Namespaces, Code a Web form
feed and how to consume it
capabilities of a remotely
in .Net and see how you can
from an asp.net page. In
distributed web service.
create flexible
part 2, I will focus on
The first part of this
server-client interaction,
creating a dynamic RSS feed
tutorial walks you through
How controls can be used to
with ADO.NET.
all the steps for building
manipulate data from your
your own, simple web
Web forms, and Server-side
service, and the second part
data access in .Net.
walks you through the steps
necessary for building and
then integrating a remote
web service's capabilities
into your own application.
This tutorial also provides
a link for downloading all
code associated with this
tutorial. Happy Coding!
Date: Oct, 11 2001 Date: Jun, 20 2004 Date: May, 25 2006 Date: May, 19 2005 |