Latest posts on "c-net"

Convert LINQ Query results to List Object

1 September 2016

You can convert the entity object to list Object by looping the LINQ Query results and adding the object to the list.

Notifyicon c# example

28 August 2016

A notifyicon is used to notify users at the bottom right corner of Windows screen. In order to create Notification application should use namespace System.Windows.Forms and we get NotifyIcon instance.

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.