|
A common task in N-tier .NET
ASP.NET 2.0 Free Tutorials :
Watch Thomas Lewis, Technical
This tiny demo source code
web application development
State Management And Caching
Evangelist for ASP.NET 2.0,
will give you a hint about
involves compiling
in ASP.NET 2.0 - In this
give you his top-of-mind
how to query data stored on
components. You can compile
tutorial you will learn
perspective on salient
your server via XMLDB Engine
components in several
about Cache Dependency,
features of ASP.NET 2.0 in
Lite (XMLDBelt), create new
different ways, from using
SqlCache Dependency, New
this 10 minute video.
files, insert data into
commands executed at the DOS
methods added to the
existed, update data, delete
command prompt to using
CacheDependency Class and
and etc.
methods available through
The process of writing the
the Visual Studio .NET
cache dependency file. The
Integrated Development
performance of any web
Environment. This tutorial
application is incumbent
provides detailed steps for
upon the amount of server
using each of these methods.
side processing that is
The first method is for
required
those who only have the .NET
Framework installed and are
comfortable with working
from the command prompt.
The second method also
involves working from the
command prompt but employs
special tools installed with
the installation of Visual
Studio .NET. In the third
method, you'll be introduced
to compiling components
using the visual interface
of Visual Studio .NET.
Whether or not you have
Visual Studio .NET
installed, you'll find the
steps for compiling your
components here.
Date: May, 19 2005 Date: Sep, 24 2005 Date: Dec, 02 2004 Date: May, 03 2004 |
|
Using an ASHX handler for
ASP.NET pages are dynamically
In this tutorial you will
In this article we will
optimal performance we
compiled on demand when
learn how to add Web Parts
discuss providing a
create a system for feed RSS
first required in the
at run time and To test the
programmable method of
out of your database driven
context of a Web
Web Parts catalog.
securing files on for your
site. Explains RSS xml
application. Dynamic
ASP.Net applications. This
format and gives you extra
compilation is not specific
code could come in handy
caching tips.
to ASP.NET pages (.aspx
where you have an
files); it also occurs with
application hosted on an ISP
Web Services (.asmx files),
and you do not have access
Web user controls (.ascx
to a folder outside of your
files), HTTP handlers (.ashx
Web directory structure, and
files), and ASP.NET
you are not able to change
application files such as
permissions on folder in the
the global.asax file. But
Web. This method does not
what does it mean exactly
require storing your file in
that an ASP.NET page is
a binary field in your
compiled?
database, thus reducing cost
of having to buy database
storage from your ISP, and
with no impact on the
network traffic between the
database and web servers.
Date: Sep, 01 2006 Date: Apr, 22 2004 Date: Jun, 04 2006 Date: Sep, 07 2003 |