Monthly Archives: August 2007

New feature in C# – Auto-Implemented Properties

New feature in C# – Auto-Implemented Properties   Let me create a simplify edition to just talk about Auto-Implemented Properties. The class BankAccountOld is a class with 2 properties, AccountNumber and Amount. This class has re-implemented in the class BankAccount. … Continue reading

Posted in .Net | Leave a comment

C# for Sharp Kids

C# for Sharp Kids   Microsoft C# team has done a good job. Kids can actually play with some code with some cartoon in the book, especial the kids in developing country. The book only has 5 parts and the … Continue reading

Posted in .Net | Leave a comment

Modified version of LINQ to Dataset using Oracle Database

Modified version of LINQ to Dataset using Oracle Database   MSDN help for VC# Express 2008 has an example for LINQ to Database. From the sample code the experience developer will realize it is using Northwind Database. I have modified … Continue reading

Posted in .Net | Leave a comment

This credit should goes to FireFox

This credit should goes to FireFox I download a sample code “Update LOBs Using Row-Level Locking” from http://www.oracle.com/technology/sample_code/tech/windows/odpnet/odpbasic.html . After I modified some code to run on Visual Studio 2005, the Image WebControl cannot display the picture that I have … Continue reading

Posted in .Net | Leave a comment

LINQ Query Expressions (C# Programming Guide)

LINQ Query Expressions (C# Programming Guide)   A late night article (hope I do not sleep half way while typing). If you type LINQ in the search for either Visual Web Developer 2008 Express Beta 2 or Visual C# 2008 … Continue reading

Posted in .Net | Leave a comment

The .NET Language Integrated Query (LINQ) Framework by Luca Bolognese Webcast

The .NET Language Integrated Query (LINQ) Framework by Luca Bolognese Webcast   This is really a faster way to understand LINQ. Luca has given a great demo on LINQ to Objects, LINQ to Datasets, LINQ to SQL and LINQ to … Continue reading

Posted in .Net | 1 Comment

sqldeveloper 1.2 and Oracle Application Express 3.0 the free tool

sqldeveloper 1.2 and Oracle Application Express 3.0 the free tool   Customers always ask ”How can I manipulate and build a simple report using my data in Oracle?” They will normally follow by a question “Can I have it free?” … Continue reading

Posted in Servers | Leave a comment