Tuesday, May 22, 2007

LINQ and C# 3.0

This months MSDN features LINQ (If you are not yet aware what is in store for the next release of .NET, LINQ is a dynamic querying framework that is tightly integrated to the next version of .NET)

Have a look at this MSDN article here

Orcas And Microsoft.NET 3.5

Orcas Beta and .NET 3.5 is in store for some time - You can download Microsoft.NET 3.0 from MSDN.

If you are still not aware about the story, See this whitepaper about Orcas here

Orcas Whitepaper - Click here For .NET 3.5 Click here For Orcas Click here

A GPS Tracer Application for Windows Mobile

I found a good article about creating a simple GPS tracer application for Windows Mobile, in Code Project. It shows

  • Read data from any NMEA GPS device
  • Read your position and print it to the screen
  • Load and save your path
  • Zoom in/out
  • Pan on your path
  • Center on the map
  • Run in demo mode with randomly generated data
Very interesting. See http://www.codeproject.com/ce/GpsTracerAppWMCE5.asp for details

Articles - Design Patterns, Neural Networks, C#, Programming