• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

clear out....

veluhariharan

Junior Member
What exactly are these terms?

Windows .Net framework 3.0

Windows SDK

MSDN



What is the difference between the three and which is used for application development like Java? Does one overlap over the other? Where does Visual Studio fit in this? How to go about coding using windows SDK.. becos the IDE for .net is VS 2005?

What is the commercial applicability of the above? where and how are they used?.. plz dont curse me if you had to ans too many ques..!!
 
.NET framework 3.0 is the windows common runtime for the managed languages (managed c++, c#, vb, etc).

The Windows SDK usually refers to the native (C style) Windows API and is the software development kit for Windows.

MSDN is the Microsoft Developer Network, a content subscription giving you access to all of the development tools including VS 2005.

VS2003+ is the VS for .NET (depending on version). .NET 3.5 will ship with VS2008.

Bill
 
Back
Top