Companies Home Search Profile

C# Database Driven WinForm Apps (step by step projects)

Focused View

Pavol Almasi

13:32:32

94 View
  • 1.1 BooksDB.zip
  • 1.2 BooksWithAutoNumbers.zip
  • 1.3 NorthWindDB.zip
  • 1. Introduction.mp4
    06:05
  • 1.1 01-DataEntryProject.zip
  • 1.2 01-Intro.pdf
  • 1.3 WINDOWS FORMS OBJECTS.pdf
  • 1. Project Intro.mp4
    01:17
  • 2. Building The Form Part 1.mp4
    07:25
  • 3. Building the Form Part 2.mp4
    05:20
  • 4. Clearing and Exiting the Form.mp4
    02:37
  • 5. Adding the Timer.mp4
    03:44
  • 6. Timer Tick Event.mp4
    06:43
  • 7. Start Button Event.mp4
    04:17
  • 8. Pause Button Event.mp4
    02:24
  • 9. Data Entry Section.mp4
    10:23
  • 10. Setting Up KeyPress Event.mp4
    03:11
  • 11. KeyPress Event Part 1.mp4
    07:50
  • 12. KeyPress Event Part 2.mp4
    05:37
  • 13. Mouse Events.mp4
    05:09
  • 14. EXERCISE - Add Mouse Event for Multiple Buttons.mp4
    05:20
  • 15. Initializing Component Method.mp4
    02:34
  • 1.1 02-BooksDB.zip
  • 1.2 02-BooksDBWithWizard.zip
  • 1.3 03-NorthWindExercise.zip
  • 1.4 04-DatabaseTheory.pdf
  • 1.5 05-DatabaseObjects.pdf
  • 1.6 BooksDatabase.zip
  • 1. Database Theory Part 1.mp4
    03:56
  • 2. Database Theory Part 2.mp4
    06:59
  • 3. Overview Of C# Database Objects.mp4
    01:58
  • 4. Connection String Overview.mp4
    01:34
  • 5. Connection String Example.mp4
    08:18
  • 6. Command And Data Adapter Overview.mp4
    01:26
  • 7. DataTable Overview.mp4
    02:10
  • 8. Command Object Example.mp4
    02:56
  • 9. Data Adapter Example.mp4
    03:36
  • 10. DataTable Example.mp4
    02:17
  • 11. Data Binding Overview.mp4
    01:02
  • 12. Data Binding Exercise.mp4
    06:46
  • 13. CurrencyManager Overview.mp4
    00:38
  • 14. CurrencyManager Example.mp4
    08:04
  • 15. Using Wizard to connect to DB and bind form objects.mp4
    06:28
  • 16. EXERCISE - USING C# DATABASE OBJECTS (NorthWind Database) - INSTRUCTIONS.mp4
    01:10
  • 17. EXERCISE - NorthWind - Creating the Form.mp4
    05:30
  • 18. EXERCISE - NorthWind - Adding Database Objects.mp4
    05:00
  • 19. EXERCISE - NorthWind - Data Binding.mp4
    04:09
  • 20. EXERCISE - NorthWind - Currency Manager.mp4
    03:50
  • 1.1 04-SQLTester.zip
  • 1.2 BASIC SQL COMMANDS FOR MS ACCESS DATABASE.pdf
  • 1. Intro.mp4
    02:08
  • 2. Creating the Form.mp4
    04:20
  • 3. Connecting to Database.mp4
    02:53
  • 4. C# Database Objects.mp4
    08:16
  • 5. Running the Program.mp4
    12:27
  • 1.1 SearchByAuthor.zip
  • 1. Intro.mp4
    01:50
  • 2. Creating the form.mp4
    02:05
  • 3. Creating Buttons Programmatically Part 1.mp4
    05:20
  • 4. Creating Buttons Programmatically Part 2.mp4
    10:27
  • 5. Connection String and SQL Query Command.mp4
    07:00
  • 6. Finishing SQL Query Command.mp4
    06:49
  • 7. Database Objects.mp4
    03:10
  • 8. Running the Program.mp4
    01:09
  • 1.1 05-BooksManagementSystem-AuthorForm.zip
  • 1.2 05-BooksManagementSystem-AuthorPublisher.zip
  • 1.3 05-BooksManagementSystem-Final.zip
  • 1. Intro.mp4
    03:17
  • 2. Authors - Creating the Form.mp4
    05:33
  • 3. Authors - Adding Database Objects.mp4
    07:11
  • 4. Authors - Navigating Between Records.mp4
    03:50
  • 5. Authors - Setting up Save and Delete Events.mp4
    04:36
  • 6. Authors - Application States Intro.mp4
    02:04
  • 7. Authors - Coding Application States.mp4
    06:23
  • 8. Authors - Working with Application States.mp4
    06:50
  • 9. Authors - Validating Input.mp4
    06:23
  • 10. Authors - More Input Validation.mp4
    07:13
  • 11. Authors - KeyPress Event.mp4
    05:27
  • 12. Authors - Error Handling.mp4
    06:54
  • 13. EXERCISE - PUBLISHERS - INSTRUCTIONS.mp4
    02:05
  • 14. EXERCISE - Publishers - Creating the Form.mp4
    07:51
  • 15. EXERCISE - Publishers - Adding Database Objects.mp4
    04:43
  • 16. EXERCISE - Publishers - Data Binding and CurrencyManager.mp4
    07:41
  • 17. EXERCISE - Publishers - Application States.mp4
    07:12
  • 18. EXERCISE - Publishers - Input Validation.mp4
    09:18
  • 19. EXERCISE - Publishers - Navigating Through Records.mp4
    09:45
  • 20. Authors - Saving Records.mp4
    05:27
  • 21. Authors - Bug Fix - Saving Record.mp4
    12:03
  • 22. Authors - Deleting Records.mp4
    05:50
  • 23. Authors - Adding New Records.mp4
    02:51
  • 24. Authors - Adding New Records - Changing Application State.mp4
    06:05
  • 25. Authors - Adding New Records - Record Position.mp4
    05:39
  • 26. Authors - Final Adjustments.mp4
    02:58
  • 27. EXERCISE - PUBLISHERS - CRUD OPERATIONS - INSTRUCTIONS.mp4
    02:03
  • 28. EXERCISE - Publishers - Adding Record Navigation.mp4
    02:05
  • 29. EXERCISE - Publishers - Saving Records.mp4
    05:38
  • 30. EXERCISE - Publishers - Saving Records (testing).mp4
    04:40
  • 31. EXERCISE - Publishers - Adding and Deleting Records.mp4
    04:02
  • 32. EXERCISE - Publishers - Changing Application States.mp4
    03:26
  • 33. Publishers - Adding Search Functionality to the Form.mp4
    02:48
  • 34. Publishers - Coding Search Functionality.mp4
    09:20
  • 35. EXERCISE - AUTHORS - ADDING SEARCH FUNCTIONALITY - INSTRUCTIONS.mp4
    00:28
  • 36. EXERCISE - Authors - Adding Seach To The Form.mp4
    02:16
  • 37. EXERCISE - Authors - Coding Search Functionality.mp4
    09:18
  • 38. Authors - Bug Fix - Edit and Cancel Events.mp4
    02:36
  • 39. Authors - Bug Fix - Add New Record.mp4
    06:57
  • 40. Publishers - Bug Fix - Cancel Adding New Record.mp4
    04:36
  • 41. Titles - Introduction.mp4
    02:19
  • 42. Titles - Creating the Form.mp4
    06:30
  • 43. Titles - Adding C# Database Objects.mp4
    10:50
  • 44. Titles - Navigating Between Records.mp4
    06:29
  • 45. Titles - Application State.mp4
    07:58
  • 46. Titles - Input Validation.mp4
    08:29
  • 47. Titles - Application State For Edit and Add New Record.mp4
    02:35
  • 48. Titles - Saving Edited Record.mp4
    11:00
  • 49. Titles - Deleting Records.mp4
    04:14
  • 50. Titles - Cancelling CRUD operation.mp4
    05:24
  • 51. Titles - Bug Fix - Not Allowing Letters for Year Published Field.mp4
    02:58
  • 52. Titles - Adding Authors and Publishers to the Form.mp4
    05:01
  • 53. Titles - Authors Database Objects.mp4
    03:28
  • 54. Titles - Loading Authors Database Objects.mp4
    06:35
  • 55. Titles - Getting Authors for Specific ISBN - Part 1.mp4
    06:32
  • 56. Titles - Getting Authors for Specific ISBN - Part 2.mp4
    04:01
  • 57. Titles - Removing Authors From ComboBox.mp4
    04:47
  • 58. Titles - Application State for Authors.mp4
    01:49
  • 59. Titles - Saving Authors And ISBN.mp4
    12:26
  • 60. Titles - Updating Authors Search Functionality.mp4
    01:20
  • 61. EXERCISE - TITLES - ADD PUBLISHERS TO THE FORM - INSTRUCTIONS.mp4
    03:02
  • 62. EXERCISE - Titles - Adding Publishers Database Objects.mp4
    09:45
  • 63. Titles - Adding Connection to Authors Form.mp4
    07:46
  • 64. EXERCISE - TITLES - ADDING CONNECTION TO PUBLISHERS FORM - INSTRUCTIONS.mp4
    00:50
  • 65. EXERCISE - Titles - Adding Connection to Publishers Form.mp4
    06:48
  • 66. Titles - Testing Adding New Records.mp4
    02:13
  • 67. Titles - Debugging.mp4
    11:17
  • 68. Passing Data Between Two Forms - Improving Search.mp4
    06:19
  • 69. Passing Data Between Two Forms - Improving Search for Titles.mp4
    07:31
  • 70. Passing Data Between Two Forms - Improving Search For Authors and Publishers.mp4
    04:55
  • 1.1 FinalBooksManagementSystem.zip
  • 1. Adding Print Event.mp4
    04:21
  • 2. Setting Up Page Header.mp4
    08:51
  • 3. Printing Title and Authors.mp4
    09:32
  • 4. Printing The Rest of the Fields and Testing.mp4
    04:46
  • 1.1 airline-access-database.zip
  • 1.2 Airline.zip
  • 1.3 AirlineForms.pdf
  • 1. Project Introduction.mp4
    04:41
  • 2. Reviewing the Database.mp4
    01:17
  • 3. Reviewing the Forms.mp4
    01:42
  • 4. Connection String.mp4
    01:49
  • 5. Passenger Class.mp4
    02:15
  • 6. Seat Class.mp4
    03:35
  • 7. Checking If Plane is Full.mp4
    05:05
  • 8. Checking if Seat is Taken.mp4
    06:54
  • 9. Outline of Methods and Events We Need.mp4
    07:25
  • 10. Creating Objects.mp4
    02:24
  • 11. Displaying Seating Chart.mp4
    12:46
  • 12. Populating DropDown Rows From the Database.mp4
    03:16
  • 13. Validate Input Part 1.mp4
    05:30
  • 14. Validate Input Part 2.mp4
    10:50
  • 15. Testing Validation.mp4
    05:09
  • 16. Inserting Passenger.mp4
    08:51
  • 17. Testing Adding a Passenger.mp4
    03:00
  • 18. Show All Passengers SQL Command.mp4
    13:03
  • 19. Search For a Passenger SQL Command.mp4
    04:03
  • 20. Pass And Load Data Between Forms.mp4
    05:08
  • 21. DataGridView Click Event.mp4
    06:26
  • 22. Edit and Delete Passenger - Outline of Things To Do.mp4
    04:29
  • 23. Data Binding.mp4
    11:08
  • 24. Validating Waiting List and Seat Information.mp4
    03:33
  • 25. Editing Record.mp4
    07:23
  • 26. Updating Passenger and Seat Records.mp4
    07:19
  • 27. Testing Edit Functionality.mp4
    06:41
  • 28. Delete Passenger and Final Test.mp4
    11:09
  • 1. Conclusion - Summary of what we learned, where we are, and where to go from here.mp4
    02:01
  • 2. Bonus Lecture.html
  • Description


    Project-based Learning: how to use C# Windows Forms and Microsoft Access Database to create small database driven apps

    What You'll Learn?


    • Students will understand the basics of database programming using C# and MS Access database.
    • Students will become familiar with database programming concepts.
    • Students will be able to create small database-driven desktop apps.
    • Students will understand basics of database concepts.
    • Students will be able to create and modify Windows Forms and bind form objects with database objects.
    • Students will be ready to tackle more complex projects.

    Who is this for?


  • Beginner C# developer who wants to create small database driven Windows Forms apps
  • Selft Taught programmers or students interested in C# and databases
  • Anyone seeking to get entry level position or internship,
  • Students who like to learn by hands-on examples.
  • What You Need to Know?


  • Visual Studio
  • Basic familiarity with Windows Forms
  • Basic C# Skills (loops, conditional statements, very basics of OOP etc.)
  • Basic knowledge of Database terminology
  • More details


    Description

    WARNING!  Some students reported that the MS Access database used in this course will not work with the current version MS Office 365, even with legacy MS Access database redistributable engine. In majority of cases the issue is solved by installing 2016 version of the MS Access database redistributable engine (please see Q&A section of the course). If this doesn't work for you and you experience problems after purchasing the course, please note that Udemy offers 30-day money back guarantee.

    I created this course with a C# beginner in mind. Someone, who knows the basic C# concepts, and knows his way around loops, conditional statements, arrays, and very basics of object oriented programming, but never really had a chance to incorporate any of it with a relational Database project. If that describes you, then this is definitely a course for you.

    For this course, I decided to use a Microsoft Access database, as that is a common database small business use around the world. Now, full disclosure: we won't be creating any earth shattering application and there will be a lot of room for improving our code. What we ARE going to be doing is LEARNING how to use with C# with MS Access, and we'll use a simple, but fairly common scenario - a small books database app.

    The goal of this course is three fold

    • First, is to show you how things work

    • Second, help you understand how things work under the hood.

    • And third, to drill the basics so that they become a second nature to you.

    This course concentrates solely on using Access database with C 

    We will use Windows Forms as the user Interface and we'll use form events to code the application logic to. This way, we won't get distracted with million other little things that come into play for truly well designed commercial app. Like I said, the goal here is to LEARN the basics, and to RETAIN the knowledge. 

    From my own experience, from the beginners point of view, nothing is worse than taking a course to learn the basics, only to suddenly be introduced to a dozens of advanced real world concepts, that completely derail you from learning what you came here to learn in the first place...which is, the basics. What good is it for a beginner to watch someone build professional grade app when three quarter of the stuff presented goes right over your head? Not in this course. 

    However, with that being said, if you go through this course, and if you code along, I am absolutely sure that at the end, you will have great foundation to build on, and you will be able to move to more sofisticated applications and coding styles.

    The course consists of several sections. The first few sections introduce the basic concepts, such connecting to database, browsing through the records, binding database fields with form objects in the windows forms and other core concepts related to databases as well as windows forms.

    First project is a small Data Entry application. This project does not include database yet. We will create a simple data entry form and explore few properties and form objects. This project serves as a simple introduction or a refresher, and if you are familiar with basics of windows forms and the concept of properties and events, then you can safely skip this project. However, there still may be a few things you could learn from this project, as we will be working with timer, key press events, mouse events, and form elements in the run time.

    Second project will be a mix of theory and practice. We'll spend a few minutes going through some basic theory where we will discuss some basic database concepts, SQL commands, and C# database objects and after each lesson, I will demonstrate a practical use of each of the concepts. 

    In our third project, we start putting the theory into practical use. It'll be just a simple project that loads data into our form from one table, but we will see in action how to connect to the database and how to select records from the table. Ir will also be a little departure from previous examples, as we will use a different database.

    Fourth project is na SQL tester. Here, we will be able to test SQL commands. We'll use all the knowledge we acquired thus far, and introduce some cool techniques in the Windows Forms allowing us to create form elements at run time. And, we will have a small, but functional practice environment for SQL commands.

    Fifth project is the last, and most comprehensive one. We will create a small books database app. Until this project, we were only displaying records, but now, we will learn to add new records, edit or delete existing records, we will work with multiple forms and tables, put in place an application state for different actions - such as enable and disable controls based on user's action, and also learn how to pass data from one form to another.

    This whole course is designed as follow along course. Meaning, you are encouraged to code along with me. Everything is on the video, there are no code snippets being magically pasted into the Visual Studio. Also, I don not want you to just learn the concepts and then forget them a week later. I want you to remember and retain what you learn in this course. 

    And let's face it - that is only possible when you not only work on the project along with me, but also try to do the exercises. Trying to solve problems on your own is at the core of learning to program. However, I won't just leave you figure things on your own, I am well aware that sometimes it may feel overwhelming. So I will also show you my solutions. 

    And one more thing that makes or breaks learning to program - using what you learn, and using it frequently. Therefore, I code even the repetitive things from scratch and I don't simply just refer you to previous lessons. But that means, that if you just watch the course, it will feel repetitive. However, if you actually code along, I guarantee you will feel like you learn, and also REMEMBER what you learned. 

    But, If you prefer more instructional videos, that show everything once and move faster, then this course is not for you. Please keep that in mind before purchasing the course. I encourage you to watch some of the sample videos so you get a feel for the course structure and my teaching style.

    Now, I made the videos short and to the point. Most videos are only around 5 minutes long. That is deliberate, so each video is a small learning step that is easy to follow.

    Alright, there's a lot of coding to be done. So let's get to it!

    Who this course is for:

    • Beginner C# developer who wants to create small database driven Windows Forms apps
    • Selft Taught programmers or students interested in C# and databases
    • Anyone seeking to get entry level position or internship,
    • Students who like to learn by hands-on examples.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Pavol Almasi
    Pavol Almasi
    Instructor's Courses
    I am a professional computer programmer for a national insurance company. I am versed in variety of programming languages, technologies, and frameworks. Currently using mostly SQL and .Net.I have a Bachelor's Degree from City University of Seattle.I first came in contact with programming back in the good 'ol days of Visual Basic 6 and Visual Basic for Applications. Manipulating Access databasea was so much fun! I moved onto Web development in early 2000's, using HTML and CSS, later added PHP. It was then when I realized I really enjoyed the coding of the back end much more than the design part...and that joy of coding stayed with me ever since.I LOVE coding, and I LOVE doing exercises and projects in my free time. I am hoping my courses help you to better understand the programming principles and give you a good starting point for your further adventure in computer programming,
    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 152
    • duration 13:32:32
    • English subtitles has
    • Release Date 2023/09/10