Video description
C# is the backbone of many popular video games, web, mobile, and desktop applications. And without SQL, the creation and management of the database will be handicapped. Imagine what can be achieved in the world of technology if both C# and SQL are merged! This video course will teach you how to bring C# and SQL together to build robust, powerful, real-world applications.
The course begins with an overview of the course objectives and explains the process of installing Visual Studio 2019, SQL Server 2019, and SSMS 18. Next, you will create a customer order viewer application in C# to understand the SQL commands, tables, database, and server in detail. Moving ahead, you will use SQL Alter, user-defined data types, stored procedures, and Dapper, to enhance the application that you created.
You will also test the application to ensure that it is working smoothly as per the requirement. Toward the end, you will create a course report emailer application in C# to email worksheets with SQL data and build WPF forms and use Dapper to make the communication between C# code and SQL server seamless.
By the end of this course, you will have developed essential C# and SQL skills needed to build real world applications.
What You Will Learn
- Build a full-stack application with C# and SQL
- Use Dapper in .NET to make SQL database access even easier
- Create forms using WPF and XAML
- Create and manipulate Excel workbooks through Open XML and C#
- Send emails programmatically using SmtpClient in C#
- Find out how to use the SQL Merge statement
Audience
If you are a software developer who is looking to use C# and SQL together to build powerful applications, then this video course is for you. To get started with this course, it is recommended to have a basic understanding of C# and SQL server.
About The Author
Avetis Ghukasyan: Avetis Ghukasyan is a passionate web developer who believes that with hard work, dedication and consistency, anybody can learn and develop strong technical skills—even if that individual has no prior knowledge of it and feels like a complete beginner. He also believes that understanding concepts is much more important than memorizing them.
Table of contents
- Chapter 1 : Welcome
- Chapter 2 : Setup
-
Chapter 3 : Customer Order Viewer
- Customer Requirements
- SQL Server Database Objects
- Creating an Application Database and Tables
- Giving Values to Tables
- Quick Side Note
- SQL Views
- Creating an Application View
- Exploring the Server Explorer
- What Is SqlConnection?
- What Is SqlCommand?
- What Is SqlDataReader?
- Creating the Application Models
- Creating the Application Commands
- Putting Everything Together and Testing
- Chapter 4 : Customer Order Viewer 2.0
-
Chapter 5 : Course Report Emailer
- Customer Requirements
- Creating an Application Database and Tables
- Giving Values to Tables
- Creating an Application View
- Creating the Application SPROC
- Creating the Application Models
- Creating the Application Commands
- What Is JSON?
- What Is DataTable?
- What Is Open XML SDK?
- Creating the Worksheet Creator - Part I
- Creating the Worksheet Creator - Part II
- Creating the Emailer
- Putting Everything Together and Testing
-
Chapter 6 : Course Manager
- Customer Requirements
- Altering the Needed Table
- Creating the Application SPROCs
- What Is WPF and XAML?
- What Is MVVM?
- Cleanup and Creating the Start-up
- Creating the Application Models
- Creating the Application Commands
- Using Mockup to Create View
- Enhancing the ViewModel - Part I
- Enhancing the ViewModel - Part II
- Putting Everything Together and Testing
Product information
- Title: Master C# and SQL by Building Applications
- Author(s):
- Release date: October 2022
- Publisher(s): Packt Publishing
- ISBN: 9781800560093
You might also like
video
SQL for Beginners with Microsoft SQL Server Database
This video course will teach you how to extract data on your own and will give …
book
Hands-On Network Programming with C# and .NET Core
A comprehensive guide to understanding network architecture, communication protocols, and network analysis to build secure applications …
video
ASP.NET Core - SOLID and Clean Architecture (.NET 5 and Up)
Creating a modular, testable, and maintainable application in .NET Core requires a solid foundation. Setting up …
video
.NET Core Microservices - The Complete Guide (.NET 6 MVC)
In this course, you will learn the foundational elements of microservices by incrementally building a real …