Presentation is loading. Please wait.

Presentation is loading. Please wait.

Václav Dajbych Microsoft Student Partner

Similar presentations


Presentation on theme: "Václav Dajbych Microsoft Student Partner"— Presentation transcript:

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

2 .NET Micro Framework.NET Compact Framework Silverlight.NET Framework ProhlížečProhlížeč Přenosná zařízení MikrokontrolérMikrokontrolér DatabázeDatabázeServerServerPCPC

3

4 InterruptPort port = new InterruptPort((Cpu.Pin)10, true, Port.ResistorMode.PullUp, Port.InterruptMode.InterruptEdgeLow); port.OnInterrupt += new NativeEventHandler(OnInterrupt); void OnInterrupt(uint data1, uint data2, TimeSpan time){ Debug.Print("GPIO Interrupt"); }

5 string[] jazyky = { "C#", "C++/CLI", "J#", "IronPython", "F#" }; foreach (var jazyk in jazyky.Where( c => c.Contains("#") )) Console.WriteLine(jazyk);

6 AutoResetEvent autoEvent = new AutoResetEvent(false); ThreadPool.QueueUserWorkItem( delegate { for (int i = 1; i < 4; i++) Console.WriteLine(i); autoEvent.Set(); }); autoEvent.WaitOne();

7 Parallel.ForEach(Directory.GetFiles( @"C:\Windows", "*.log"), file => { Console.WriteLine(file); }); Parallel.Invoke( () => {Console.WriteLine("one");}, () => {Console.WriteLine("two");}, () => {Console.WriteLine("three");} );

8 ProhlížečProhlížeč Přenosná zařízení MikrokontrolérMikrokontrolér DatabázeDatabázeServerServerPCPC

9 © 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, 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.


Download ppt "Václav Dajbych Microsoft Student Partner"

Similar presentations


Ads by Google