Caching in Web applications
C# (C Sharp), VB.Net and
This paper looks at some of
VB.NET 2005 Tutorials: Web
can provide dramatic
ASP.Net help, tips, and
the specific benefits you
Services - SOAP, WSDL, Disco
improvements in performance.
tutorials from the experts.
can achieve in migrating
and UDDI In this tutorial
ASP.NET provides caching at
Featuring message boards and
applications from ASP, and
you will learn about Web
several levels for you to
a database of tutorials for
presents five distrinct
Services - Understanding Web
leverage and improve the
.Net assistance.
strategies for a migration,
Services, Simple Object
responsiveness of your
based on its perceived
Access Protocol (SOAP), The
application.
strategic value and your
Web Service Discovery Tool
desired timeframe for
(DISCO), Universal
results. A scorecard with
Description, Discovery and
key questions about your
Integration (UDDI), Web
migration allows you to
Service Discovery Language
quickly arrive at an initial
(WSDL).
estimate of a migration's
complexity. Finally, it
outlines the major
activities involved in the
four phases of a migration
project.
Date: Feb, 03 2004 Date: Jun, 28 2005 Date: Aug, 10 2004 Date: Jul, 22 2005 |
If you want to run ASP.NET
Most programmers are used to
Sample chapter from
This is part II of a series
web applications on your
passing data in methods as
"ASP.NET Website
of articles in which we'll
local computer, you must
input and output
Programming: Problem -
learn how to send mass
have both Internet
parameters.
Imagine a
Design - Solution" on
e-mails ( both text and HTML
Information Services (IIS)
scenario where you wish to
deploying the web site.
) to a list of subscribers
and ASP.NET installed. IIS
pass methods around to other
Describes in detail how you
using ASP.NET. We'll also
is necessary for providing
methods instead of data.
should deploy your site once
learn what are validation
web service and ASP.NET is
Amazed! Read further.
you've finished it,
controls and how they can
necessary for providing
discusses deployment of
help us validate user input.
handling of the family of
database and application
ASP.NET web applications
components separately.
(ASPX, ASMX, etc). IIS is
installed by default for
installations of Windows
2000 and Windows XP. ASP.NET
is installed by default
during .NET Framework
installation. However, if
you attempt to install the
.NET Framework on a Windows
2000 or Windows XP machine
that doesn't have IIS
installed, the .NET
Framework installation will
detect that IIS is not
available and thus will not
install ASP.NET component of
the framework. If you
subsequently install IIS at
a later time, you will have
to install ASP.NET
manually.
Likewise, if
you have both IIS and .NET
installed on your computer,
and then later un-install
IIS, this uninstallation
will also uninstall the
ASP.NET component of the
.NET Framework. If you later
re-install IIS, you will
have re-install ASP.NET
manually.
This article
walks you through the
re-installation of ASP.NET
for a computer already
running IIS.
Date: May, 19 2005 Date: Nov, 12 2005 Date: Nov, 16 2002 Date: Dec, 18 2002 |