|
Microsoft.net framework
VB.NET 2005 Tutorials:
A common task in N-tier .NET
This tiny demo source code
provides the developer with
Creating Multiple-Document
web application development
will give you a hint about
more advanced controls.
Interface (MDI) Applications
involves compiling
how to query data stored on
Among those are the
In this tutorial you will
components. You can compile
your server via XMLDB Engine
Calendar, AdRotator and the
learn about Creating
components in several
Lite (XMLDBelt), create new
Xml Control. In this
Multiple Document Interface
different ways, from using
files, insert data into
Tutorial we will see how we
(MDI) Applications. In most
commands executed at the DOS
existed, update data, delete
can make use of the rich
real time applications we
command prompt to using
and etc.
controls provided by the
often find that multiple
methods available through
framework.
windows open within another
the Visual Studio .NET
window. This kind of need is
Integrated Development
satisfied by implementing
Environment. This tutorial
Multiple Document Interface
provides detailed steps for
(MDI) Applications. You can
using each of these methods.
create a class and designate
The first method is for
it as a MDI window by
those who only have the .NET
setting its IsMDIContainer
Framework installed and are
Property as true. Set the
comfortable with working
value for WindowState as
from the command prompt.
maximized.
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, 26 2006 Date: Jul, 22 2005 Date: May, 19 2005 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 |