|
Have you ever needed to have
The label "web
Accessing and manipulating
This programming tutorial
an image of some text
services," as broadly
data using ASP.NET is very
covers the basics of
generated dynamically on the
applied, has two levels of
easy and flexible. This
Microsoft .NET environment
fly? There are tons of
meaning—one specific and one
article takes a look at some
and its architecture.
It
possible applications for
conceptual. Specifically,
of the new .NET data access
includes NET
this type of thing, but
web services are a stack of
classes and methods,
Implementations Common
prior to ASP.NET it was a
emerging standards that
including the OleDB and
Language Runtime Framework
relatively difficult thing
describe a service-oriented,
SqlClient namespaces, as
Class Libraries Common
to do. This article explains
component-based application
well as the DataReader,
Language Specification (CLS)
how to generate text images
architecture. Conceptually,
DataSet and DataSetCommand
.NET Framework Namespaces
on the fly using ASP.NET.
web services represent a
classes. The author tops
Source code available for
model in which discrete
this article off by creating
download.
tasks within e-business
a simple ASP.NET data access
processes are distributed
page with C# that retrieves
widely throughout a value
data from a local Microsoft
net.
Access database.
Date: Aug, 27 2003 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 |