HOME > Development > Fast C# by Windows Forms Create Windows Apps, SQL in C#

Fast C# by Windows Forms Create Windows Apps, SQL in C#

  • Development
  • Feb 03, 2025
SynopsisFast C# by Windows Forms – Create Windows Apps, SQL in...
Fast C# by Windows Forms Create Apps, SQL in  No.1

Fast C# by Windows Forms – Create Windows Apps, SQL in C#, available at $54.99, has an average rating of 4.55, with 142 lectures, based on 14 reviews, and has 5063 subscribers.

You will learn about 4 Courses in One + 22 Hours – Learn with Projects , Beginners to Advance Build 8 pro apps: Calculator , Digital clock, Student info,.NET MAUI , Excel, PDF, weather forecasting, Easily learn the basics of C# to advance topics by Windows form Create pro application by SQL in C# Export data to Excel file Learn: Dialogs, Variables,Controls, Debug, Events Working with resources and settings Date and time – Calendar Design report by PDF Show weather and forcasting This course is ideal for individuals who are Any one who wanna learn C# Deeply and quickly It is particularly useful for Any one who wanna learn C# Deeply and quickly.

Enroll now: Fast C# by Windows Forms – Create Windows Apps, SQL in C#

Summary

Title: Fast C# by Windows Forms – Create Windows Apps, SQL in C#

Price: $54.99

Average Rating: 4.55

Number of Lectures: 142

Number of Published Lectures: 142

Number of Curriculum Items: 142

