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]
Bohdan Stupak(1)
Shweta Lodha(1)
David Mccarter(1)
Akhil Mittal(1)
Debendra Dash(1)
Sam Hobbs(1)
Satya Karki(1)
Periyasamy Vellingirisamy(1)
Tarun Rajak(1)
Ashutosh Singh(1)
Ramesh Kartik(1)
Akshay Patel(1)
John Godel(1)
Resources
No resource found
Overriding JSON Serializer In Giraffe
Dec 29, 2021.
Overriding JSON Serializer in Giraffe
Globally Configuring Values For JSON Serializer In ASP.NET Core 3.1
Dec 27, 2019.
Learn how to set constraints globally for JSON serialization in ASP.NET Core, avoiding manual decoration of every property. Customize data formatting using converters, and fallback to default settings selectively. Enhance code efficiency and maintainability effortlessly.
The New JSON Serializer In .NET Core 3
Sep 23, 2019.
The release of .NET Core 3 today includes a brand new serializer for JavaScript Object Notation (JSON) under the System.Text.Json namespace.
Create API With ASP.NET Core - Day Four - Working with Serializer Settings And Content Negotiation In ASP.NET Core API
Jun 06, 2017.
Create API With ASP.NET Core - Working with Serializer Settings And Content Negotiation In ASP.NET Core API.
Working With Jil Serializer And Deserializer Library In C#
Jul 29, 2016.
In this article, you will learn about JIL Serializer and Deserializer library in C#.
XML Serializer Class for Reading and Writing XML
Apr 01, 2010.
This article introduces the XmlSerializer class for reading and writing XML.
How To Post Data In ASP.NET Using AJAX Without JSON Form Serializer
Feb 04, 2022.
This article explains the method of sending data in the ASP.NET MVC application using Ajax without JSON Form serializer.
Generic Implementation For Serializer/Deserializer Using Google Protocol Buffer
Sep 24, 2021.
Serialize or deserialize the input using google protocol buffer library in generic implementation.
C# Object To JSON Parser (JSON Serializer)
Mar 30, 2018.
This article demonstrate how to parse a C# object into JSON string without using any .Net serializer and third party libraries.
Camelcase Serialization in .Net 9
Feb 19, 2024.
In .NET 9, developers have been granted a powerful tool to enhance data serialization: CamelCase Serialization. This feature facilitates smoother interoperability with systems and frameworks that expect camelCase formatted data
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.
WCF Serialization Part 1: Day 6
Oct 05, 2012.
In this article, we will discuss serialization in WCF. Default serializer in WCF and different kinds of serializers WCF supports.
SOAP, .NET, and COM an Introduction - Part II
Feb 02, 2004.
This article starts with the basics of SOAP, SOAP XML model and its data types followed by the integration of SOAP functionality in .NET class library and how .NET developers can take advantages of SOAP in their applications.