|
VB.NET 2005 Tutorials:
Microsoft.net framework
A common task in N-tier .NET
This tiny demo source code
Creating Multiple-Document
provides the developer with
web application development
will give you a hint about
Interface (MDI) Applications
more advanced controls.
involves compiling
how to query data stored on
In this tutorial you will
Among those are the
components. You can compile
your server via XMLDB Engine
learn about Creating
Calendar, AdRotator and the
components in several
Lite (XMLDBelt), create new
Multiple Document Interface
Xml Control. In this
different ways, from using
files, insert data into
(MDI) Applications. In most
Tutorial we will see how we
commands executed at the DOS
existed, update data, delete
real time applications we
can make use of the rich
command prompt to using
and etc.
often find that multiple
controls provided by the
methods available through
windows open within another
framework.
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: Jul, 22 2005 Date: May, 26 2006 Date: May, 19 2005 Date: May, 03 2004 |
|
E-Commerce applications
ASP.NET pages are dynamically
In this article we will
In this tutorial you will
require mechanisms for
compiled on demand when
discuss providing a
learn how to add Web Parts
payment. Although more
first required in the
programmable method of
at run time and To test the
commonly than not e-Commerce
context of a Web
securing files on for your
Web Parts catalog.
sites will use full credit
application. Dynamic
ASP.Net applications. This
card processing gateways,
compilation is not specific
code could come in handy
giving PayPal as an
to ASP.NET pages (.aspx
where you have an
additional option of payment
files); it also occurs with
application hosted on an ISP
provides additional payment
Web Services (.asmx files),
and you do not have access
options for your customers,
Web user controls (.ascx
to a folder outside of your
especially those that don't
files), HTTP handlers (.ashx
Web directory structure, and
want to pay by credit card
files), and ASP.NET
you are not able to change
over the Internet. If you
application files such as
permissions on folder in the
run a Web shop that uses
the global.asax file. But
Web. This method does not
direct credit card
what does it mean exactly
require storing your file in
processing and want to
that an ASP.NET page is
a binary field in your
integrate PayPal seamlessly,
compiled?
database, thus reducing cost
you'll find that using
of having to buy database
PayPal as a processing
storage from your ISP, and
service is not as straight
with no impact on the
forward as using a payment
network traffic between the
gateway. In this article I
database and web servers.
describe how you can
minimize the external PayPal
interaction and work the
PayPal payment into the
order processing workflow to
provide a seamless interface
using ASP.NET and C#.
However, the principles used
here should be applicable to
any Web programming
environment.
Date: Nov, 23 2004 Date: Apr, 22 2004 Date: Sep, 07 2003 Date: Jun, 04 2006 |