Introduction: In this
Accessing and manipulating
This article explains how to
A complete research of using
tutorial we will introduce
data using ASP.NET is very
use the .NET XmlTextWriter
an Enter key in ASP.NET,
some of the most commonly
easy and flexible. This
class to create a custom RSS
submiting a form or how to
used controls used in
article takes a look at some
feed. I have decided to
get specific button
Asp.net web programming. We
of the new .NET data access
write this article in 2
"clicked" when
will see all the different
classes and methods,
parts. In this part, I will
visitor hits an Enter key.
types of controls and their
including the OleDB and
focus on creating the RSS
That could be in case that
behavior. I will not talk
SqlClient namespaces, as
feed and how to consume it
you want to build Login
about complex, data bound or
well as the DataReader,
from an asp.net page. In
screen, web site search,
template controls in this
DataSet and DataSetCommand
part 2, I will focus on
pool or all of that on the
tutorial since we are going
classes. The author tops
creating a dynamic RSS feed
same page.
to look at that in later
this article off by creating
with ADO.NET.
tutorials.
a simple ASP.NET data access
page with C# that retrieves
data from a local Microsoft
Access database.
Date: May, 26 2006 Date: Jan, 30 2002 Date: Jun, 20 2004 Date: Nov, 26 2005 |
Understanding the .NET
Introduction: In this
Explains how to customize
This article introduces you
Framework .NET framework is
tutorial we will introduce
ASP.NET pages on different
to the two primary aspects
a Windows Component that
the new technology for
devices types, how to
of working with .NET web
supports the building and
building websites. This new
support CSS and how to make
services: building your own
running of windows
technology is known as
user friendly mobile sites
custom web service and
applications and XML Web
Asp.net. Asp.net allows the
building the inerface
services. The purpose of the
developer to build
necessary for harnessing the
component is to provide the
applications faster. This is
capabilities of a remotely
user with a consistent
achieved due to the fast
distributed web service.
object oriented programming
that Asp.net makes use of
The first part of this
environment whether the code
the rich class libraries
tutorial walks you through
is stored locally or
provided by Microsoft. net
all the steps for building
remotely.
framework.
your own, simple web
service, and the second part
walks you through the steps
necessary for building and
then integrating a remote
web service's capabilities
into your own application.
This tutorial also provides
a link for downloading all
code associated with this
tutorial. Happy Coding!
Date: Sep, 22 2005 Date: May, 26 2006 Date: May, 25 2006 Date: May, 19 2005 |