answersLogoWhite

0

How one can write application using net framework?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How one can write application using net framework?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

If you have NET framework 3.0 installed do you need NET framework 2.0?

You usually only need older versions of the .NET framework installed if you have an old application which requires an older version of the framework. In general, you should be able to run most (if not all) applications using the latest version.


What does the application FxCop do?

The application FxCop is used for checking code that targets NET Framework. FxCop is a good educational program for beginners who are new to NET Framework.


What is the use of net frame work?

.Net Framework is use for to create window application.


What is dotnet 35sp1?

Hi In order to run .Net programmed applications, you have to have .Net Framework installed in your computer. It depends that the programmer programmed with which version of .Net? .Net Framework's versions are: .Net Framework 1.0 .Net Framework 2.0 .Net Framework 3.0 .Net Framework 3.5 .Net Framework 3.5 Service Pack 1 (SP1) .Net Framework 4.0 Usually, a .Net programmer has all of these .Net versions installed in his computer. But, as a client you have to have the .Net version that your programmed is coded by. Usually, the programmer makes the application installation file equipped with.Net Framework, so it installs on your computer and you don't have to do anything more.


What do you mean by visual in .net?

The c# language is a member of the .net framework of languages. Every windows based computer has the .net framework installed as part of the operating system package. The best way to think of the .net framework is as an interpreter that can understand many different languages and then convert them into instructions that a computer can understand. The .NET framework is a software framework developed by Microsoft; the framework is essentially like lego blocks that can be used to easily build windows programs. So let's say you want to write a program for a machine running windows operating system, what you can do if you are using a .net language(such as c#, c++, visual basics etc) is write the program using the .net framework, the advantage of using an api(application programming interface) such as .net is that you can focus on solving problems instead of doing tedious tasks like trying to create a button from scratch or a window(such as the one your web browser is in). Instead of creating these "objects"(i.e. the button or the window) from scratch you can simply write one line of code and you have a button, therefore you can focus on what happens when you press the button or what to display in the window rather than trying spending your time and effort trying to write lines of code to create a button or form.


What is dot net frame work?

Hi In order to run .Net programmed applications, you have to have .Net Framework installed in your computer. It depends that the programmer programmed with which version of .Net? .Net Framework's versions are: .Net Framework 1.0 .Net Framework 2.0 .Net Framework 3.0 .Net Framework 3.5 .Net Framework 3.5 Service Pack 1 (SP1) .Net Framework 4.0 Usually, a .Net programmer has all of these .Net versions installed in his computer. But, as a client you have to have the .Net version that your programmed is coded by. Usually, the programmer makes the application installation file equipped with.Net Framework, so it installs on your computer and you don't have to do anything more.


Use of net framework used in which field?

Microsoft's .NET Framework is fairly robust. You can probably find an application for it in any field that needs a program written.


How do you make mobile application with VB.NET?

You would have to use a version of Visual Studio that can target the .Net Compact Framework. Be aware that the Compact Framework is a SUBset of the .Net Framework, so there will be some missing classes and methods.


What is meant by vb net framework?

Vb(visual basic) is the language support by a .Net framework.we can use the vb as a windows application and web application and use the many application we can create.


Explain the difference between net platform and dot net framework?

.net platform supports programming languages that are .net compatible. It is the platform using which we can build and develop the applications. .net framework is the engine inside the .net platform which actually compiles and produces the executable code. .net framework contains CLR(Common Language Runtime) and FCL(Framework Class Library) using which it produces the platform independent codes.


What is best whether dot net or java?

The .NET framework can only be used to write Windows programs using C#, F# and Visual Basic, whereas Java can be used to write programs for any supported platform.


What is Mocrosoft NET Framework 4?

Microsoft .Net Frame work is the frame work, on top of that we can able to develop and ex cute application.