|
Well by now many of you have
The label "web
Accessing and manipulating
This programming tutorial
probably heard, or at least
services," as broadly
data using ASP.NET is very
covers the basics of
caught wind of, the fact
applied, has two levels of
easy and flexible. This
Microsoft .NET environment
that the next version of ASP
meaning—one specific and one
article takes a look at some
and its architecture.
It
is not going to be ASP 4.0.
conceptual. Specifically,
of the new .NET data access
includes NET
It is instead going to be
web services are a stack of
classes and methods,
Implementations Common
called ASP+, and what a
emerging standards that
including the OleDB and
Language Runtime Framework
difference that plus sign
describe a service-oriented,
SqlClient namespaces, as
Class Libraries Common
makes. This article
component-based application
well as the DataReader,
Language Specification (CLS)
describes the new ASP in a
architecture. Conceptually,
DataSet and DataSetCommand
.NET Framework Namespaces
great detail. Topics
web services represent a
classes. The author tops
include: The New ASP+
model in which discrete
this article off by creating
Infrastructure, Increased
tasks within e-business
a simple ASP.NET data access
Performance, Greater
processes are distributed
page with C# that retrieves
Scalability, Quicker and
widely throughout a value
data from a local Microsoft
Easier Development, Easier
net.
Access database.
Manageability, Improved
Security, Language Support,
and Web Services.
Date: Jul, 18 2000 Date: Mar, 31 2003 Date: Jan, 30 2002 Date: May, 02 2006 |
|
How to create a cookie, how
This 5-part article
This article explains how to
In this paper, we discuss the
to get the value stored in a
introduces you to the basics
use the .NET XmlTextWriter
benefits that companies are
cookie, set the lifetime,
of coding C# in ASP .Net.
class to create a custom RSS
seeking to gain in migrating
path and domain for a
Some of topics covered: the
feed. I have decided to
to ASP.NET, and the various
cookie, edit a cookie,
classic "Hello
write this article in 2
approaches they can adopt.
delete a cookie, remove
World" example in .Net
parts. In this part, I will
We also discuss how to
subkeys from a cookie...
form, Adding class and using
focus on creating the RSS
estimate the complexity of a
Namespaces, Code a Web form
feed and how to consume it
.NET migration, and outline
in .Net and see how you can
from an asp.net page. In
the main phases of a
create flexible
part 2, I will focus on
well-planned migration.
server-client interaction,
creating a dynamic RSS feed
How controls can be used to
with ADO.NET.
manipulate data from your
Web forms, and Server-side
data access in .Net.
Date: Nov, 30 -1 Date: Oct, 11 2001 Date: Jun, 20 2004 Date: Aug, 30 2006 |