|
Have you ever needed to have
Well by now many of you have
The label "web
Accessing and manipulating
an image of some text
probably heard, or at least
services," as broadly
data using ASP.NET is very
generated dynamically on the
caught wind of, the fact
applied, has two levels of
easy and flexible. This
fly? There are tons of
that the next version of ASP
meaning—one specific and one
article takes a look at some
possible applications for
is not going to be ASP 4.0.
conceptual. Specifically,
of the new .NET data access
this type of thing, but
It is instead going to be
web services are a stack of
classes and methods,
prior to ASP.NET it was a
called ASP+, and what a
emerging standards that
including the OleDB and
relatively difficult thing
difference that plus sign
describe a service-oriented,
SqlClient namespaces, as
to do. This article explains
makes. This article
component-based application
well as the DataReader,
how to generate text images
describes the new ASP in a
architecture. Conceptually,
DataSet and DataSetCommand
on the fly using ASP.NET.
great detail. Topics
web services represent a
classes. The author tops
Source code available for
include: The New ASP+
model in which discrete
this article off by creating
download.
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: Aug, 27 2003 Date: Jul, 18 2000 Date: Mar, 31 2003 Date: Jan, 30 2002 |
|
How to create a cookie, how
This 5-part article
In this paper, we discuss the
This article explains how to
to get the value stored in a
introduces you to the basics
benefits that companies are
use the .NET XmlTextWriter
cookie, set the lifetime,
of coding C# in ASP .Net.
seeking to gain in migrating
class to create a custom RSS
path and domain for a
Some of topics covered: the
to ASP.NET, and the various
feed. I have decided to
cookie, edit a cookie,
classic "Hello
approaches they can adopt.
write this article in 2
delete a cookie, remove
World" example in .Net
We also discuss how to
parts. In this part, I will
subkeys from a cookie...
form, Adding class and using
estimate the complexity of a
focus on creating the RSS
Namespaces, Code a Web form
.NET migration, and outline
feed and how to consume it
in .Net and see how you can
the main phases of a
from an asp.net page. In
create flexible
well-planned migration.
part 2, I will focus on
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: Aug, 30 2006 Date: Jun, 20 2004 |