using System;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.
class HelloWorld
{
public static void Main()
{
Console.WriteLine("Hello World !!!");
}
}
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:
what work is there to be done in ADO.NET. I thought most of it was implemented already in Mono ?
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.
Post a Comment