|
-
December 2nd, 2005, 02:36 AM
#1
What namespaces can I use?
When making an application to run in a browser/server what name spaces can I use? Can I only use the System.Web namespace or can I use any of the .Net features? Will everything in the .Net framework run on a server? Some stuff in the System.Windows namespaces can't be used?
has deleted code guru from favorites list and left for ever.
-
December 2nd, 2005, 03:00 AM
#2
Re: What namespaces can I use?
 Originally Posted by Koute
When making an application to run in a browser/server what name spaces can I use? Can I only use the System.Web namespace or can I use any of the .Net features? Will everything in the .Net framework run on a server? Some stuff in the System.Windows namespaces can't be used?
Almost all the namespaces can be used. But ones that are related to WinForms cannot be accessed from Web Applications.
-
December 2nd, 2005, 09:11 AM
#3
Re: What namespaces can I use?
has deleted code guru from favorites list and left for ever.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|