Learn about the basics of
Learn how to use the tools
Consider the perceived risks
This article explains what
building mobile Web
and options in Visual Studio
of migrations that tend to
are "Delegates"?
applications with ASP.NET
.NET to increase your
cloud the benefits of new
And what is their role in
Mobile Controls. See how the
productivity and work
technologies from a business
.NET framework. The author
control model and drag and
efficiently in a team
perspective, making it
uses VB.NET code to provide
drop designer make it easy
environment when building
difficult to justify
working examples of
to target nearly 200 devices
ASP.NET applications.
technology migrations to the
"Delegates".
(cell phones, PDAs and
decision makers in an
pagers) from a single mobile
enterprise. See how these
Web form. Find out what the
risks can be identified,
adaptive rendering and rich
planned for ahead of time
customization and
and evaluated against cost,
extensibility models can do
time to market, and other
for your mobile Web
business factors so that the
applications.
project planner can have a
solid handle on the bottom
line of a project. See
examples from a real-world
commercial application and
look at each of the business
and technological factors
that needed to be addressed
when migrating an ASP
application to ASP.NET on
the soon to be released
Windows Server 2003.
Date: Aug, 08 2003 Date: Aug, 08 2003 Date: Aug, 06 2003 Date: Jul, 10 2003 |
This guide presents a
This article discusses
This article provides one
In this article we will take
practical, scenario driven
different options you as a
solution for replicating
a quick look at two methods
approach to designing and
developer have in ASP.NET to
content to multiple share
for creating SHA1 passwords
building secure ASP.NET
send data from one ASP.NET
locations using VB.Net. This
for use on the web using
applications for Windows
page to another. Since you
could be useful where you
.NET. It is dangerous to
2000 and version 1.0 of the
cannot use ASP.NET Web
have a Web application
store passwords anywhere in
.NET Framework. It focuses
Controls
hosted on a Web farm and you
plain text!! SHA1 gives a
on the key elements of
(System.Web.UI.WebControls)
wish to have files uploaded
quick and easy way to encode
authentication,
in such a scenario (which
via the Web, and then
a password into a non-human
authorization and secure
only allow posting back of
replicate the uploaded files
readable form. This means it
communication within and
data to the same page), this
to other servers in the farm.
is safer to store in a
across the tiers of
article discusses other ways
database, and should the
distributed .NET Web
like using HttpContext
database be viewed by anyone
applications.
object.
who shouldn't know the
passwords, it will be much
more difficult for them to
work out what a user's
password is.
Date: Jun, 26 2003 Date: Jun, 24 2003 Date: Jun, 24 2003 Date: Jun, 23 2003 |