VB.NET 2005 Tutorials: Access
This tutorial explains about
A common task in N-tier .NET
A complete ASP.NET 2.0
and Manipulate Data -
Accessing Data with C# with
web application development
Notepad Web application
Working with Disk Files - In
an Overview of ADO.NET,
involves compiling
example (with source
this tutorial you will learn
Connecting to Data ,
components. You can compile
code).
Explains Forms,
about Access and Manipulate
Executing Commands , Working
components in several
sign in process, some
Data, Working with Disk
with Data and Choosing an
different ways, from using
complex SQL queries and new
Files, Browsing for Files,
ADO.NET Provider along with
commands executed at the DOS
HiddenField ASP.NET 2.0
Streams and Backing Stores,
the Project files used in
command prompt to using
server control.
Using the FileStream Class,
this.
methods available through
Using the StreamReader and
the Visual Studio .NET
StreamWriter Classes, Using
Integrated Development
the BinaryReader and
Environment. This tutorial
BinaryWriter Classes.
provides detailed steps for
using each of these methods.
The first method is for
those who only have the .NET
Framework installed and are
comfortable with working
from the command prompt.
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: Jul, 22 2005 Date: May, 30 2006 Date: May, 19 2005 Date: Dec, 13 2006 |
VB.NET 2005 Tutorials:
Microsoft.net framework
Explains how to store images
In this article we will
Creating Multiple-Document
provides the developer with
to database and retrieve it
discuss providing a
Interface (MDI) Applications
more advanced controls.
later in some server
programmable method of
In this tutorial you will
Among those are the
control, like GridView.
securing files on for your
learn about Creating
Calendar, AdRotator and the
ASP.Net applications. This
Multiple Document Interface
Xml Control. In this
code could come in handy
(MDI) Applications. In most
Tutorial we will see how we
where you have an
real time applications we
can make use of the rich
application hosted on an ISP
often find that multiple
controls provided by the
and you do not have access
windows open within another
framework.
to a folder outside of your
window. This kind of need is
Web directory structure, and
satisfied by implementing
you are not able to change
Multiple Document Interface
permissions on folder in the
(MDI) Applications. You can
Web. This method does not
create a class and designate
require storing your file in
it as a MDI window by
a binary field in your
setting its IsMDIContainer
database, thus reducing cost
Property as true. Set the
of having to buy database
value for WindowState as
storage from your ISP, and
maximized.
with no impact on the
network traffic between the
database and web servers.
Date: Jul, 22 2005 Date: May, 26 2006 Date: Sep, 03 2006 Date: Sep, 07 2003 |