|
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 article we will
In this tutorial you will
Before Asp.net invasion there
compiled on demand when
discuss providing a
learn how to add Web Parts
were many other programming
first required in the
programmable method of
at run time and To test the
languages and technologies
context of a Web
securing files on for your
Web Parts catalog.
on which the dynamic pages
application. Dynamic
ASP.Net applications. This
were made. In this tutorial
compilation is not specific
code could come in handy
I will explain how we can
to ASP.NET pages (.aspx
where you have an
migrate our classic asp
files); it also occurs with
application hosted on an ISP
application to the modern
Web Services (.asmx files),
and you do not have access
asp.net application. Most of
Web user controls (.ascx
to a folder outside of your
the components that were
files), HTTP handlers (.ashx
Web directory structure, and
written was in visual basic
files), and ASP.NET
you are not able to change
6 which communicated with
application files such as
permissions on folder in the
the asp application using
the global.asax file. But
Web. This method does not
the COM components.
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: Sep, 07 2003 Date: Jun, 04 2006 Date: May, 30 2006 |