c#

How to Save Record in Database using C#

This tutorial is a continuation of our last topic called “Step by Step Connect Access Database in C#”. At this time, we’re going to focus on how to save record in Microsoft Access using C#. To start with, open our last project called “usermanagement” since we will be dealing with saving a record, we need to add another control such as Button, Labels and Textboxes.

Login Form

This is a simple login form. I have created a database with 6 columns (usernameID, username, password, name, surname, email),and then created Entity data model from that database (ADO.NET). It also has a register form where you can insert new users into database and a datagrid view on starting form (login) and on the content form, where you can see what is in the database. I have entered 3 users

Simple Notepad Application using C# - Part 2

This is the second part of the article about C# Notepad. In the first part of this tutorial we already created a simple Notepad with possibilities to open, save, save as and print file. Also, you can change now the font and it's size from the menu. The next step is to implement the basic operations in the text redactor: copy, paste and cut. This actions can be performed in a very simple way by using functions of the textBox class.

Simple Notepad Application using C# - Part 1

In this article you fill find information about how to implement the basic functions of the Notepad using c# Visual Studio provides a good interface for creating different Windows Form Applications. One of the most popular application that is created during the studying is Notepad. In this article I will not pay a lot of attention on the process of building GUI, because it's a simple task. I just give you one important tip on this step: Always give proper names to your GUI elements.

C# Tutorial

C# is part of Visual Studio that leverage the .NET Framework developed by Microsoft. C# is said to be similar with other popular languages like C/C++ and Java.

C# (pronounced “see-sharp”) can develop Windows and Web based project just like Visual Basic. It is an object-oriented programming language.

Using its powerful editor developed by Microsoft called “Visual C#” that is part of Visual Studio package; you can develop application in short period of time.