Read and Write XML file used LINQ in C#
XLinq is . NET Language Integrated Query for XML Data
It takes advantage of the Standard Query Operators and adds query extensions specific to XML.
From an XML perspective XLinq provides the q ...
Download Html to Word Document
HTML: HyperText Markup Language, is a Web format file.
DOC: Microsoft Word Document, is a file with .doc and it is associated mainly with Microsoft Word application.
cd_
public void DownloadHt ...
How to call REST API Post Method using C#
What does a REST API do?
A REST API (also known as RESTful API) is an application programming interface (API or web API) that conforms to the constraints of REST architectural style and allows f ...
Access Modifiers in C# Programming
What is an Access Modifier?
In Object oriented Programming, all types and type members have an accessibility levels. The accessibility level controls whether they can be used from other code in y ...
How to configure Log4Net for your application
The Apache log4net library is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the ...