c#

TwitterFacebook
Get flash to fully experience Pearltrees

CodeKata: Code Kata

http://codekata.pragprog.com/2007/01/code_kata_backg.html#more Background How do you get to be a great musician? It helps to know the theory, and to understand the mechanics of your instrument. It helps to have talent. But ultimately, greatness comes from practicing; applying the theory over and over again, using feedback to get better every time.
Introduction The Parallel Port is the most commonly used port for interfacing homemade projects. Parallel ports are easy to program and faster compared to the serial ports. But main disadvantage is it needs more number of transmission lines. Because of this reason parallel ports are not used in long distance communications.

How to program Read,Write parallel port in C#?

http://sandeep-aparajit.blogspot.com/2008/08/io-how-to-program-readwrite-parallel.html
http://xamarin.com/monoforandroid

Mono for Android - Mono for Android

With Xamarin.Android, you can harness the full power of C# and .NET. Write shorter, simpler, and more maintainable code using features like LINQ, anonymous types, lambdas, and more. from p in Table < Person > () where p.ID == id select p; LINQ Support