Modify Table Fields / Coulmns in Oracle 10g

November 15th, 2010   •   No Comments   

While Working with Microsoft Database its really easy to create Table(s) and fields with visual Designer(s). On oracle you have to do it all manually by hand.

Read more

Linq in simple english

November 13th, 2010   •   No Comments   

Linq is an interesting extension to C sharp 3.0, with linq we can query objects, sql and xml inline with ease.

Read more

Deploy WCF Service on Freshly Installed Windows 2003 Server

November 12th, 2010   •   No Comments   

You may get a Page cannot be found message when you browse Wcf Service .svc file in a freshly installed Windows Server 2003 environment.

Read more

Turn Your List of Collection Class to DataTable

November 12th, 2010   •   No Comments   

Some Time we need to turn a collection of Class to Data table Well its Easy in C# 3 just call this method of static Class make sure your class holds properties not fields.

Read more

C# Extract All Pdf Form Fields Using iTextSharp

November 10th, 2010   •   No Comments   

Extract All Form Fields From Pdf File Using C # and IText Sharp Library

Read more

Compressing and Decompressing Your Files C#

October 31st, 2010   •   No Comments   

Use the System.IO.Compression.DeflateStream or the System.IO.Compression.
GZipStream classes to read and write compressed data to a file using a “chunking”
routine.

Read more