Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
How to create data apps with SQL Server and visual studio
Rating: 3.8 out of 5(104 ratings)
2,315 students

How to create data apps with SQL Server and visual studio

Learn to create a database driven application with SQL Server and Visual Studio
Last updated 4/2026
English

What you'll learn

  • Download and install visual studio
  • Download and install SQL Server
  • Create a database and a table
  • Attach a database to a visual studio project
  • Design a form with dataset
  • Add controls to a form
  • Customise controls
  • Create a data app that saves data into a database

Course content

5 sections40 lectures3h 23m total length
  • Introduction3:15
  • What is Visual Studio4:32
  • What is SQL Server2:57
  • Minimum Installation Requirements for visual studio 20194:27
  • Installing Visual Studio 20196:46
  • Visual studio workloads3:59
  • SQL Server Installation Requirements4:21
  • SQL Server Editions4:45
  • Download SQL Server4:31
  • Installing SQL Server9:43
  • Installing SSMS5:48
  • Connecting to SQL Server7:46
  • Requirements for visual studio3:08

Requirements

  • You should be able to use a PC at a beginner level
  • You should have visual studio and SQL Server on your PC(We will cover how to install it)
  • Basic knowledge of C# Programming concepts (Not mandatory)
  • Basic knowledge of SQL Server (Not mandatory)

Description

Data apps are applications that saves data to and retrieves data from the database.We interact with data apps daily from Facebook,Instagram,emails and even our bank accounts.

In this beginners course we are going to create very basic data apps that will save data into databases.

We will be using C# an object-oriented language designed by Microsoft and used by systems engineers, desktop programmers, and mobile app developers the world over.
Also Microsoft SQL Server will be used as our database for storing and retrieving data.

This course is suitable for anyone who has basic  knowledge  of C# and SQL server .

You will learn:

  • How to download visual studio
  • How to install visual studio
  • How to download Microsoft SQL Server
  • How to install Microsoft SQL Server
  • How to create a database
  • How to create a table
  • How to populate a table
  • How to attach a database to a project in visual studio
  • How to design a form with dataset
  • How to create new C# project in visual studio
  • How to add controls to a form
  • How to customise controls on a form
  • How to test your data apps
  • How to run your data apps outside visual studio
  • How to create a login form data app
  • How to create an image upload data app

By the end of this course you should be able to create your own data apps using visual studio and SQL Server

Welcome :-)

Who this course is for:

  • Anyone with basic computer skills