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