Learn how to Build Desktop applications using C#

What you will learn

Create a new Windows Forms Project

Build a Temperature Converter Application

Write logic application logic

Add Widgets to Windows Forms Project

Understand GUI Events

Be able to build basic Graphical User Interfaces using Code Behind

Description

Hey!

My name is Nadav and In this course i will teach you the basics of C#Β Desktop Development using Microsoft .NET Windows Forms Framework.

Learning desktop application development programming can be beneficial for several reasons:

Demand:

Desktop applications are still widely used in various industries, and there is still a high demand for developers who can create them. By learning desktop application development, you can increase your employability and career opportunities.

User Experience:

Desktop applications can offer a more immersive and feature-rich user experience compared to web-based applications. By learning desktop application development, you can create applications that offer a more user-friendly interface, faster performance, and better functionality.


Get Instant Notification of New Courses on our Telegram channel.


Versatility:

Desktop applications can run on a wide range of operating systems, including Windows, macOS, and Linux. By learning desktop application development, you can create applications that work across different platforms, making them accessible to a wider audience.

Security:

Desktop applications can be more secure than web-based applications because they don’t rely on internet connectivity, which can expose them to various security threats. By learning desktop application development, you can create applications that offer better data privacy and security.

Creativity:

Desktop application development can be a creative and rewarding process. By learning desktop application development, you can explore your creativity, develop new ideas, and create applications that solve real-world problems.

English
language

Content

Introduction

Introduction

Temperature Converter Application

Create a Winforms project
Design main window
UI Components – TextBox and Label
UI Components – Button and RadioButton
Button Click Event
ReadOnly Property
Finishing Code behind
Adding an icon