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