Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
cours:sae:net_mf_2013_2014 [2014/02/04 23:27] tigli |
cours:sae:net_mf_2013_2014 [2015/02/04 12:09] (Version actuelle) tigli [Support de Cours et de TD] |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== .Net Micro Framework ====== | ====== .Net Micro Framework ====== | ||
+ | |||
+ | {{ :cours:sae:image1.png?nolink&150|}} | ||
+ | ==== Support de Cours et de TD ===== | ||
+ | |||
+ | Intervenant : Jean-Yves Tigli | ||
+ | |||
+ | == Supports de Cours == | ||
+ | |||
+ | {{:cours:sae:microsoft_embedded_sea_2014_2015.pdf|Cours introductif sur .Net Micro Framework}} | ||
+ | |||
+ | == Supports de TD == | ||
+ | |||
+ | |||
+ | |||
+ | {{:cours:sae:tutorial1_sea_netmf_net_sur_emulateur_2014.pdf| Tutorial Développement C# sous .Net Micro Framework et sur Emulateur}} | ||
+ | |||
+ | |||
+ | {{ :cours:sae:fez_panda_ii.jpg?nolink&300|}} | ||
+ | |||
+ | {{:cours:sae:tutorial2_sea_netmf_net_2014_emulateur_personnalise.pdf| Tutorial Développement d'un nouvel Emulateur}} | ||
+ | |||
+ | |||
+ | {{:cours:sae:tutorial3_sea_netmf_net_2014_sur_cible_fez_panda_2014.pdf|Tutorial Développement C# sous .Net Micro Framework et sur carte cible GHI FEZ Panda II}}} | ||
+ | |||
==== Présentation Générale ===== | ==== Présentation Générale ===== | ||
- | The .NET Micro Framework (NETMF) is an open source .NET platform for resource-constrained devices with at least 256 KBytes of flash and 64 KBytes of RAM. It includes a small version of the .NET CLR and supports development in C#, Visual Basic .NET, and debugging (in an emulator or on hardware) using Microsoft Visual Studio. NETMF features a subset of the .NET base class libraries (about 70 classes with about 420 methods), an implementation of Windows Communication Foundation (WCF), a GUI framework loosely based on Windows Presentation Foundation (WPF), and a Web Services stack based on SOAP and WSDL. NETMF also features additional libraries specific to embedded applications. | + | The .NET Micro Framework (NETMF) is an open source .NET platform for resource-constrained devices with at least 256 KBytes of flash and 64 KBytes of RAM. It includes a small version of the .NET CLR and supports development in C#, Visual Basic .NET, and debugging (in an emulator or on hardware) using Microsoft Visual Studio. |
- | The .NET Micro Framework aims to make embedded development easier, faster, and less expensive by giving embedded developers access to the modern technologies and tools used by desktop application developers. Additionally, it allows desktop .NET developers to use their skills in the embedded world, enlarging the pool of qualified embedded developers (wikipedia : http://en.wikipedia.org/wiki/.NET_Micro_Framework). | + | NETMF features a subset of the .NET base class libraries (about 70 classes with about 420 methods), |
+ | * an implementation of Windows Communication Foundation (WCF), | ||
+ | * a GUI framework loosely based on Windows Presentation Foundation (WPF), | ||
+ | * and a Web Services stack based on SOAP and WSDL. | ||
+ | |||
+ | NETMF also features additional libraries specific to embedded applications. | ||
+ | |||
+ | (Ref. wikipedia : http://en.wikipedia.org/wiki/.NET_Micro_Framework). | ||
== Références == | == Références == | ||
+ | |||
+ | [[http://www.hanselman.com/blog/TheNETMicroFrameworkHardwareForSoftwarePeople.aspx|The .NET Micro Framework - Hardware for Software People]] | ||
[[http://msdn.microsoft.com/en-us/library/ee435386.aspx|MSDN : Overviews of the .NET Micro Framework]] | [[http://msdn.microsoft.com/en-us/library/ee435386.aspx|MSDN : Overviews of the .NET Micro Framework]] |