|
We probably all remember how
This programming tutorial
This article explains what
Is the migration to ADO.NET
agonizing it is to create
covers the basics of
are "Delegates"?
keeping you up at night?
client-side cookies using
Microsoft .NET environment
And what is their role in
This article will show you
JavaScript. HttpCookie class
and its architecture.
It
.NET framework. The author
some techniques for
offers an easier way to
includes NET
uses VB.NET code to provide
transforming your ADO
accomplish the task and with
Implementations Common
working examples of
recordset into an ADO.NET
minimal fuss. This article
Language Runtime Framework
"Delegates".
dataset using Visual Basic
takes a close look at
Class Libraries Common
.NET.
HttpCookie class and how to
Language Specification (CLS)
use it to store cookies on
.NET Framework Namespaces
the client machine.
Date: Jun, 20 2004 Date: May, 02 2006 Date: Jul, 10 2003 Date: Sep, 27 2002 |
|
This article examines how to
If you are working in a mixed
Ideally, every application
Given that all the
can create a Web service in
development environment you
built would be designed with
prerequisites and ASP.NET
.NET and then utilize it
know that ASP
correct date handling
are installed, this tutorial
from a classic ASP page on
"Classic" and
techniques. In practice,
walks you through writing
your Web server, thereby
ASP.NET cannot share session
applications are often built
ASP.NET pages of your very
providing an API that can be
state information. I am
using ad hoc date formatting
own.
utilized by both your
offering the source code I
to match a corporate
ASP.NET Web pages and
used to this resolve this
culture, the default format
classic ASP pages.
issue as well as discussing
on a company’s server, or
a couple of other possible
the favorite format of the
resolutions.
lead developer. Also, many
applications are not locale
aware or were not designed
to be deployed in an
environment where locale
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: Aug, 27 2003 Date: Mar, 20 2006 Date: Nov, 30 -1 Date: Feb, 14 2002 |