|
Well by now many of you have
The label "web
How to create a cookie, how
This 5-part article
probably heard, or at least
services," as broadly
to get the value stored in a
introduces you to the basics
caught wind of, the fact
applied, has two levels of
cookie, set the lifetime,
of coding C# in ASP .Net.
that the next version of ASP
meaning—one specific and one
path and domain for a
Some of topics covered: the
is not going to be ASP 4.0.
conceptual. Specifically,
cookie, edit a cookie,
classic "Hello
It is instead going to be
web services are a stack of
delete a cookie, remove
World" example in .Net
called ASP+, and what a
emerging standards that
subkeys from a cookie...
form, Adding class and using
difference that plus sign
describe a service-oriented,
Namespaces, Code a Web form
makes. This article
component-based application
in .Net and see how you can
describes the new ASP in a
architecture. Conceptually,
create flexible
great detail. Topics
web services represent a
server-client interaction,
include: The New ASP+
model in which discrete
How controls can be used to
Infrastructure, Increased
tasks within e-business
manipulate data from your
Performance, Greater
processes are distributed
Web forms, and Server-side
Scalability, Quicker and
widely throughout a value
data access in .Net.
Easier Development, Easier
net.
Manageability, Improved
Security, Language Support,
and Web Services.
Date: Jul, 18 2000 Date: Mar, 31 2003 Date: Nov, 30 -1 Date: Oct, 11 2001 |
|
In this paper, we will look
This article explains how to
This programming tutorial
In this paper, we discuss the
at the structure of a very
use the .NET XmlTextWriter
covers the basics of
benefits that companies are
simple ASP.NET page and how
class to create a custom RSS
Microsoft .NET environment
seeking to gain in migrating
that page is rendered in the
feed. I have decided to
and its architecture.
It
to ASP.NET, and the various
visitor's browser. Then we
write this article in 2
includes NET
approaches they can adopt.
will look at the Page class,
parts. In this part, I will
Implementations Common
We also discuss how to
which is the .NET class that
focus on creating the RSS
Language Runtime Framework
estimate the complexity of a
all your ASP.NET pages are
feed and how to consume it
Class Libraries Common
.NET migration, and outline
based on. After that, we
from an asp.net page. In
Language Specification (CLS)
the main phases of a
will review basic compiler
part 2, I will focus on
.NET Framework Namespaces
well-planned migration.
directives that you can
creating a dynamic RSS feed
place on your page. At the
with ADO.NET.
end of the chapter, we will
review a simple Quiz ASP.NET
page that demonstrates the
basics of an ASP.NET page.
Date: Apr, 26 2005 Date: Jun, 20 2004 Date: May, 02 2006 Date: Aug, 30 2006 |