In this tutorial I will show you how to set background for text using Graphics.DrawRectangle in c#.
In this tutorial I will show you how to split string on "\n" to new line in c#.
In this tutorial I will show you how to save XML file to particular location. Here I m using System.IO.File.WriteAllText method to write xml.
How to programmatically modifying the AppSetting value in web.config using c#?
In this tutorial I will show you how to calculate days difference between two days using c#.
I want to replace hyphen with space in asp.net c#. Here I used replace method from c# library.
I am using jpeg metadata utility in c#. I want to remove the old keyword tags and add new tags. When I used metaAdapter.Metadata.Keywords.Add(“”) it overwrites with existing keywords.
I got this following error I removed the old version of System.Net.Http.Formatting version 4.0.0.0 and referenced Version=5.2.3.0. This reference resolved by problem.
I got this following error sometimes I tried to connect the server to read the page data. I had written the following code.
The easiest way to read the web page’s content and saves into a string variable. The following c# program helps to get the HTML webpage and read the content and return the UTF-8 data without charset.