Do you want to learn the different ways the .NET Framework running in Apache
uses AppDomains and current users and so on, when running ASP.NET or CGI or even those "non networking" plain, ole desktop .NET applications?


Most people have available ASP.NET
code and desktop .NET application code
but nothing for the CGI ways. Well below are some CGI .NET links:


Creating a C#/.NET CGI Executable
http://west-wind.com/weblog/posts/1143.aspx

C# On The Net
http://www.csharphelp.com/archives/archive60.html

From the book C# The Basics
Web Enabled Data
http://www.vijaymukhi.com/documents/books/csbasics/chap5.htm

Web Enabled C# Application
http://www.c-sharpcorner.com/WebForms/WebEnabledCSAppKS001.asp

Exam results on Web using C#
http://winsolutions.port5.com/art03a.html

Web Enable your C# Program
http://www.developerfusion.com/show/1915/

Start adding to the above files AppDomain
create calls (set and get properties) and user information calls (and etc.) and then compare the different .NET Framework output from Apache for each of the networking and non networking styles.


Jeff





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to