|
We probably all remember how
This article explains what
Is the migration to ADO.NET
This article examines how to
agonizing it is to create
are "Delegates"?
keeping you up at night?
can create a Web service in
client-side cookies using
And what is their role in
This article will show you
.NET and then utilize it
JavaScript. HttpCookie class
.NET framework. The author
some techniques for
from a classic ASP page on
offers an easier way to
uses VB.NET code to provide
transforming your ADO
your Web server, thereby
accomplish the task and with
working examples of
recordset into an ADO.NET
providing an API that can be
minimal fuss. This article
"Delegates".
dataset using Visual Basic
utilized by both your
takes a close look at
.NET.
ASP.NET Web pages and
HttpCookie class and how to
classic ASP pages.
use it to store cookies on
the client machine.
Date: Jun, 20 2004 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
This programming tutorial
development environment you
.NET... maybe you're a
built would be designed with
covers the basics of
know that ASP
Visual Basic programmer for
correct date handling
Microsoft .NET environment
"Classic" and
a small company, maybe you
techniques. In practice,
and its architecture.
It
ASP.NET cannot share session
write SQL stored procedures
applications are often built
includes NET
state information. I am
for a huge company, or maybe
using ad hoc date formatting
Implementations Common
offering the source code I
you're just a Microsoft
to match a corporate
Language Runtime Framework
used to this resolve this
developer wanting to keep on
culture, the default format
Class Libraries Common
issue as well as discussing
the cutting edge of
on a company’s server, or
Language Specification (CLS)
a couple of other possible
technology. This article
the favorite format of the
.NET Framework Namespaces
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: May, 02 2006 |