|
VB.NET 2005 Free Training: Introduction and Implementing Inheritance in VB
|
Other links at ASP.NET > Tutorials |
| 1. |
HTTP Architecture for ASP.NET
|
|
|
ASP.NET is built on a core set of classes and interfaces that abstract the HTTP protocol. The three core abstractions are the context (HttpContext) that represents the current HTTP request, handlers (classes that implement IHttpHandler) that are capable of servicing HTTP requests, and modules (classes that implement IHttpModule) that can pre/post process HTTP requests to provide additional services.
|
| 2. |
Integrating PayPal Payments into E-Commerce Applications with ASP.NET
|
|
|
E-Commerce applications require mechanisms for payment. Although more commonly than not e-Commerce sites will use full credit card processing gateways, giving PayPal as an additional option of payment provides additional payment options for your customers, especially those that dont want to pay by credit card over the Internet. If you run a Web shop that uses direct credit card processing and want to integrate PayPal seamlessly, youll 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.
|
| 3. |
VB.NET 2005 Tutorials: Using XML Data
|
|
|
VB.NET 2005 Tutorials: Using XML Data In this tutorial you will learn about Using XML Data - XML Basics, Using XmlDocument Class, Treating XML as Relational Data, The Introduction, The database, Handle Data Errors - Handle Database Errors and Handling Multi-User Errors.
|
| 4. |
MS SQL RD4 Encryption
|
|
|
This is a simple RD4 encryption stored procedure. Its nice because it uses the same procedure to encrypt and decrypt and it beats using a cast as varbinary.
|
| 5. |
Using CultureInfo to modify output
|
|
|
Mostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for our culture settings
|
|
|