Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Deploying .NET

Deploying .NET

Scheduled Pinned Locked Moved .NET (Core and Framework)
questioncsharpc++
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Hi, Having traditionally written C++ windows applicatons for a number of years, I am looking forward to geting to know the .NET technologies. While starting to read about what is available the first thing that springs to mind is how are these applications deployed, what OS's support this. There is a lot of talk about cross-platform compatibilty but does that mean when you are deploying your application on non-.NET compliant systems e.g. I assume win95, win98,ME,non-Microsoft OS's then you install the necessary .NET components? Could anyone point me in the direction of any articles that addresses this area. Thanks Neil

    P C 2 Replies Last reply
    0
    • L Lost User

      Hi, Having traditionally written C++ windows applicatons for a number of years, I am looking forward to geting to know the .NET technologies. While starting to read about what is available the first thing that springs to mind is how are these applications deployed, what OS's support this. There is a lot of talk about cross-platform compatibilty but does that mean when you are deploying your application on non-.NET compliant systems e.g. I assume win95, win98,ME,non-Microsoft OS's then you install the necessary .NET components? Could anyone point me in the direction of any articles that addresses this area. Thanks Neil

      P Offline
      P Offline
      Paul Watson
      wrote on last edited by
      #2

      Best place is on MSDN in the Deploying .NET Framework Applications*. If you have high level questions about .NET then msdn.microsoft.com/net* is the place to start. About the cross-platform compatibility; the platform you want to deploy to will have to have a .NET framework written for it. The MONO project is doing this for Linux so that you can run .NET apps on Linux. I am unsure though about other versions of Windows or other OSs. Hope that helps :) *links open in current browser window regards, Paul Watson Bluegrass Cape Town, South Africa "The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge "In other words, the developer is dealing with an elephant, the accountant is dealing with a bunny rabbit." by Stan Shannon - 16/10/2001

      1 Reply Last reply
      0
      • L Lost User

        Hi, Having traditionally written C++ windows applicatons for a number of years, I am looking forward to geting to know the .NET technologies. While starting to read about what is available the first thing that springs to mind is how are these applications deployed, what OS's support this. There is a lot of talk about cross-platform compatibilty but does that mean when you are deploying your application on non-.NET compliant systems e.g. I assume win95, win98,ME,non-Microsoft OS's then you install the necessary .NET components? Could anyone point me in the direction of any articles that addresses this area. Thanks Neil

        C Offline
        C Offline
        Colin Bowern
        wrote on last edited by
        #3

        The .NET Framework will be available for Windows 95 through XP. Some installation packages such as InstallShield Developer and Wise Installer allow you to package a "merge module" for the .NET Framework, thus ensuring that it is installed on the target machine if it is not already there. MSDN is a great resource and all of the technical content is available free at http://msdn.microsoft.com Cheers! Colin Bowern, Consultant Enterprise Platform Solutions Microsoft Services (Canada)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups