Wednesday, April 13, 2011
serializing + deserializing your object
Excellent article on this. How to serialize your object to xml and get it back.
Monday, April 11, 2011
telerik excel export style
Saturday, April 9, 2011
Friday, April 8, 2011
WCF
DataContract -> control input and output
ServiceContract --> control the method
1. Create a interface (Service Contract) to define the methods available
2. Define Data contract if any
3. Create a host (.svc)to implement the interface
4. Client to consume
ServiceContract --> control the method
1. Create a interface (Service Contract) to define the methods available
2. Define Data contract if any
3. Create a host (.svc)to implement the interface
4. Client to consume
Subscribe to:
Posts (Atom)