Ideally, every application
Is the migration to ADO.NET
Every community site will
Given that all the
built would be designed with
keeping you up at night?
have different requirements
prerequisites and ASP.NET
correct date handling
This article will show you
to fulfill. Although the
are installed, this tutorial
techniques. In practice,
some techniques for
existing CSK framework
walks you through writing
applications are often built
transforming your ADO
offers a great deal of
ASP.NET pages of your very
using ad hoc date formatting
recordset into an ADO.NET
flexibility, having the
own.
to match a corporate
dataset using Visual Basic
entire source code available
culture, the default format
.NET.
means you can add additional
on a company’s server, or
functionality to a site in
the favorite format of the
an elegant manner. In this
lead developer. Also, many
chapter, we will concentrate
applications are not locale
on creating a new module for
aware or were not designed
the CSK. We will see how
to be deployed in an
creating a new module allows
environment where locale
you to add entirely new
issues were not considered
features which integrate
important. Because of this
seamlessly with the rest of
it is extremely important to
the framework. In this
know the date formats in use
chapter, we will implement a
for input and output when
Frequently Asked Questions
building applications that
(FAQ) module.
will integrate with other
systems or databases and to
handle these formats
explicitly.
Date: Nov, 30 -1 Date: Sep, 27 2002 Date: Feb, 28 2005 Date: Feb, 14 2002 |
ASP.NET 2.0 Training :
If you are working in a mixed
ASP.Net's introduction of the
The term "web
ASP.NET Security - In this
development environment you
web.config file went a long
service" has been used
tutorial you will learn
know that ASP
way to filling the
quite frequently lately: you
about ASP.NET 2.0 Security,
"Classic" and
configuration hole we had to
hear people saying how good
The Security Architecture of
ASP.NET cannot share session
deal with in classic ASP. We
web services are and how
ASP.NET 2.0, The security
state information. I am
actually went from having
they will dominate the
infrastructure and subsystem
offering the source code I
very little (global.asa was
future of software
relationships of the ASP.NET
used to this resolve this
the closest thing) to a
development, but what
and the sequence of events
issue as well as discussing
well-structured, change on
exactly are web services and
that occur when a
a couple of other possible
the fly XML file. For the
how can we create them? This
authentication is sought.
resolutions.
most part, the web.config
article shows us how to
When we talk of ‘security’
file does the trick fine.
build two web services and
we are basically
However there are some
also unravels all of the
acknowledging that there is
limitations and constraints
lingo surrounding web
a possibility of
with using it, which you are
services.
‘vulnerability’.
probably already aware of.
What you might not know is
how easy is it to surmount
those issues by creating a
far more flexible
alternative.
Date: Sep, 24 2005 Date: Mar, 20 2006 Date: Aug, 30 2004 Date: Aug, 27 2003 |