Latest posts on tagged on "CSharp"

How to generate random color codes in c# .net?

26 August 2016

In this article I will show you to generate random color codes in c# .net implemented to display data with different color variation for chart.

Chart control in windows application c# .net

25 August 2016

In this article I will explain with an example how to populate a chart control from sql server database using entity framework.

How to overwite the properties in partial class using asp.net?

9 August 2016

We can use metadata to add functionality to entities by adding properties in a metadata class with attributes that we can affect the behavior of entities implemented with partial class called metadata classes.

How to get websites favicon in mvc asp.net?

27 July 2016

You can use HTML agility pack or XmlDocument and get favicon. The following code will bring the path of website’s icon.

Delete file from the server using asp.net c#

25 July 2016

You should make sure that the file path passing to delete from the server in asp.net c#. This following code is to delete the record from database and also from the folder path of the server.