C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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]
Akshay Patel(2)
Lajapathy Arun(2)
David Mccarter(1)
Mahesh Chand(1)
Faisal Pathan(1)
Shantha Kumar T(1)
Shakti Singh Dulawat(1)
Vidya Vrat Agarwal(1)
Manas Patnaik(1)
Vishal Nayan(1)
Sam Hobbs(1)
Rafal Wozniak(1)
Resources
No resource found
7 Years Later, How Am I Doing?
Apr 16, 2021.
In this article, you will learn that after 7 Years Later, How Am I Doing?
Which version of C# am I using in Visual Studio 2019
Oct 28, 2019.
Learn how to find the version of C# language your Visual Studio is using and how to change it.
Dynamic am-Charts In ASP.NET MVC
Jul 03, 2019.
We will learn about creating dynamic amCharts in ASP.NET MVC 5.
Why Am I Unable To Contact People In Other Organizations From Skype For Business?
Feb 16, 2018.
Most organizations have blocked users from contacting people in other other organizations due to some protocol within their company.
I Am A Programmer And I Love To Exercise
Sep 04, 2017.
here I am going to talk about fitness and health. I will start with very basic things with which you can improve your health and business.
.NET Serialization
Apr 30, 2013.
Serialization in .NET facilitates object state persistence, enabling transmission across networks or storage in various formats like binary and XML. It ensures data integrity, exemplified by the US Visa application, utilizing binary serialization. Implementing serialization requires marking classes with attributes.
WCF Opt-In Vs. Opt-Out: Day 8
Oct 08, 2012.
In this article we will discuss two different approaches i.e. Opt-In and Opt-Out used by DataContractSerializer and XMLSerializer. We will also see the difference between DataContractSerializer and XMLSerializer.
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.
Generic Serializing and Deserializing Object as XML Data Using XmlSerializer
Apr 27, 2012.
In this article we are going to see how to serialize and deserialize an object as XML data.
Serializing and Deserializing Object as XML Data Using XmlSerializer
Apr 21, 2012.
In this article we are going to see how to serialize and deserialize an object as XML data.
Converting XML data to CLR object using XmlSerializer
Feb 14, 2011.
My last Post (Consuming Webservice from Silverlight) was all about accessing a web service/API from Silverlight; there I described how to consume an external API, with a sample from GeoName web services. As I said in that article, this article is the continuation. Here I am going to demonstrate how to convert the result output, which is in XML, to a CLR object and of course using it as a datasource in a Silverlight application.
Understanding Isolated Storage in Silverlight
Feb 05, 2011.
In the previous article we learned the fundamentals of Isolated Storage and how to write to files in isolated storage using the same classes you use for ordinary file access in a .NET application, such as StreamWriter and BinaryWriter.
XML Serializer Class for Reading and Writing XML
Apr 01, 2010.
This article introduces the XmlSerializer class for reading and writing XML.
How to Create Config file with xml Serialization
Jan 23, 2010.
This is a simple example of how to use xml serialization to make configuration files.