Tag Archives: c#

How to save DataSet in an XML file?

This article explains how to save DataSet in a file. Level: Beginner, Requirements: C# Basics Before I tell you how to save a dataset in a file, I like to explain what is a DataSet and how it is created … Continue reading

Posted in C# | Tagged , , , , , , , | Comments Off on How to save DataSet in an XML file?

Very Simple Token Based Authentication in WCF

Level: Intermediate; Requirements: Must have some experience in C# and WCF Services Suppose you have a database hosted on a server and you developed a Windows Desktop application or a mobile app that connects to that database using a connection … Continue reading

Posted in Windows Communication Foundation (WCF) | Tagged , , , | 3 Comments