Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Become a full-stack C# developer
Rating: 4.3 out of 5(42 ratings)
8,893 students

Become a full-stack C# developer

Blazor, API development, SQL server in one course - slow paced
Last updated 9/2021
English

What you'll learn

  • Blazor development
  • API development
  • SQL server

Course content

15 sections56 lectures11h 3m total length
  • Introduction2:09

    Become a full-stack C# developer by building front-end and back-end skills using only C#, exploring two database access methods for SQL Server—older approach and Entity Framework Core—and API development.

Requirements

  • Good understanding of C#

Description

C# the most universal programming language out there, it gives you an ability to develop web applications, desktop applications and much more. In this course we will focus on web development, from the database to the front-end client. After finishing this course, you will be able to develop your applications on your own.


For the databases, you will learn how to setup SQL server in Windows server environment and with that - two ways of interacting with databases from your C# code. One of them (ADO.NET) will be more rudimentary and the other way (Entity Framework Core) will be more modern and in some cases more simple in the short run.


On the backend, you will learn how to build .NET 5 APIs (C# APIs). It will be done in a very straightforward way and it will not take too much time to learn.


For the front-end, you will learn how to use the most modern way of developing web applications - Blazor. This technology allows you to run C# code directly on the Browser and with that, you will C# instead of JavaScript for your front-end logic. Alongside the Blazor technology itself, you will learn how to interact with APIs in a very modern and convenient way. You will also learn how to establish a WebSocket connection between your client and server.



Who this course is for:

  • C# programmers