Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2020-11-19 18:18:48
30-Day Money-Back Guarantee

This course includes:

  • 3.5 hours on-demand video
  • 8 downloadable resources
  • 1 practice test
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages Windows Forms

.NET Programming for Beginners - Windows Forms with C#

Get started with .NET C# Windows Forms (WinForms) Programming in Visual Studio using the C# Language
Rating: 4.2 out of 54.2 (17 ratings)
52 students
Created by Artemakis Artemiou
Last updated 11/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • How to implement Windows Forms projects in .NET using Visual Studio and C#.
  • How to implement concepts such as: forms design, event handling and multithreading in .NET.
  • How to create deployment packages and installers for your .NET Windows Forms apps using ClickOnce in Visual Studio.
  • How to Use Visual Studio as a development tool for .NET Windows Forms apps.

Course content

8 sections • 33 lectures • 3h 14m total length

  • Preview03:39
  • What are Windows Forms in .NET?
    01:27
  • Preview02:07
  • Prerequisites for a Windows Forms .NET Project
    01:29
  • Meet Your Development Environment: Visual Studio
    04:23
  • This Course’s Sample .NET Windows Forms App
    06:06
  • Section Recap
    01:20
  • Introduction
    4 questions

  • Section Overview
    01:20
  • Preview12:23
  • Basic Event Handling
    15:26
  • Let’s Build A Simple Text Editor in C#
    40:25
  • Section Recap
    01:47
  • .NET Windows Forms Basics
    4 questions

  • Section Overview
    01:28
  • The Philosophy of Events in .NET Windows Forms Apps
    01:07
  • Preview03:31
  • Let’s Enhance our Text Editor C# App with More Events
    16:03
  • Section Recap
    01:09
  • More About Event Handling
    4 questions

  • Section Overview
    02:11
  • Introduction to Multithreading in .NET
    02:45
  • Preview05:08
  • Let’s Add Multithreading to our Text Editor C# App
    17:17
  • Section Recap
    01:16
  • Multithreading in .NET
    4 questions

  • Section Overview
    01:00
  • Deployment Options for your .NET App
    01:43
  • Preview13:38
  • Section Recap
    00:41
  • Deploying your .NET Windows Forms App
    4 questions

  • Section Overview
    01:01
  • How to Connect to SQL Server from your .NET Windows Forms App
    08:56
  • Retrieving Data from SQL Server to your DataGridView Control
    06:09
  • Preview04:56
  • Section Recap
    01:29
  • Connecting your .NET Windows Forms App to a SQL Server Database
    4 questions

  • What Have you Learned in this Course?
    04:18
  • .NET Programming for Beginners: Windows Forms (C#)
    15 questions

  • Bonus Lecture
    06:57

Requirements

  • Basic computer programming principles and fundamentals

Description

In this course for beginners, you will get started with .NET C# Windows Forms (WinForms) Programming using Visual Studio and the C# Programming Language. You will learn the basics of .NET Windows Forms, event handling, multithreading and how you can create deployment packages for your .NET Windows Forms programs, directly via Visual Studio, using the ClickOnce component.

Last but not least, throughout the course, we will be developing in different phases, a Text Editor demo app, using Visual Studio, C# and Windows Forms.


MORE ABOUT THE COURSE

Visual Studio and C#, is a very powerful combination, that allows Software Developers to develop a wide range of useful applications. With Windows Forms, you can create user-friendly Graphical User Interface (GUI) applications, that efficiently interact with the end users and perform different tasks fast and easy.

Knowing how to develop in Visual Studio, using the C# Programming Language and Windows Forms, is a very important skill. I have been working with these types of projects for over 15 years and via this course, I'm sharing my expertise, as well as useful tips towards an efficient programming style, when developing Windows Forms projects in Visual Studio.

Via my course ".NET Programming for Beginners: Windows Forms (C#)", you will get introduced to Windows Forms programming, using Visual Studio and the C# Programming Language.

Through the introductory section, you will learn what Windows Forms are, what is their architecture, about Visual Studio as a Integrated Development Environment (IDE), as well as, we will see a demo of the Text Editor demo app, that we will be developing throughout the course. 

Then, you will learn the basics of Windows Forms, such as controls and event handling. After that, we will talk more about event handling, and how you can provide a richer interaction between your application and the end user, by combining events.

Multithreading is also a very important aspect in Windows Forms programming. To this end, you will learn what is multithreading and how you can easily implement it in your .NET Windows Forms projects, using the BackgroundWorker component.

After you complete the development of a software application using .NET Windows Forms, the next step is to distribute it using a deployment package. I have included a relevant section in the course, via which you will learn, how to easily create deployment packages for your .NET Windows Forms applications, which among other, enable your applications to be self-updating.

Last but not least, you will learn how to connect to SQL Server and retrieve data into a DataGridView control on your Windows Form, as well as, how to update back the SQL Server database via your Form.


AFTER THE COURSE:

  • You will know what Windows Forms projects are in .NET Framework and Visual Studio.

  • You will know how to create Windows Forms projects in Visual Studio and build Graphical User Interface (GUI) applications using C#.

  • You will know how to implement event handling and multithreading in your .NET Windows Forms projects.

  • You will know how to create deployment packages for your .NET applications using the ClickOnce component in Visual Studio.

  • You will be able to connect your Windows Forms .NET application to SQL Server and retrieve data.


PREREQUISITES:

  • Basic computer programming principles and fundamentals


DEMO ENVIRONMENT:

  • For the demos, we will be working with Visual Studio 2019 and .NET Framework on Windows 10

  • Also, for some demos, we will be accessing a test SQL Server instance


THIS COURSE CONTAINS/OFFERS:

  • 3 hours of high-quality video

  • Live demonstrations and hands-on guides

  • Useful quizzes for testing your knowledge on each section

  • Many downloadable resources

  • A practice test in the end of the course

  • Ability to ask the instructor questions via the Q&A section

  • Certificate on course completion

Who this course is for:

  • People who want to start developing Windows Forms applications in .NET using Visual Studio and C#.
  • People who want to become familiar with Visual Studio as a software development environment.
  • People who want to learn the full process of developing and deploying a .NET application.

Instructor

Artemakis Artemiou
Award-Winning Database Expert, Trainer, Author, Speaker.
Artemakis Artemiou
  • 4.3 Instructor Rating
  • 395 Reviews
  • 4,051 Students
  • 13 Courses

Artemakis is a Senior SQL Server and Software Architect and a former Microsoft Data Platform MVP (awarded for 9 consecutive years). He has over 20 years of experience and he has taught thousands of people to efficiently work with SQL Server, Data Access/Entity Framework, Azure, .NET/C#, Programming and more, via his video tutorials, blog and guest articles, public speaking, eBooks and online courses.

Artemakis published hundreds of articles and videos that explain in simple words, how to perform complex technical tasks and he really enjoys the interaction with the technical communities.

Besides his regular blogging activities, Artemakis is also a guest author on many prestigious online technology journals.

Moreover, he currently serves as the President of the Cyprus .NET User Group (CDNUG) and the International .NET Association Country Leader for Cyprus (INETA).

Artemakis, really enjoys sharing hands-on knowledge on a large set of technology topics, and thus helping his fellow tech community members, to easily start using these great technologies. To this end, he is really looking forward to seeing you in his online courses on Udemy!

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.