17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - CRUD Application Using C#, MySQL Server, Windows Forms
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
CRUD application using C#, MySQL Server, Windows Forms
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English + srt | Duration: 28 lectures (3h 59m) | Size: 1.4 GB How to create a CRDU application using MySQL Server and Stored Procedures What you'll learn: C# programming using Windows Forms and MySQL Server as the database and where we will create an Applicaiton that can Create, Read, Update and Delete records. Keep the code to a minimum and as simple as possible You will gain skills using MySQL Server and MySQL Workbench to create, manage the databases, create Stored Procedures and also create users and Privileges.. You will feel more confident using C#, Windows Forms as well as handle MySQL Server in many ways.
Requirements There are no hard requirements but having programming in a C like language will be helpful.
Description This course (part 1) will have in total 11 sections.
The course will give you the knowledge of how to use C# to build a full CRUD application using Windows Forms. We will be using Visual Studio 2019 Community edition and create this CRUD application with MySQL Server as the database. We will also be using Stored Procedures that will be executed by a specially defined user.
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Introduction to PART 1/1. Introduction.mp4
123.9 MB
~Get Your Files Here !/1. Introduction to PART 1/1. Introduction.srt
22.2 KB
~Get Your Files Here !/10. Search functionality/1. Search – Stored Procedure.mp4
39.2 MB
~Get Your Files Here !/10. Search functionality/1. Search – Stored Procedure.srt
7.8 KB
~Get Your Files Here !/10. Search functionality/2. Search – Application.mp4
14.6 MB
~Get Your Files Here !/10. Search functionality/2. Search – Application.srt
6.6 KB
~Get Your Files Here !/11. Wrap-up of this course (part 1)/1. Wrap-Up of part 1.mp4
57.3 MB
~Get Your Files Here !/11. Wrap-up of this course (part 1)/1. Wrap-Up of part 1.srt
8.4 KB
~Get Your Files Here !/11. Wrap-up of this course (part 1)/1.1 MySQL_Project_Source_Code.cs
12.5 KB
~Get Your Files Here !/2. Download and Install Software/1. Installation of Visual Studio 2019 Community Edition.mp4
47.4 MB
~Get Your Files Here !/2. Download and Install Software/1. Installation of Visual Studio 2019 Community Edition.srt
10.8 KB
~Get Your Files Here !/2. Download and Install Software/2. Installation of MySQL Server.mp4
44.2 MB
~Get Your Files Here !/2. Download and Install Software/2. Installation of MySQL Server.srt
12.9 KB
~Get Your Files Here !/3. Creation of Database and a Stored Procedure (SP)/1. Creation of the database using MySQL Workbench.mp4
75.9 MB
~Get Your Files Here !/3. Creation of Database and a Stored Procedure (SP)/1. Creation of the database using MySQL Workbench.srt
18 KB
~Get Your Files Here !/3. Creation of Database and a Stored Procedure (SP)/1.1 Table_Definitions_0.2.pdf
121.4 KB
~Get Your Files Here !/3. Creation of Database and a Stored Procedure (SP)/2. Import datarecords to our new database.mp4
25.3 MB
~Get Your Files Here !/3. Creation of Database and a Stored Procedure (SP)/2. Import datarecords to our new database.srt
5 KB
~Get Your Files Here !/3. Creation of Database and a Stored Procedure (SP)/2.1 DB-export.csv
1.3 KB
~Get Your Files Here !/3. Creation of Database and a Stored Procedure (SP)/3. Creation of the first Stored Procedure (BC_Get_All).mp4
11.2 MB
~Get Your Files Here !/3. Creation of Database and a Stored Procedure (SP)/3. Creation of the first Stored Procedure (BC_Get_All).srt
7.3 KB
~Get Your Files Here !/3. Creation of Database and a Stored Procedure (SP)/4. A discussion around Stored Procedures.mp4
78.1 MB
~Get Your Files Here !/3. Creation of Database and a Stored Procedure (SP)/4. A discussion around Stored Procedures.srt
12.9 KB
~Get Your Files Here !/3. Creation of Database and a Stored Procedure (SP)/5. Final discussion of Section 3 (SP).mp4
27.9 MB
~Get Your Files Here !/3. Creation of Database and a Stored Procedure (SP)/5. Final discussion of Section 3 (SP).srt
5.2 KB
~Get Your Files Here !/4. Creation of Our Project (Visual Studio)/1. MySQL User Interface (UI) documentation.mp4
18.8 MB
~Get Your Files Here !/4. Creation of Our Project (Visual Studio)/1. MySQL User Interface (UI) documentation.srt
3 KB
~Get Your Files Here !/4. Creation of Our Project (Visual Studio)/1.1 MySQL_User_Interface_Controls_0.4.pdf
127.9 KB
~Get Your Files Here !/4. Creation of Our Project (Visual Studio)/2. Creation of the User Interface (UI).mp4
96.3 MB
~Get Your Files Here !/4. Creation of Our Project (Visual Studio)/2. Creation of the User Interface (UI).srt
0 B
~Get Your Files Here !/4. Creation of Our Project (Visual Studio)/3. – Configuration of Visual Studio 2019.mp4
32.4 MB
~Get Your Files Here !/4. Creation of Our Project (Visual Studio)/3. – Configuration of Visual Studio 2019.srt
4.2 KB
~Get Your Files Here !/5. Read Records from the Database/1. Create the database connection using App.config.mp4
71 MB
~Get Your Files Here !/5. Read Records from the Database/1. Create the database connection using App.config.srt
10.7 KB
~Get Your Files Here !/5. Read Records from the Database/2. Read Data from Database and present in DataGridView.mp4
78.2 MB
~Get Your Files Here !/5. Read Records from the Database/2. Read Data from Database and present in DataGridView.srt
12.9 KB
~Get Your Files Here !/5. Read Records from the Database/3. Catch Exception – When Application crashes.mp4
72.4 MB
~Get Your Files Here !/5. Read Records from the Database/3. Catch Exception – When Application crashes.srt
10.9 KB
~Get Your Files Here !/5. Read Records from the Database/4. Try & Catch for ReadData(). MessageBox when error is caught..mp4
48.4 MB
~Get Your Files Here !/5. Read Records from the Database/4. Try & Catch for ReadData(). MessageBox when error is caught..srt
7.6 KB
~Get Your Files Here !/6. DataGridView double-click event/1. Double-Click Event.mp4
100.3 MB
~Get Your Files Here !/6. DataGridView double-click event/1. Double-Click Event.srt
14.3 KB
~Get Your Files Here !/7. Save Or Update Record in the Database/1. Add and Update – Stored Procedure.mp4
52.7 MB
~Get Your Files Here !/7. Save Or Update Record in the Database/1. Add and Update – Stored Procedure.srt
11.2 KB
~Get Your Files Here !/7. Save Or Update Record in the Database/2. Update Record – Application.mp4
21.5 MB
~Get Your Files Here !/7. Save Or Update Record in the Database/2. Update Record – Application.srt
9.8 KB
~Get Your Files Here !/7. Save Or Update Record in the Database/3. Save New Record – Application.mp4
79 MB
~Get Your Files Here !/7. Save Or Update Record in the Database/3. Save New Record – Application.srt
12 KB
~Get Your Files Here !/8. Delete a record from the Database/1. Delete Record – Stored Procedure and Application.mp4
105.6 MB
~Get Your Files Here !/8. Delete a record from the Database/1. Delete Record – Stored Procedure and Application.srt
16.9 KB
~Get Your Files Here !/9. Helper methods and more/1. Initial discussion and show cases for Helper methods.mp4
34.1 MB
~Get Your Files Here !/9. Helper methods and more/1. Initial discussion and show cases for Helper methods.srt
4.4 KB
~Get Your Files Here !/9. Helper methods and more/2. Clear Text Boxes.mp4
77.4 MB
~Get Your Files Here !/9. Helper methods and more/2. Clear Text Boxes.srt
10.2 KB
~Get Your Files Here !/9. Helper methods and more/3. Save and New Buttons.mp4
56.2 MB
~Get Your Files Here !/9. Helper methods and more/3. Save and New Buttons.srt
8 KB
~Get Your Files Here !/9. Helper methods and more/4. Quit Button.mp4
49.9 MB
~Get Your Files Here !/9. Helper methods and more/4. Quit Button.srt
7.2 KB
~Get Your Files Here !/9. Helper methods and more/5. Messages Boxes and some Button behavior.mp4
109.4 MB
~Get Your Files Here !/9. Helper methods and more/5. Messages Boxes and some Button behavior.srt