Task Manager in C#: Hey Friends, This is SaLaaR HuSyN, Coming back with another video, In this tutorial, we’ll design a dark dashboard of a…
View More Designing a Task Manager in C#Author: CIP Official
Full-Screen Desktop Application Designing in Visual C#
Sometimes you want your application to go into a Full-Screen Desktop Application or presentation mode mainly in point of sales and other production level application.…
View More Full-Screen Desktop Application Designing in Visual C#Student Registration System in C#
Student Registration System C# is one of the most important projects for beginners in order to learn basic database operations of C#. It can be…
View More Student Registration System in C#How to set Foreign Key in SQL Server
Foreign Key in SQL: A foreign key is a column attribute which is used to link multiple tables in a database. A FOREIGN KEY is a field…
View More How to set Foreign Key in SQL ServerHow to set the ID as primary key and Autoincrement in SQL Server
In most cases, it is necessary or a best practice to set id as a primary key of a database table. MS SQL Server is…
View More How to set the ID as primary key and Autoincrement in SQL ServerAdding Animations in C# into Your Desktop Application
Adding animations in C# is a quite complicated task but in this article, I’ll show you a very simple method to add animations to your…
View More Adding Animations in C# into Your Desktop ApplicationDownload Resharper for Visual Studio
Download Resharper Visual Studio: Whenever you use a type from a namespace that hasn’t been added with a using statement, ReSharper will offer you to add the…
View More Download Resharper for Visual StudioHow to Insert values into MS SQL Server using C#
In this tutorial, we will learn how to insert values into MS SQL Server using C#. For this specific tutorial, we’ll use Windows forms application…
View More How to Insert values into MS SQL Server using C#