Tuesday, October 23, 2007

Moved from Evolution/Exchange

After the release of Evolution/Exchange 2.12, I moved to one of the highly motivated, determined and focussed teams that extends the cutting edge technologies from other platforms to Linux.

using System;

class HelloWorld
{
public static void Main()
{
Console.WriteLine("Hello World !!!");
}
}
Yes, I am a proud Mono hacker now and will be working in ADO.NET. Presently, I am just finding my ways to understand the requirements and roadmaps of the component with the help of, my mentor and the maintainer of ADO.NET, Nagappan.

I will continue to be available in #evolution channel and answer any Evolution/Exchange related queries. Thanks to everyone that supported me during the development of Evolution/Exchange 2.12.0.

2 comments:

Unknown said...

what work is there to be done in ADO.NET. I thought most of it was implemented already in Mono ?

Veerapuram Varadhan said...

Yes, but, there are some important APIs and other implementation that needs some love and the upcoming .NET 3.0/3.5 features like the LINQ et al.