|
In this paper, we will look
Is the migration to ADO.NET
This article explains what
This article examines how to
at the structure of a very
keeping you up at night?
are "Delegates"?
can create a Web service in
simple ASP.NET page and how
This article will show you
And what is their role in
.NET and then utilize it
that page is rendered in the
some techniques for
.NET framework. The author
from a classic ASP page on
visitor's browser. Then we
transforming your ADO
uses VB.NET code to provide
your Web server, thereby
will look at the Page class,
recordset into an ADO.NET
working examples of
providing an API that can be
which is the .NET class that
dataset using Visual Basic
"Delegates".
utilized by both your
all your ASP.NET pages are
.NET.
ASP.NET Web pages and
based on. After that, we
classic ASP pages.
will review basic compiler
directives that you can
place on your page. At the
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: Sep, 27 2002 Date: Jul, 10 2003 Date: Aug, 27 2003 |
|
If you are working in a mixed
Ideally, every application
Sure, you've heard about
Extend the existing
development environment you
built would be designed with
.NET... maybe you're a
globalization capabilities
know that ASP
correct date handling
Visual Basic programmer for
of .Net to create flexible
"Classic" and
techniques. In practice,
a small company, maybe you
and powerful multilgual web
ASP.NET cannot share session
applications are often built
write SQL stored procedures
sites. First create a
state information. I am
using ad hoc date formatting
for a huge company, or maybe
custom ResourceManager and
offering the source code I
to match a corporate
you're just a Microsoft
then create custom
used to this resolve this
culture, the default format
developer wanting to keep on
localized-capable server
issue as well as discussing
on a company’s server, or
the cutting edge of
controls to easily deploy
a couple of other possible
the favorite format of the
technology. This article
multilingual functionality.
resolutions.
lead developer. Also, many
will explain exactly what
applications are not locale
.NET is, how it works, how
aware or were not designed
we (as developers) can
to be deployed in an
benefit from it, its many
environment where locale
new features, and other .NET
issues were not considered
related information.
important. Because of this
it is extremely important to
know the date formats in use
for input and output when
building applications that
will integrate with other
systems or databases and to
handle these formats
explicitly.
Date: Mar, 20 2006 Date: Nov, 30 -1 Date: Dec, 27 2001 Date: Aug, 19 2004 |