The label "web
In this article we will cover
Well by now many of you have
Have you ever needed to have
services," as broadly
exposing an existing ASP.Net
probably heard, or at least
an image of some text
applied, has two levels of
application as a Web
caught wind of, the fact
generated dynamically on the
meaning—one specific and one
service. We will provide
that the next version of ASP
fly? There are tons of
conceptual. Specifically,
methods for creating the Web
is not going to be ASP 4.0.
possible applications for
web services are a stack of
service, converting readers
It is instead going to be
this type of thing, but
emerging standards that
to data sets, and a client
called ASP+, and what a
prior to ASP.NET it was a
describe a service-oriented,
application for the new
difference that plus sign
relatively difficult thing
component-based application
service.
makes. This article
to do. This article explains
architecture. Conceptually,
describes the new ASP in a
how to generate text images
web services represent a
great detail. Topics
on the fly using ASP.NET.
model in which discrete
include: The New ASP+
Source code available for
tasks within e-business
Infrastructure, Increased
download.
processes are distributed
Performance, Greater
widely throughout a value
Scalability, Quicker and
net.
Easier Development, Easier
Manageability, Improved
Security, Language Support,
and Web Services.
Date: Mar, 31 2003 Date: Jan, 16 2004 Date: Jul, 18 2000 Date: Aug, 27 2003 |
How to create a cookie, how
This 5-part article
Explains how to include
Accessing and manipulating
to get the value stored in a
introduces you to the basics
multiple .config files to
data using ASP.NET is very
cookie, set the lifetime,
of coding C# in ASP .Net.
make ASP.NET Web application
easy and flexible. This
path and domain for a
Some of topics covered: the
more secure and manageable.
article takes a look at some
cookie, edit a cookie,
classic "Hello
Microsoft ASP.Net provides a
of the new .NET data access
delete a cookie, remove
World" example in .Net
configuration system that
classes and methods,
subkeys from a cookie...
form, Adding class and using
can be used to keep our
including the OleDB and
Namespaces, Code a Web form
applications flexible at
SqlClient namespaces, as
in .Net and see how you can
run-time.
well as the DataReader,
create flexible
DataSet and DataSetCommand
server-client interaction,
classes. The author tops
How controls can be used to
this article off by creating
manipulate data from your
a simple ASP.NET data access
Web forms, and Server-side
page with C# that retrieves
data access in .Net.
data from a local Microsoft
Access database.
Date: Nov, 30 -1 Date: Oct, 11 2001 Date: Jul, 21 2006 Date: Jan, 30 2002 |