answersLogoWhite

0


Best Answer

Windows programming is a general term for writing programs intended for the Windows platforms. We can write Windows programs in any programming language. The .NET framework is specifically intended to be used with C#, F# and Visual Basic programming languages.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between windows programming and .Net programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between aspnet vbnet and c?

asp.net is website programming vb.net is windows forms programming the visual basic language c#.net is windows forms programming in c# language


What are the differences between PHP and .NET?

.NET is a framework, PHP is a scripting (programming) language.


Is Java really better than NET?

For cross-platform programming, yes. For Windows, probably NET is marginally better simply because it is Microsoft technology.


Each of following is a programming tool that can be used to create downloaded browser code except what?

Windows Net Language (WNL)


What are the difference between Basic Salary and Net pay?

can u pls give me the difference between basic and net pay


Whats the difference between a net programming language and a normal one?

A .Net programming language is compiled not into machine language but "IL", or "Intermediate Language." This "IL" is then run against the .Net runtime and is "Just In Time" compiled into machine language to run the actual operations. Contrast that with a "Normal" one, where the compiler turns the code into the machine language of the target instruction set.


What is the difference between aspnet and vbnet?

ASP.Net is the technology for programming the Web Application.WebForms are part of ASp.Net as Windows Forms are for Windows Application. ASP.Net doesn't depend on any particular language as all the .Net languages can talk to each other very easily. VB.Net is a .Net language as is C# and C++.Net. You can use any language to program the WEB (ASP.Net) in .Net. ASP.Net provides the tools,Paradign, Controls that are useful for Web Applications. You can use these tools to program Web Applications easily rather then creating them yourself using the language of your choice.


How is Windows programming different from NET programming?

In Windows Programming the application programs call windows API function directly. The applications run in the windows environment i.e. operating system itself. These types of applications are called unmanaged or unsafe applications.In .NET Programmingthe application programs call .Net Base Class library functions which will communicate with operating system. The applications run in .Net Runtime environment. These types of applications are called as managed or safe applications. The .Net Runtime starts code execution, manages threads, provides services, manages memory etc. The detailed description is provided in next section. The .Net Base classes are fully object-oriented. It provides all functionalities of traditional windows API along with functionalities in new areas like accessing database, internet connections and web services.


What is the difference between a basketball game and a net ball game?

net ball doesnt have a net


What is net flow?

Net cash flow is the difference between income and expenditure.


What is the net flow?

Net cash flow is the difference between income and expenditure.


.net is the programming language?

No. .NET is a framework, not a programming language. It is the common framework used by the C#, F# and Visual Basic programming languages.