CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Location
    Star Gate Command
    Posts
    73

    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.

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: What namespaces can I use?

    Quote 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.

  3. #3
    Join Date
    Oct 2005
    Location
    Star Gate Command
    Posts
    73

    Re: What namespaces can I use?

    Ok, Thanks for the help.
    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
  •  





Click Here to Expand Forum to Full Width

Featured