c#

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

Submitted by Erwin Wilson Ceniza on
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#

Submitted by janobe on
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.

How Pass the Data to Another Form in C#.Net

Submitted by janobe on
In this tutorial, I will teach you how to pass the data to another form in c#. This method has the ability to pass the value of the TextBox in Form1 to a TextBox in Form2. This method is so simple yet powerful. I hope this tutorial will help you solve your current problem in passing data to another form in c#. See the procedure below.

8 Highest-Paying Programming Languages in 2018

Submitted by Ivan Ponce on
When you will search online about the existing programming languages that you can learn, a long list will be given to you. Most likely, you will really have a hard time thinking which one to consider for learning. There are features you will like about a programming language and as well as features you would wish is present in that language. Meanwhile, on the practical side, if you wish to know

C# - Simple Digital Clock

Submitted by razormist on
Learn on how to create a Simple Digital Clock using C#. C# is a general-purpose, object-oriented programming language. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. It has a designed for improving productivity in the development of Web applications. It has a friendly environment for all new developers.

C# - Simple Age Calculator

Submitted by razormist on
Learn on how to create a Simple Age Calculator using C#. This code can be use when you are trying to guess a certain person age. C# is a general-purpose, object-oriented programming language. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. It has a designed for improving productivity in the development of Web applications. It has a friendly environment for all new developers.

C# - Simple Drawing Application

Submitted by razormist on
In this tutorial we will create a Simple Drawing Application using C#. C# is a general-purpose, object-oriented programming language. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. C# is faster than dynamically typed languages because things are more clearly defined. It contains several classes that support any C# platforms, like game development. It has a friendly environment for all new developers.

C# - Populate ComboBox With SQLite

Submitted by razormist on
Learn on how to create a Populate ComboBox With SQLite using C#. C# is a general-purpose, object-oriented programming language. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. C# is faster than dynamically typed languages because things are more clearly defined. It contains several classes that support any C# platforms, like game development. It has a friendly environment for all new developers.

C# - Simple Auto Complete List With SQLite

Submitted by razormist on
Learn on how to create a Simple Auto Complete List With SQLite using C#. C# is a general-purpose, object-oriented programming language. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. C# is faster than dynamically typed languages because things are more clearly defined.

C# - Uploading Image With SQLite

Submitted by razormist on
Learn on how to create a Uploading Image With SQLite using C#. C# is a general-purpose, object-oriented programming language. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. It has a designed for improving productivity in the development of Web applications. It has a friendly environment for all new developers.