C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Humza Tufail(1)
Pramod Thakur(1)
Sourav Kayal(1)
Anup Hosur(1)
Sardar Mudassar Ali Khan (1)
George (1)
Rangesh Sripathi(1)
Ramesh Kartik(1)
Anupam Singh(1)
Sunil (1)
Resources
No resource found
Convert JSON To Strongly Typed Object Using DataContract In C#
Jun 30, 2016.
In this article, you will learn how to convert JSON to strongly typed objects using datacontract in C#.
What a DataContract and DataMember Are in WCF: Part 5
Nov 28, 2014.
In this article, we learn what datacontract and datamember are in WCF.
Understand WCF: Part 10: Attributes of DataContract and DataMember
Nov 03, 2013.
In this article, we will see how to add attributes to a Data Contract and Data Member.
Basics of DataContract
Dec 08, 2010.
DataContract is under namespace System.Runtime.Serialization. During design time, DataContract Attribute is used to indicate which class should be represented as XSD.
Using String-Based Enums in C#
Jun 10, 2024.
In many applications, it is necessary to represent enumerations with string values rather than their default integer values. This can be particularly useful when working with JSON, XML, or other data formats where string representations are more meaningful or required.
WCF (2), Contracts In Various Types
Apr 12, 2021.
In this article, you will learn how to describe WCF Contracts in Various Types.
KnownType Attribute in WCF
Mar 29, 2015.
This article explains how to use a known type in WCF and provides a basic understanding of WCF and DataContracts as the prerequisites.
Data Contracts In WCF
Jul 16, 2014.
This article explains Data Contracts In WCF. Data Contract is an agreement between the client and server about the structure of data being exchanged.
QueryString to Object (Custom Properties)
May 10, 2014.
In this article I have described how to handle a QueryString with minimal effort using the features of C#, reflection and generics.
WCF Programming for Beginners
Aug 13, 2008.
This article provides the basics for programming the WCF Service.