This serie of articles
In this paper you will learn
E-Commerce applications
Drill down on some of the new
explains the membership
about: IIS Fundamentals, ASP
require mechanisms for
and exciting page framework
provider system in ASP.NET
- where it falls short, CLR
payment. Although more
features in ASP.NET
2.0, how to make it work
Basics, ASP.NET Basics,
commonly than not e-Commerce
"Whidbey". See how
against SQL Server 2000, how
ASP.NET and OOP and Type
sites will use full credit
to leverage exciting
to tweak the
Anatomy
card processing gateways,
features like Master Pages
CreateUserWizard to require
giving PayPal as an
and Themes/Skins to richly
email verification when new
additional option of payment
customize Web UI,
accounts are created etc. As
provides additional payment
demonstrates how to leverage
of this moment there are 6
options for your customers,
the new cross page postback
articles, all with
especially those that don't
features to postback server
explaining sourcecode.
want to pay by credit card
controls to other pages, and
over the Internet. If you
the new Site Navigation API
run a Web shop that uses
and navigation controls to
direct credit card
make building Web apps a
processing and want to
breeze.
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: Sep, 01 2006 Date: May, 21 2003 Date: Nov, 23 2004 Date: Dec, 09 2003 |
VB.NET 2005 Tutorials: Common
ASP.NET provides extensive
In this tutorial you will
VB.NET 2005 Tutorials: Access
Windows Form Controls
tracing and debugging
learn about ASP.NET 2.0
and Manipulate Data -
Section:2 - In this tutorial
capabilities, an area that
Security, The Security
Working with Disk Files - In
we will learn about Common
has been neglected for web
Architecture of ASP.NET 2.0,
this tutorial you will learn
Windows Forms Controls in
developers in the past. With
The security infrastructure
about Access and Manipulate
Visual Basic .NET 2005. In
its new compilation model,
and subsystem relationships
Data, Working with Disk
this part 2 of this article,
debugging a page becomes as
of the ASP.NET and the
Files, Browsing for Files,
We will be learning the
natural as debugging any
sequence of events that
Streams and Backing Stores,
controls like Control
other application.
occur when a authentication
Using the FileStream Class,
MonthCalendar and
is sought.
Using the StreamReader and
DateTimePicker, TreeView and
StreamWriter Classes, Using
ListView, Timer, TrackBar
the BinaryReader and
and ProgressBar, HScrollBar
BinaryWriter Classes.
and VScrollBar.
Date: Jul, 22 2005 Date: Apr, 10 2004 Date: Jun, 04 2006 Date: Jul, 22 2005 |