|
VB.NET 2005 Tutorials:
This tiny demo source code
ASP.NET 2.0 Free Tutorials :
Watch Thomas Lewis, Technical
Creating Multiple-Document
will give you a hint about
State Management And Caching
Evangelist for ASP.NET 2.0,
Interface (MDI) Applications
how to query data stored on
in ASP.NET 2.0 - In this
give you his top-of-mind
In this tutorial you will
your server via XMLDB Engine
tutorial you will learn
perspective on salient
learn about Creating
Lite (XMLDBelt), create new
about Cache Dependency,
features of ASP.NET 2.0 in
Multiple Document Interface
files, insert data into
SqlCache Dependency, New
this 10 minute video.
(MDI) Applications. In most
existed, update data, delete
methods added to the
real time applications we
and etc.
CacheDependency Class and
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: May, 03 2004 Date: Sep, 24 2005 Date: Dec, 02 2004 |
|
In this article we will
Using an ASHX handler for
ASP.NET pages are dynamically
In this tutorial you will
discuss providing a
optimal performance we
compiled on demand when
learn how to add Web Parts
programmable method of
create a system for feed RSS
first required in the
at run time and To test the
securing files on for your
out of your database driven
context of a Web
Web Parts catalog.
ASP.Net applications. This
site. Explains RSS xml
application. Dynamic
code could come in handy
format and gives you extra
compilation is not specific
where you have an
caching tips.
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, 07 2003 Date: Sep, 01 2006 Date: Apr, 22 2004 Date: Jun, 04 2006 |