Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Create a Notepad Application with C# and Visual Studio
Rating: 4.0 out of 5(26 ratings)
2,349 students

Create a Notepad Application with C# and Visual Studio

Build a Notepad App that you and others can use everyday.
Last updated 3/2026
English

What you'll learn

  • Setup Development Environment
  • Create a new Windows Forms Project
  • Add Widgets to Windows Forms Project
  • Modify Widget Properties
  • Write logic application logic
  • Build a Notepad Application

Course content

3 sections22 lectures2h 0m total length
  • Introduction0:20
  • What is C#0:07
  • What is Visual Studio0:07
  • Minimum installation requirements for visual studio4:27
  • Visual studio workloads3:59
  • Installing Visual Studio6:46

Requirements

  • Basic knowledge of C# advised

Description

Windows Notepad is a simple text editor for Windows; it creates and edits plain text documents.

C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier.

C# programs consist of one or more files. Each file contains zero or more namespaces. A namespace contains types such as classes, structs, interfaces, enumerations, and delegates, or other namespaces.

C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.

Microsoft Visual Studio is an integrated development environment from Microsoft. It is used to develop computer programs, as well as websites, web apps, web services and mobile apps.

Windows Forms is a free and open-source graphical class library included as a part of Microsoft .NET, .NET Framework or Mono Framework, providing a platform to write client applications for desktop, laptop, and tablet PCs.


Who this course is for:

  • Beginners to Windows Forms Application Development