|
Is the migration to ADO.NET
This article examines how to
This article explains what
If you are working in a mixed
keeping you up at night?
can create a Web service in
are "Delegates"?
development environment you
This article will show you
.NET and then utilize it
And what is their role in
know that ASP
some techniques for
from a classic ASP page on
.NET framework. The author
"Classic" and
transforming your ADO
your Web server, thereby
uses VB.NET code to provide
ASP.NET cannot share session
recordset into an ADO.NET
providing an API that can be
working examples of
state information. I am
dataset using Visual Basic
utilized by both your
"Delegates".
offering the source code I
.NET.
ASP.NET Web pages and
used to this resolve this
classic ASP pages.
issue as well as discussing
a couple of other possible
resolutions.
Date: Sep, 27 2002 Date: Aug, 27 2003 Date: Jul, 10 2003 Date: Mar, 20 2006 |
|
Ideally, every application
Extend the existing
Sure, you've heard about
Given that all the
built would be designed with
globalization capabilities
.NET... maybe you're a
prerequisites and ASP.NET
correct date handling
of .Net to create flexible
Visual Basic programmer for
are installed, this tutorial
techniques. In practice,
and powerful multilgual web
a small company, maybe you
walks you through writing
applications are often built
sites. First create a
write SQL stored procedures
ASP.NET pages of your very
using ad hoc date formatting
custom ResourceManager and
for a huge company, or maybe
own.
to match a corporate
then create custom
you're just a Microsoft
culture, the default format
localized-capable server
developer wanting to keep on
on a company’s server, or
controls to easily deploy
the cutting edge of
the favorite format of the
multilingual functionality.
technology. This article
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: Nov, 30 -1 Date: Aug, 19 2004 Date: Dec, 27 2001 Date: Feb, 14 2002 |