Number of Published Curriculum Objects: 142

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • 4 Courses in One + 22 Hours – Learn with Projects , Beginners to Advance
  • Build 8 pro apps: Calculator , Digital clock, Student info,.NET MAUI , Excel, PDF, weather forecasting,
  • Easily learn the basics of C# to advance topics by Windows form
  • Create pro application by SQL in C#
  • Export data to Excel file
  • Learn: Dialogs, Variables,Controls, Debug, Events
  • Working with resources and settings
  • Date and time – Calendar
  • Design report by PDF
  • Show weather and forcasting
  • Who Should Attend

  • Any one who wanna learn C# Deeply and quickly
  • Target Audiences

  • Any one who wanna learn C# Deeply and quickly
  • Hi There!

    Do you want to learn the programing deeply and easily?

    Have you ever thought to learn C# via projects?

    Are you students or C# lover and you want to learn C# by windows forms?

    Here i am to show you how to learn easily an quickly the C# by many projects.

    In this course you’re going to learn :

  • 4 Courses in One + 22 Hours + 8 live Projects

  • Create Windows Apps by C#

  • Basics of C# like: variables

  • for loop structure

  • If statement

  • Controls and events

  • Resources in C#

  • Debugging the codes

  • Create calculator application

  • Design Student info  application

  • Build Weather forecasting application for windows

  • Creating multi-form projects

  • Controls like : Button, TextBox, ComboBox, Datetime picker

  • Create digital clock

  • Working with date and time

  • Create a calendar

  • Advance using of Combobox

  • Working with images

  • Dialogs in C#:

  • Creating method in C#

  • Design the windows app in C# and SQL Server

  • Export data to Excel file

  • Create weather forecasting app

  • Create report by PDF file

  • and

  • Don’t hesitate to start learning C# by up to 7 different  projects with many tips and tricks!

    In this course you are going to learn the C# deeply and easily with the best method.

    Let’s get started !!!

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Introduction

    Lecture 2: Download projects of this course

    Lecture 3: Visual Studio 2022 requirements

    Lecture 4: Download and install visual studio 2022

    Chapter 2: Starting C# Project

    Lecture 1: First project in C#

    Lecture 2: Form properties

    Lecture 3: Using Button, Label and TextBox

    Lecture 4: Project 1: Design Student Reg form

    Chapter 3: C# Coding

    Lecture 1: First C# code

    Lecture 2: Comments in C#

    Lecture 3: Change color by C#

    Lecture 4: Change text by C# code

    Lecture 5: Enable/Disable controls by C#

    Lecture 6: SHow/Hide controls by C#

    Chapter 4: Date and Time

    Lecture 1: Using date and time in c#

    Lecture 2: Project 2 : Digital clock in C#

    Chapter 5: Variables

    Lecture 1: String variable

    Lecture 2: Int32 and Int64

    Lecture 3: Float,Double and Decimal

    Lecture 4: Bool

    Lecture 5: Scope of variable

    Chapter 6: C# Statements

    Lecture 1: Simple IF

    Lecture 2: Multiple IF

    Lecture 3: Switch Case

    Lecture 4: Using ComboBox

    Lecture 5: For Loop

    Chapter 7: Dialogs

    Lecture 1: Color dialog

    Lecture 2: Folder browser dialog

    Lecture 3: Font dialog

    Lecture 4: Open file dialog

    Lecture 5: Save file dialog

    Chapter 8: Project 3: Calculator in C#

    Lecture 1: Design of calculator

    Lecture 2: Numeric buttons codes

    Lecture 3: Method is C#

    Lecture 4: Operator buttons code

    Lecture 5: Decimal button code

    Lecture 6: Equal button code

    Lecture 7: Try structure

    Lecture 8: Publish calculator

    Chapter 9: Project 4 : Student management App in C#

    Lecture 1: Structure of database app

    Lecture 2: Design Database

    Lecture 3: Create new C# Project

    Lecture 4: Add TableAdapter and datatable

    Lecture 5: Deep diving TableAdapter & datatable

    Lecture 6: Add ‘Students’ data entry form

    Lecture 7: Design the top buttons

    Lecture 8: Adding items to form

    Lecture 9: Loading data in datagridview

    Lecture 10: Bind the items to bindingsource

    Lecture 11: Customize datagridview

    Lecture 12: Enable and disable buttons

    Lecture 13: C# code for New,Edit & Delete buttons

    Lecture 14: Save button C# code

    Lecture 15: Cancel button C# code

    Lecture 16: Fix some bugs

    Lecture 17: Add photo column to sql db

    Lecture 18: Photo browse button

    Lecture 19: Search form design

    Lecture 20: Search data by id and grade

    Lecture 21: Search text columns in SQL

    Lecture 22: Search last name in C#

    Lecture 23: Search date columns in SQL

    Lecture 24: Search date column in C#

    Lecture 25: Load all data in C#

    Lecture 26: Main form design

    Lecture 27: Adding close button

    Lecture 28: Show other forms

    Lecture 29: Showing date and time

    Lecture 30: Change background image

    Lecture 31: Adding minimize button

    Lecture 32: Load selected background

    Lecture 33: Create “user” database in SQL

    Lecture 34: Design the “user” form

    Lecture 35: Coding the “user” form

    Lecture 36: Protect the codes via errors

    Lecture 37: Design the login form

    Lecture 38: Coding the “login” form

    Lecture 39: Saving login user in database

    Lecture 40: Design the settings form

    Lecture 41: Coding the “settings” form

    Lecture 42: Design the “about us” form

    Lecture 43: Adding shortcuts to main form

    Lecture 44: Run calculator from menu

    Chapter 10: Project 5 : Weather forecasting

    Lecture 1: What is the weather api?

    Lecture 2: Create new project for weather

    Lecture 3: Install json package from Nuget

    Lecture 4: C# codes to get weather by api

    Lecture 5: Search weather by city name

    Lecture 6: Design a method to load weather data

    Lecture 7: Change the unit of measurement

    Instructors

  • Fast C# by Windows Forms Create Apps, SQL in  No.2
    Roshan Academy
    Professional .NET Programmer
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 1 votes
  • 3 stars: 0 votes
  • 4 stars: 4 votes
  • 5 stars: 10 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!