|
Well by now many of you have
Have you ever needed to have
Accessing and manipulating
The label "web
probably heard, or at least
an image of some text
data using ASP.NET is very
services," as broadly
caught wind of, the fact
generated dynamically on the
easy and flexible. This
applied, has two levels of
that the next version of ASP
fly? There are tons of
article takes a look at some
meaning—one specific and one
is not going to be ASP 4.0.
possible applications for
of the new .NET data access
conceptual. Specifically,
It is instead going to be
this type of thing, but
classes and methods,
web services are a stack of
called ASP+, and what a
prior to ASP.NET it was a
including the OleDB and
emerging standards that
difference that plus sign
relatively difficult thing
SqlClient namespaces, as
describe a service-oriented,
makes. This article
to do. This article explains
well as the DataReader,
component-based application
describes the new ASP in a
how to generate text images
DataSet and DataSetCommand
architecture. Conceptually,
great detail. Topics
on the fly using ASP.NET.
classes. The author tops
web services represent a
include: The New ASP+
Source code available for
this article off by creating
model in which discrete
Infrastructure, Increased
download.
a simple ASP.NET data access
tasks within e-business
Performance, Greater
page with C# that retrieves
processes are distributed
Scalability, Quicker and
data from a local Microsoft
widely throughout a value
Easier Development, Easier
Access database.
net.
Manageability, Improved
Security, Language Support,
and Web Services.
Date: Jul, 18 2000 Date: Aug, 27 2003 Date: Jan, 30 2002 Date: Mar, 31 2003 |
|
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 |