Forum Moderators: open
[msdn.microsoft.com...]
- It's still in Beta
- Visual Studio 2005 can handle it with some updates, but still very buggy.
- Net 3.0 is actually a extended Net 2.0 version, previously called WinFx. For me the biggest addition is the Windows Presentation Framework. WPF is the next step in the evolution of Windows Forms. The old win32 is (finally) thrown overboard and you are now able to take advantage of the graphic capabilities of modern GPU's. For the developer that means much more freedom in creation of the UI: Vector based UI, 2D animation acceleration etc..
For the developer that means much more freedom in creation of the UI: Vector based UI, 2D animation acceleration etc..
It's getting harder and harder to see where .Net Framework ends and the Windows API begins.
WinFX is a Windows API. It's the successor to the Win32 API, so why the hell have the decided to call it .Net 3.0?
It would be a lot easier if the Framework were to be kept seperate from the Windows APIs.