|
ASP.NET 2.0 Free Tutorials :
A common task in N-tier .NET
Watch Thomas Lewis, Technical
This tiny demo source code
State Management And Caching
web application development
Evangelist for ASP.NET 2.0,
will give you a hint about
in ASP.NET 2.0 - In this
involves compiling
give you his top-of-mind
how to query data stored on
tutorial you will learn
components. You can compile
perspective on salient
your server via XMLDB Engine
about Cache Dependency,
components in several
features of ASP.NET 2.0 in
Lite (XMLDBelt), create new
SqlCache Dependency, New
different ways, from using
this 10 minute video.
files, insert data into
methods added to the
commands executed at the DOS
existed, update data, delete
CacheDependency Class and
command prompt to using
and etc.
The process of writing the
methods available through
cache dependency file. The
the Visual Studio .NET
performance of any web
Integrated Development
application is incumbent
Environment. This tutorial
upon the amount of server
provides detailed steps for
side processing that is
using each of these methods.
required
The first method is for
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: Sep, 24 2005 Date: May, 19 2005 Date: Dec, 02 2004 Date: May, 03 2004 |
|
ASP.NET pages are dynamically
In this tutorial you will
In this article we will
Using an ASHX handler for
compiled on demand when
learn how to add Web Parts
discuss providing a
optimal performance we
first required in the
at run time and To test the
programmable method of
create a system for feed RSS
context of a Web
Web Parts catalog.
securing files on for your
out of your database driven
application. Dynamic
ASP.Net applications. This
site. Explains RSS xml
compilation is not specific
code could come in handy
format and gives you extra
to ASP.NET pages (.aspx
where you have an
caching tips.
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: Apr, 22 2004 Date: Jun, 04 2006 Date: Sep, 07 2003 Date: Sep, 01 2006 |