Latest posts on tagged on "CSharp"

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.

Entity framework connection string example

29 August 2016

To get the SQL connection string from entity framework using DbConetext edmx file. In this example I will show you with example.

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.