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