Microsoft NET Framework Vclav Dajbych Microsoft Student Partner

Microsoft. NET Framework Václav Dajbych Microsoft Student Partner http: //dajbych. net

. NET Framework Prostředí . NET Micro Framework. NET Compact Framework Silverlight. NET Framework Mikrokontrolér Přenosná zařízení Prohlížeč PC Server Databáze

. NET Framework Jazyky, architektura

. NET Micro Framework Interrupt. Port port = new Interrupt. Port((Cpu. Pin)10, true, Port. Resistor. Mode. Pull. Up, Port. Interrupt. Mode. Interrupt. Edge. Low); port. On. Interrupt += new Native. Event. Handler(On. Interrupt); void On. Interrupt(uint data 1, uint data 2, Time. Span time){ Debug. Print("GPIO Interrupt"); }
![LINQ string[] jazyky = { "C#", "C++/CLI", "J#", "Iron. Python", "F#" }; foreach (var LINQ string[] jazyky = { "C#", "C++/CLI", "J#", "Iron. Python", "F#" }; foreach (var](http://slidetodoc.com/presentation_image/27360781bce82ba49d21bbc56c2731a1/image-5.jpg)
LINQ string[] jazyky = { "C#", "C++/CLI", "J#", "Iron. Python", "F#" }; foreach (var jazyk in jazyky. Where( c => c. Contains("#") )) Console. Write. Line(jazyk);

Threading Auto. Reset. Event auto. Event = new Auto. Reset. Event(false); Thread. Pool. Queue. User. Work. Item( delegate { for (int i = 1; i < 4; i++) Console. Write. Line(i); auto. Event. Set(); }); auto. Event. Wait. One();

Parallel Extensions Parallel. For. Each(Directory. Get. Files( @"C: Windows", "*. log"), file => { Console. Write. Line(file); }); Parallel. Invoke( () => {Console. Write. Line("one"); }, () => {Console. Write. Line("two"); }, () => {Console. Write. Line("three"); } );

Shrnutí & Dotazy Mikrokontrolér Přenosná zařízení Prohlížeč PC Server Databáze

© 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U. S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
- Slides: 9