Friday, February 8, 2013

WCF DataContractAttribute

WCF DataContractAttribute


WCF DataContractAttribute

Posted: 03 Feb 2013 02:00 PM PST

This article provides you an expertise over the WCF data contracts. It is defined in System.Runtime.Serilization namespace of class library. Data contracts are considered as Structural contracts because it defines the structure of data for WCF services. It allows you to decide how data should be serialized on wire. Data contracts works in WCF as the XSD works in XML word.

Highlight the column in Gridview after Sorting

Posted: 06 Feb 2013 05:15 AM PST

In this article we will try to highlight a particular column after sorting is done. The coloring of columns is done on OnItemDataBound event in the gridview whereas sorting is done on OnSortCommand event.

Navigation of Records in VB.Net and MYSQL Server Database.

Posted: 07 Feb 2013 05:04 AM PST

In this article I am going to show you how you can navigate from one record to another in MYSQL database table in VB.Net. In addition of that I will also show you how to search a particular record in the Database Table in VB.Net and MYSQL Server.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home