CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2005
    Posts
    767

    Application of .NET 2.0 in latest Software!

    Hello All,
    I see that many of the latest software and drivers! seem to have .NET 2.0 framework to be a pre-requisite for installation. My guess is that .NET framework is used for the front end UI and good old application programming platform like Win32 are used in the Backend using interop. Am I correct here? Or Is it that the whole thing is made using .NET?
    One's mistake cannot be your excuse!

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    Re: Application of .NET 2.0 in latest Software!

    Probably not the correct forum for this question.

    At the core, .NET applications eventually use the win32 API to actually render pixels on the screen and whatnot, but the .NET paradigm is a radical departure from Win32 API.

  3. #3
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: Application of .NET 2.0 in latest Software!

    When you use the full .NET framework you can do everything in it. You can use it to create windows, to use network, to work with strings, images, ... No need to interop for these things.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

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