|
-
November 7th, 2007, 06:58 AM
#1
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!
-
November 7th, 2007, 10:30 AM
#2
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.
-
November 9th, 2007, 09:24 AM
#3
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.
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
|