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 save XML file to particular location. Here I m using System.IO.File.WriteAllText method to write xml.
In this tutorial I will show how to calculate age from date of birth using c#.
In this tutorial I will show you how to calculate days difference between two days using c#.
I got this following error while running angular project “Access to XMLHttpRequest at 'https://localhost' from origin 'http://localhost:4200' has been blocked by CORS policy”
I got this following problem while installing visual studio 2019 showing message setup completed with warnings.
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 created the project in MVC5 and added several nuget package. I got this error code CS1705 and the below error description when I compiled the project.
In this tutorial I am going to implement autocomplete textbox for searching customer records using asp.net MVC c# application. When the user enter for search customer, it suggests record for customer records in a dropdown menu.