|
.Net Applications
Download .Net
Application Here
The above file is a sample .Net application. The source code material is through Visual Studio .Net. This .net app sample allows you to upload and administrate (in a basic way) users data.
It was built in a way that allows users to see how we've developed a transactional COM+ Component the way it is commonly built for many commercial banks.
prjCryptoRC4.dll = this manages the encryption, it has to be registered in the server through the regsvr32.exe, you may find it in c:\winnt\system32).
CryptoTool.exe = In order to have this program working, you will need to register the prjCryptoRC4.dll to the server. This program encrypts written string connections. Open readme.txt after encrypting.
Database_BackUp = This is the sql 2000 back up.
regCnnString.reg = Open readme.txt
wwwroot = This contains two directories: 1. DAL_Transact_app_01 - Web Service 2. Transact_app_01 - ASP.Net application.
COM_Transact_App_01 = COM+ Component
COM_Transaction_App_01 = Visual Studio.Net Solution - For Development
WindowsApplication1 = Test App for COM+ Component
|