-
Recent Posts
Recent Comments
Archives
Categories
Meta
Author Archives: aspadmin
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 c#, dataset, file reading, file saving, input, io operations, output, xml
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 c#, how to, wcf, windows communication foundation
3 Comments