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
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.
https://www.udemy.com/course/create-a-notepad-application-with-c-and-visual-studio/