The author writes "One
This article explains what
Ideally, every application
Complete online chapter
of the things that keeps
are "Delegates"?
built would be designed with
"Talking To
coming up as a benefit of
And what is their role in
correct date handling
HailStorm" from
switching to ASP.NET is the
.NET framework. The author
techniques. In practice,
"Early Adopter
ability to use code-behind
uses VB.NET code to provide
applications are often built
HailStorm (.NET My
to separate display code
working examples of
using ad hoc date formatting
Services)". Provides in
from application logic. In
"Delegates".
to match a corporate
depth information on what is
Visual Studio.NET, this is
culture, the default format
.NET My Services, what it
'automagically' done for
on a company’s server, or
provides and how to make use
you. So what if you don't
the favorite format of the
of it.
have VS.NET? Here's how you
lead developer. Also, many
can implement code-behind
applications are not locale
using just a plain old text
aware or were not designed
editor and the tools
to be deployed in an
included in the .NET
environment where locale
Framework... no VS.NET
issues were not considered
required!" Source codes
important. Because of this
available for download.
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: Aug, 27 2003 Date: Jul, 10 2003 Date: Nov, 30 -1 Date: Feb, 07 2002 |
Extend the existing
This article examines how to
Is the migration to ADO.NET
Explains how to customize
globalization capabilities
can create a Web service in
keeping you up at night?
ASP.NET pages on different
of .Net to create flexible
.NET and then utilize it
This article will show you
devices types, how to
and powerful multilgual web
from a classic ASP page on
some techniques for
support CSS and how to make
sites. First create a
your Web server, thereby
transforming your ADO
user friendly mobile sites
custom ResourceManager and
providing an API that can be
recordset into an ADO.NET
then create custom
utilized by both your
dataset using Visual Basic
localized-capable server
ASP.NET Web pages and
.NET.
controls to easily deploy
classic ASP pages.
multilingual functionality.
Date: Aug, 19 2004 Date: Aug, 27 2003 Date: Sep, 27 2002 Date: May, 25 2006 |