answersLogoWhite

0

.NET Compact Framework controls was created in 2002.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you create mobile applications in net?

Mobile applications in .Net can be created with the .Net Compact Framework. Much of the .Net framework is in the Compact Framework. In the MSDN documentation, note which class methods and properties have what looks like a small "cellphone" icon. This indicates the method is available in the .Net CF.


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 are the differences between net framework and net compact framework?

Net framework is used to develop normal desktop/Web application where as compact framework is the one used to develop / run mobile applications. The Compact Framework is also a subset of the .Net framework. If you look at the MSDN documentation for a given framework method, such as this one [http://msdn.microsoft.com/en-us/library/d9hw1as6.aspx] which is the member list for the System.Collection.Generic.List class, you will see small logos next to the method/member names. If you see what looks like a small phone icon, that indicates that method is available on the Compact Framework. As an aside, the smaller "X" icon means it is available on the XNA framework, which is targeted for gaming development on the XBox 360 and Windows.


When was .net created?

.NET Framework was created on 2002-02-13.


Where can one find detailed information on Net Compact Framework from a reliable online source?

Microsoft is probably the best reliable online source for which to find information on a Net Compact Framework. There are tutorials available on not only downloading and installing, but also upgrading, as well.


Why Microsoft net technologies are called by the name?

Microsoft created the programs on the .Net Framework.


Which Software to be installed for dot net framework?

The software you need to install for the .NET framework is the .NET framework.


What is net framework?

.net is framework is a runtime environment for running .net projects..


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 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.


Where can one download the Net Framework?

One can download the Net framework from Microsoft's Net Framework Developer Center. Some programs may not work unless the exact Net Framework is instaled.


What is datat?

A datatable is an object in the .NET Framework System.Data library that represents an in-memory list of rows and columns of data. Many .NET Controls can use datatables for their input (such as grids). A datatable can be created and populated programmatically, but more often a DataTable is retrieved as part of a database query.