Simple CRM Call Logs (WPF, C#, MVVM, Databinding, Code First Entity Framework)

This a running WPF app... To run the program... Step 0: install EntityFramework in the nuget package manager Step 1: * Delete all the migration files (e.g 201809271109154_InitialDatabase.cs) under the Migrations Folder that is also under the CRM.DataAccess Library Project Step 2: * Change the [Data Source] value of the connection string in to name of your local server instance in SQL Server in the

Enum in C#

In this tutorial I will teach you how to use enum in c#.net. In this method you will learn how the enum works based on employee’s status. This method is very helpful to use not only for beginner developers but also for professional developers.