This article discusses
ASP.NET 2.0 Training :
E-Commerce applications
In this tutorial you will
different options you as a
Working with Web Parts - In
require mechanisms for
learn the procedure for
developer have in ASP.NET to
this tutorial you will learn
payment. Although more
Installing Visual Studio.NET
send data from one ASP.NET
about Understanding Web
commonly than not e-Commerce
2.0 starting with minimum
page to another. Since you
Parts, Building pages with
sites will use full credit
system requirements, runtime
cannot use ASP.NET Web
Web Parts, Web Part Display
card processing gateways,
setup and side by side
Controls
Modes, Advantages of using
giving PayPal as an
installation.
(System.Web.UI.WebControls)
WebParts, To create a new
additional option of payment
in such a scenario (which
Web site using WebParts, The
provides additional payment
only allow posting back of
Web.config File and Adding
options for your customers,
data to the same page), this
the WebPartManager Control.
especially those that don't
article discusses other ways
want to pay by credit card
like using HttpContext
over the Internet. If you
object.
run a Web shop that uses
direct credit card
processing and want to
integrate PayPal seamlessly,
you'll find that using
PayPal as a processing
service is not as straight
forward as using a payment
gateway. In this article I
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: Jun, 24 2003 Date: Sep, 22 2005 Date: Nov, 23 2004 Date: May, 30 2006 |
In this tutorial you will
This is the first tutorial as
Asp.net applications can be
ASP.NET is a managed
learn about new features in
part of the Visual Basic
easily configured by using
framework that facilitates
Data Access, Data binding,
.NET 2005 Training. In this
web.config files. You can
building server-side
The XPathBinder,
tutorials we will be
store number of things in
applications based on HTTP,
XPathBinder.Eval, Connection
learning about the basics of
the configuration file.
HTML, XML and SOAP. To .NET
Strings, The factory class,
The .NET Framework
Let's see some important
developers, ASP.NET is a
Batch operations,
Architecture, The .NET
stuff that can be stored in
platform that provides
Asynchronous Commands, SQL
vision, Common Language
this file.
one-stop shopping for all
Bulk Copy, ColumnMappings,
Runtime (CLR), .NET
application development that
Enhancements to SQL Server
Framework Class Library and
requires the processing of
2005, ADO.NET Class
Microsoft Intermediate
HTTP requests.
Enhancements,
Language (MSIL). It's very
DataTableReader, Serializing
important to learn the
a DataTable, The
basics before we actually
XMLSerializer,
start with the Programming.
RemotingFormat and Managing
The .NET framework is a
Views of Data.
software technology that is
directed towards connecting
information, people, systems
and devices seamlessly. The
high level of software
integration that has been
attempted through use of XML
web services enables the
creation of small, discrete,
building block types of
applications. These
applications are connected
to other applications over
the Internet.
Date: Jun, 04 2006 Date: May, 27 2005 Date: May, 30 2006 Date: May, 28 2003 |