How to create a cookie, how
Understanding the .NET
Accessing and manipulating
This 5-part article
to get the value stored in a
Framework .NET framework is
data using ASP.NET is very
introduces you to the basics
cookie, set the lifetime,
a Windows Component that
easy and flexible. This
of coding C# in ASP .Net.
path and domain for a
supports the building and
article takes a look at some
Some of topics covered: the
cookie, edit a cookie,
running of windows
of the new .NET data access
classic "Hello
delete a cookie, remove
applications and XML Web
classes and methods,
World" example in .Net
subkeys from a cookie...
services. The purpose of the
including the OleDB and
form, Adding class and using
component is to provide the
SqlClient namespaces, as
Namespaces, Code a Web form
user with a consistent
well as the DataReader,
in .Net and see how you can
object oriented programming
DataSet and DataSetCommand
create flexible
environment whether the code
classes. The author tops
server-client interaction,
is stored locally or
this article off by creating
How controls can be used to
remotely.
a simple ASP.NET data access
manipulate data from your
page with C# that retrieves
Web forms, and Server-side
data from a local Microsoft
data access in .Net.
Access database.
Date: Nov, 30 -1 Date: Sep, 22 2005 Date: Jan, 30 2002 Date: Oct, 11 2001 |
This article explains how to
Introduction: In this
Explains how to customize
This article introduces you
use the .NET XmlTextWriter
tutorial we will introduce
ASP.NET pages on different
to the two primary aspects
class to create a custom RSS
the new technology for
devices types, how to
of working with .NET web
feed. I have decided to
building websites. This new
support CSS and how to make
services: building your own
write this article in 2
technology is known as
user friendly mobile sites
custom web service and
parts. In this part, I will
Asp.net. Asp.net allows the
building the inerface
focus on creating the RSS
developer to build
necessary for harnessing the
feed and how to consume it
applications faster. This is
capabilities of a remotely
from an asp.net page. In
achieved due to the fast
distributed web service.
part 2, I will focus on
that Asp.net makes use of
The first part of this
creating a dynamic RSS feed
the rich class libraries
tutorial walks you through
with ADO.NET.
provided by Microsoft. net
all the steps for building
framework.
your own, simple web
service, and the second part
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: Jun, 20 2004 Date: May, 26 2006 Date: May, 25 2006 Date: May, 19 2005 |