|
The term "web
In this article we will cover
Have you ever needed to have
Accessing and manipulating
service" has been used
exposing an existing ASP.Net
an image of some text
data using ASP.NET is very
quite frequently lately: you
application as a Web
generated dynamically on the
easy and flexible. This
hear people saying how good
service. We will provide
fly? There are tons of
article takes a look at some
web services are and how
methods for creating the Web
possible applications for
of the new .NET data access
they will dominate the
service, converting readers
this type of thing, but
classes and methods,
future of software
to data sets, and a client
prior to ASP.NET it was a
including the OleDB and
development, but what
application for the new
relatively difficult thing
SqlClient namespaces, as
exactly are web services and
service.
to do. This article explains
well as the DataReader,
how can we create them? This
how to generate text images
DataSet and DataSetCommand
article shows us how to
on the fly using ASP.NET.
classes. The author tops
build two web services and
Source code available for
this article off by creating
also unravels all of the
download.
a simple ASP.NET data access
lingo surrounding web
page with C# that retrieves
services.
data from a local Microsoft
Access database.
Date: Aug, 27 2003 Date: Jan, 16 2004 Date: Aug, 27 2003 Date: Jan, 30 2002 |
|
The label "web
How to create a cookie, how
This 5-part article
This article explains how to
services," as broadly
to get the value stored in a
introduces you to the basics
use the .NET XmlTextWriter
applied, has two levels of
cookie, set the lifetime,
of coding C# in ASP .Net.
class to create a custom RSS
meaning—one specific and one
path and domain for a
Some of topics covered: the
feed. I have decided to
conceptual. Specifically,
cookie, edit a cookie,
classic "Hello
write this article in 2
web services are a stack of
delete a cookie, remove
World" example in .Net
parts. In this part, I will
emerging standards that
subkeys from a cookie...
form, Adding class and using
focus on creating the RSS
describe a service-oriented,
Namespaces, Code a Web form
feed and how to consume it
component-based application
in .Net and see how you can
from an asp.net page. In
architecture. Conceptually,
create flexible
part 2, I will focus on
web services represent a
server-client interaction,
creating a dynamic RSS feed
model in which discrete
How controls can be used to
with ADO.NET.
tasks within e-business
manipulate data from your
processes are distributed
Web forms, and Server-side
widely throughout a value
data access in .Net.
net.
Date: Mar, 31 2003 Date: Nov, 30 -1 Date: Oct, 11 2001 Date: Jun, 20 2004 |