|
Displaying Information about the ASP.NET Process
|
Other links at ASP.NET > Tutorials |
| 1. |
Migrating to ASP.NET : Guidelines for Planning a Successful Migration
|
|
|
This paper looks at some of the specific benefits you can achieve in migrating applications from ASP, and presents five distrinct strategies for a migration, based on its perceived strategic value and your desired timeframe for results. A scorecard with key questions about your migration allows you to quickly arrive at an initial estimate of a migrations complexity. Finally, it outlines the major activities involved in the four phases of a migration project.
|
| 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. |
ASP.NET MVC Pattern for Struts developers
|
|
|
Programmers familiar with JSPs Model II/struts architecture and others generally familiar with Model View Controller (MVC) architectures, immediately wonder how the MVC pattern can be applied in an ASP.NET world. This article demonstrates how the MVC pattern can be applied to an ASP.NET web application without breaking the basic Microsoft supplied architecture.
|
| 4. |
VB.NET 2005 Tutorials: Web Services, Creating Proxy Classes with WSDL
|
|
|
VB.NET 2005 Tutorials: Instantiating - Invoking Web Services, Creating Proxy Classes with WSDL In this tutorial you will learn about Discovering Web Services, Instantiating and Invoking Web Services, Creating Proxy Classes with the Web Services Description Language Tool (wsdl.exe)
|
| 5. |
ASP.NET Security
|
|
|
The CLR provides a security model which is layered on top of that provided by the underlying operating system. It acts as another "hurdle" one must cross in order to access various resources and services.
|
|
|