I retired from personal blogging in July 2008.
But you can find me over at http://blog.xero.com.

C Omega
Posted by rod@drury.net.nz in Old-blog-archives at 8:47 pm on Monday, 24 January 2005

The C? language is an interesting attempt to bridge the impending mismatches involved in typical enterprise development efforts when crossing the boundaries of the relational, object oriented, and XML worlds.

An Overview of C?

Love this …

rows = select ContactName, Phone from DB.Customers;
    
    foreach( row in rows ) {
     Console.WriteLine(”{0}”, row.ContactName);
    }

or even …

 row = new{CustomerID = “ABCDE”, ContactName=”Frank”, CompanyName=”Acme”};
   int n = insert row into DB.Customers;

Trackback uri |