|
Rearchitect Your Web Applications for Microsoft ASP.NET
|
Other links at ASP.NET > Tutorials |
| 1. |
Quick .Net File Download Security
|
|
|
In this article we will discuss providing a programmable method of securing files on for your ASP.Net applications. This code could come in handy where you have an application hosted on an ISP and you do not have access to a folder outside of your Web directory structure, and you are not able to change permissions on folder in the Web. This method does not require storing your file in a binary field in your database, thus reducing cost of having to buy database storage from your ISP, and with no impact on the network traffic between the database and web servers.
|
| 2. |
Online Computer Training
|
|
|
Globalittraining offers Unlimited Access to over 525 Online training courses with Unlimited access to our full online course library, Try before you buy, Receive personalised certificates on all exams passed, The option to download and print courses to study offline, Receive acknowledgement from your employers Learn at your own convenience. Please visit the site for full course details.
|
| 3. |
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.
|
|
|