In this video tutorial I will show you how to check Email Id already exists in Asp.net MVC.
In this tutorial I will show you how to generate machinekey for web.config file using windows powershell.
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 decode HTML characters in c#. Here, my string values contains HTML characters. But I need to convert to normal plain text.
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.
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.
When I try to display the html file HostingEnvironment.MapPath I got the error. "An exception of type 'System.ArgumentException' occurred in System.Web.dll but was not handled in user code".