TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Data Serialization
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Aman Gupta (1)
Manas Mohapatra (1)
Vithal Wadje (1)
Ashutosh Singh (1)
Mehreen Tahir (1)
Related resources for Data Serialization
No resource found
Annotations used with Spring Boot Applications
7/1/2024 5:26:46 AM.
Spring Boot simplifies Java application development with powerful annotations like @SpringBootApplication, @RestController, and @Service. These annotations automate configuration, enable RESTful servi
AJAX In ASP.NET
6/27/2024 4:54:38 AM.
AJAX (Asynchronous JavaScript and XML) enhances web applications by enabling asynchronous data retrieval from servers without reloading the entire page. Utilizing XMLHttpRequest and JSON, it boosts in
Inserting List of Records into Single SQL Column As XML File In ASP.NET MVC
3/13/2024 8:39:38 AM.
This tutorial guides you through the process of converting a list of records into XML and inserting it into a single SQL column, streamlining data storage and retrieval in your application.
Camelcase Serialization in .Net 9
2/19/2024 6:27:06 AM.
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 expe
Protocol Buffer - A Walk Through For Beginners
9/20/2018 10:28:57 AM.
This article would introduce you the third option when it comes to data serialization. Let's move beyond XML and JSON for better. Protocol Buffer is a language-agnostic binary data format develope