|
VB.NET 2005 Tutorials:
ASP.NET 2.0 Free Tutorials :
This tiny demo source code
Watch Thomas Lewis, Technical
Creating Multiple-Document
State Management And Caching
will give you a hint about
Evangelist for ASP.NET 2.0,
Interface (MDI) Applications
in ASP.NET 2.0 - In this
how to query data stored on
give you his top-of-mind
In this tutorial you will
tutorial you will learn
your server via XMLDB Engine
perspective on salient
learn about Creating
about Cache Dependency,
Lite (XMLDBelt), create new
features of ASP.NET 2.0 in
Multiple Document Interface
SqlCache Dependency, New
files, insert data into
this 10 minute video.
(MDI) Applications. In most
methods added to the
existed, update data, delete
real time applications we
CacheDependency Class and
and etc.
often find that multiple
The process of writing the
windows open within another
cache dependency file. The
window. This kind of need is
performance of any web
satisfied by implementing
application is incumbent
Multiple Document Interface
upon the amount of server
(MDI) Applications. You can
side processing that is
create a class and designate
required
it as a MDI window by
setting its IsMDIContainer
Property as true. Set the
value for WindowState as
maximized.
Date: Jul, 22 2005 Date: Sep, 24 2005 Date: May, 03 2004 Date: Dec, 02 2004 |
|
Using an ASHX handler for
In this article we will
ASP.NET pages are dynamically
In this tutorial you will
optimal performance we
discuss providing a
compiled on demand when
learn how to add Web Parts
create a system for feed RSS
programmable method of
first required in the
at run time and To test the
out of your database driven
securing files on for your
context of a Web
Web Parts catalog.
site. Explains RSS xml
ASP.Net applications. This
application. Dynamic
format and gives you extra
code could come in handy
compilation is not specific
caching tips.
where you have an
to ASP.NET pages (.aspx
application hosted on an ISP
files); it also occurs with
and you do not have access
Web Services (.asmx files),
to a folder outside of your
Web user controls (.ascx
Web directory structure, and
files), HTTP handlers (.ashx
you are not able to change
files), and ASP.NET
permissions on folder in the
application files such as
Web. This method does not
the global.asax file. But
require storing your file in
what does it mean exactly
a binary field in your
that an ASP.NET page is
database, thus reducing cost
compiled?
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: Sep, 07 2003 Date: Apr, 22 2004 Date: Jun, 04 2006 |