Companies Home Search Profile

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

Focused View

Roshan Academy

18:05:18

34 View
  • 1. Introduction.mp4
    01:51
  • 2.1 cs core projects 2023.12.22.zip
  • 2. Download projects of this course.html
  • 3. Visual Studio 2022 requirements.mp4
    06:09
  • 4. Download and install visual studio 2022.mp4
    19:29
  • 1. First project in C#.mp4
    13:31
  • 2. Form properties.mp4
    14:33
  • 3. Using Button, Label and TextBox.mp4
    13:24
  • 4. Project 1 Design Student Reg form.mp4
    13:26
  • 1. First C# code.mp4
    08:38
  • 2. Comments in C#.mp4
    04:05
  • 3. Change color by C#.mp4
    05:17
  • 4. Change text by C# code.mp4
    03:39
  • 5. EnableDisable controls by C#.mp4
    05:08
  • 6. SHowHide controls by C#.mp4
    03:20
  • 1. Using date and time in c#.mp4
    11:44
  • 2. Project 2 Digital clock in C#.mp4
    06:41
  • 1. String variable.mp4
    06:56
  • 2. Int32 and Int64.mp4
    10:24
  • 3. Float,Double and Decimal.mp4
    05:34
  • 4. Bool.mp4
    05:30
  • 5. Scope of variable.mp4
    03:07
  • 1. Simple IF.mp4
    10:51
  • 2. Multiple IF.mp4
    07:45
  • 3. Switch Case.mp4
    09:10
  • 4. Using ComboBox.mp4
    10:41
  • 5. For Loop.mp4
    07:24
  • 1. Color dialog.mp4
    07:04
  • 2. Folder browser dialog.mp4
    06:04
  • 3. Font dialog.mp4
    04:34
  • 4. Open file dialog.mp4
    18:18
  • 5. Save file dialog.mp4
    04:33
  • 1. Design of calculator.mp4
    14:03
  • 2. Numeric buttons codes.mp4
    09:08
  • 3. Method is C#.mp4
    09:58
  • 4. Operator buttons code.mp4
    11:25
  • 5. Decimal button code.mp4
    05:12
  • 6. Equal button code.mp4
    08:58
  • 7. Try structure.mp4
    07:53
  • 8. Publish calculator.mp4
    08:26
  • 1. Structure of database app.mp4
    05:30
  • 2. Design Database.mp4
    20:54
  • 3. Create new C# Project.mp4
    07:55
  • 4. Add TableAdapter and datatable.mp4
    16:34
  • 5. Deep diving TableAdapter & datatable.mp4
    09:31
  • 6. Add Students data entry form.mp4
    04:12
  • 7. Design the top buttons.mp4
    07:52
  • 8. Adding items to form.mp4
    12:22
  • 9. Loading data in datagridview.mp4
    12:24
  • 10. Bind the items to bindingsource.mp4
    08:14
  • 11. Customize datagridview.mp4
    06:44
  • 12. Enable and disable buttons.mp4
    09:34
  • 13. C# code for New,Edit & Delete buttons.mp4
    10:27
  • 14. Save button C# code.mp4
    12:23
  • 15. Cancel button C# code.mp4
    03:06
  • 16. Fix some bugs.mp4
    04:43
  • 17. Add photo column to sql db.mp4
    05:25
  • 18. Photo browse button.mp4
    06:10
  • 19. Search form design.mp4
    09:04
  • 20. Search data by id and grade.mp4
    21:11
  • 21. Search text columns in SQL.mp4
    06:32
  • 22. Search last name in C#.mp4
    08:20
  • 23. Search date columns in SQL.mp4
    04:04
  • 24. Search date column in C#.mp4
    09:01
  • 25. Load all data in C#.mp4
    02:16
  • 26. Main form design.mp4
    19:48
  • 27. Adding close button.mp4
    05:04
  • 28. Show other forms.mp4
    08:38
  • 29. Showing date and time.mp4
    04:41
  • 30. Change background image.mp4
    12:42
  • 31. Adding minimize button.mp4
    05:18
  • 32. Load selected background.mp4
    09:28
  • 33. Create user database in SQL.mp4
    09:50
  • 34. Design the user form.mp4
    10:01
  • 35. Coding the user form.mp4
    12:14
  • 36. Protect the codes via errors.mp4
    11:25
  • 37. Design the login form.mp4
    10:00
  • 38. Coding the login form.mp4
    12:16
  • 39. Saving login user in database.mp4
    05:28
  • 40. Design the settings form.mp4
    05:43
  • 41. Coding the settings form.mp4
    07:57
  • 42. Design the about us form.mp4
    06:48
  • 43. Adding shortcuts to main form.mp4
    08:42
  • 44. Run calculator from menu.mp4
    07:15
  • 1. What is the weather api.mp4
    11:12
  • 2. Create new project for weather.mp4
    05:02
  • 3. Install json package from Nuget.mp4
    07:29
  • 4. C# codes to get weather by api.mp4
    26:42
  • 5. Search weather by city name.mp4
    02:33
  • 6. Design a method to load weather data.mp4
    09:46
  • 7. Change the unit of measurement.mp4
    05:47
  • 8. Get the icon for weather.mp4
    07:17
  • 9. Protecting weather codes by try.mp4
    06:57
  • 10. Get weather data by longitude & latitude.mp4
    12:04
  • 11. Change the language of return values.mp4
    09:41
  • 12. What is weather forecasting.mp4
    07:14
  • 13. Design the forecasting form.mp4
    11:56
  • 14. Forecasting codes part1.mp4
    22:16
  • 15. Forecasting codes part2.mp4
    27:09
  • 1. Creating project for Excel.mp4
    05:10
  • 2. Installing NuGet for excel.mp4
    07:25
  • 3. Creating SQL db for Excel.mp4
    05:57
  • 4. Connecting db to project.mp4
    08:13
  • 5. Adding items and DGV.mp4
    11:31
  • 6. Loading Excel file.mp4
    08:32
  • 7. Reading Excel data.mp4
    20:58
  • 8. Adding progress bar.mp4
    09:53
  • 9. Save Excel data in SQL.mp4
    17:41
  • 10. Fix the date bug.mp4
    01:15
  • 11. Loading all data.mp4
    04:36
  • 12. Exporting data to Excel.mp4
    08:57
  • 1. Installing Pdf package.mp4
    03:57
  • 2. Create empty pdf file.mp4
    11:21
  • 3. Add report title to pdf.mp4
    15:51
  • 4. Add free space & line.mp4
    05:19
  • 5. Add table header to pdf.mp4
    15:55
  • 6. Add table data to pdf.mp4
    16:47
  • 7. Show progress panel.mp4
    05:35
  • 8. Format decimal column.mp4
    05:41
  • Description


    Deeply learn the C# by Creating Windows Apps- Beginners to advance -SQL in C#, Excel,PDF,Weather Forcasting, MAUI ...

    What You'll 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 is this for?


  • Any one who wanna learn C# Deeply and quickly
  • What You Need to Know?


  • Windows 10 or 11 operating system
  • More details


    Description

    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 !!!

    Who this course is for:

    • Any one who wanna learn C# Deeply and quickly

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Roshan Academy
    Roshan Academy
    Instructor's Courses
    Hi,Very welcome to my courses!Here you can start learning the .NET easily and quickly.My courses are:ASP .NETC# .NETVB .NETSQL ServerIf you want to change your life by programming so here is the great place for you.By learning the programming you can build your own apps.Best wishes
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 117
    • duration 18:05:18
    • Release Date 2024/05/14