VB.NET 2005 Tutorials: Access
A common task in N-tier .NET
VB.NET 2005 Tutorials:
Microsoft.net framework
and Manipulate Data -
web application development
Creating Multiple-Document
provides the developer with
Working with Disk Files - In
involves compiling
Interface (MDI) Applications
more advanced controls.
this tutorial you will learn
components. You can compile
In this tutorial you will
Among those are the
about Access and Manipulate
components in several
learn about Creating
Calendar, AdRotator and the
Data, Working with Disk
different ways, from using
Multiple Document Interface
Xml Control. In this
Files, Browsing for Files,
commands executed at the DOS
(MDI) Applications. In most
Tutorial we will see how we
Streams and Backing Stores,
command prompt to using
real time applications we
can make use of the rich
Using the FileStream Class,
methods available through
often find that multiple
controls provided by the
Using the StreamReader and
the Visual Studio .NET
windows open within another
framework.
StreamWriter Classes, Using
Integrated Development
window. This kind of need is
the BinaryReader and
Environment. This tutorial
satisfied by implementing
BinaryWriter Classes.
provides detailed steps for
Multiple Document Interface
using each of these methods.
(MDI) Applications. You can
The first method is for
create a class and designate
those who only have the .NET
it as a MDI window by
Framework installed and are
setting its IsMDIContainer
comfortable with working
Property as true. Set the
from the command prompt.
value for WindowState as
The second method also
maximized.
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: Jul, 22 2005 Date: May, 19 2005 Date: Jul, 22 2005 Date: May, 26 2006 |
ASP.NET pages are dynamically
Mostly we want to change
In this article we will
In this tutorial you will
compiled on demand when
output results of our
discuss providing a
learn how to add Web Parts
first required in the
applications to another
programmable method of
at run time and To test the
context of a Web
culture setting. In this
securing files on for your
Web Parts catalog.
application. Dynamic
code sniplet we will format
ASP.Net applications. This
compilation is not specific
current date time for our
code could come in handy
to ASP.NET pages (.aspx
culture settings
where you have an
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: Oct, 28 2003 Date: Sep, 07 2003 Date: Jun, 04 2006 |