IAmUmair
IAmUmair
  • 17
  • 654 099
C# and .Net in Visual Studio Code ( vscode ) | C# Dev Kit | Setup and Install | 2024 | IAmUmair
This video is about how we can set up .net and c# in visual studio code. This video can be applied to Linux and Mac based systems.
We'll download and install latest .NET 8 version and will make use of .net 8 in vscode. Visual studio code is the modern and cross platform development environment used for programming in the world.
.NET has improved a lot since 2016, and many developers are using it for their business requirements.
Timestamp:
00:00 Introduction
00:10 Steps to follow
00:37 Download .net 8 sdk
01:42 Install .net sdk
02:30 Verify sdk installation
03:05 Extensions
03:48 Install C# Dev Kit extension
04:45 new project
06:30 dotnet build
06:50 dotnet run
How to install Visual Studio Code:
th-cam.com/video/7YqBDgsWe3w/w-d-xo.html
มุมมอง: 40 692

วีดีโอ

Custom Identity in Asp.Net Core MVC | Login and User Registration | .Net 8
มุมมอง 64Kปีที่แล้ว
ASP.NET Core Identity is an API that supports user interface (UI) login functionality. Manages users, passwords, profile data, roles, claims, tokens, email confirmation, and more. In this video, we'll learn about how to implement customize asp.net core identity in asp.net core mvc which is the basis for user authorization and authentication. Here we are implementing by using a custom account co...
Upload Multiple Files in Asp Net Core | C# | IAmUmair
มุมมอง 2.5Kปีที่แล้ว
In this I have explained how you can upload multiple files at once in asp net core. For this video we're going to use MVC template.
How to upload file in Asp.Net Core MVC | C# | IAmUmair
มุมมอง 7Kปีที่แล้ว
In this video, we shall learn about how to upload file in Asp.Net Core MVC and C#. It is one of the necessary part of any web technology so that's why I have come up with this video for you.
CRUD operations in Asp.Net Core MVC | Entity Framework Core | IAmUmair
มุมมอง 1.6Kปีที่แล้ว
In this video we will understand and learn about how we can perform CRUD (create, retrieve, update and delete) operations and build a web application using Asp.Net Core MVC and entity framework core.
How to setup Entity Framework Core in Visual Studio Code (vs code) | Step by step Guide
มุมมอง 18Kปีที่แล้ว
Hi in this video I have talked about how you can use and setup entity framework in visual studio code (vs code). Entity framework core is an object relational model (ORM) for handling database operations in Asp.Net Core. For this video we are using MS SQL as database as it is widely used in .Net community. How can you setup c# and .net in vs code, checkout this video th-cam.com/video/GVmtPO-UEp...
Introduction to Entity Framework Core in ASP.NET Core | Beginners' Tutorials | IAmUmair
มุมมอง 664ปีที่แล้ว
In this video, you'll learn about famous ORM for .Net that is Entity Framework Core. Entity Framework Core (EF Core) is an Object-Relational Mapping (ORM) framework developed by Microsoft for .NET applications. It allows developers to work with databases using objects and classes in their code, rather than writing raw SQL statements. EF Core provides a set of APIs that enable developers to crea...
Routing, Tag Helpers, and Razor View Engine in Asp.Net Core MVC | IAmUmair
มุมมอง 468ปีที่แล้ว
Hello everyone, in this video we will learn about routing, tag helpers, and razor view engine in asp.net core. Asp.Net Core is a web framework provided by Microsoft that uses the .Net platform.
Understanding Asp.Net Core MVC Project Files and Folders | IAmUmair
มุมมอง 780ปีที่แล้ว
In this video, we will learn about all the files and folders present in our asp.net core MVC project.
Introduction to Asp.Net Core MVC | Tutorials for Beginners | IAmUmair
มุมมอง 816ปีที่แล้ว
Hello everyone in this video I have discussed one of the presentation frameworks that come under Asp.Net Core which is Asp.Net Core MVC. It uses the MVC pattern for developing web applications. Timestamps: 00:00 Introduction 00:12 What is Asp.Net Core MVC 00:51 MVC Pattern 02:08 How MVC works? 03:06 Create Asp.Net Core MVC Project
What is Asp.Net Core ? | Why Choose Asp.Net Core? | Tutorial For Beginners | IAmUmair
มุมมอง 2Kปีที่แล้ว
In this video, we will learn about the basics of asp.net core. I have discussed what and why of asp.net core. ASP.NET Core is an open-source and cross-platform web development framework for building web applications on the .NET platform. It is provided by Microsoft.
C# and .Net in Visual Studio Code ( vscode ) | Set up and Installation Guide | 2023 | IAmUmair
มุมมอง 278K2 ปีที่แล้ว
This video is about how we can set up a.net and c# in visual studio code. This video can be applied to Linux and Mac based systems. .Net has improved a lot since 2016 and now it provides web, desktop, mobile, console, IoT and machine learning applications development. Visual Studio Code is modern and most used IDE in the programming world because of its cross platform nature. Timestamp: 00:00 I...
How to Install and Compile Typescript with Visual Studio Code | Vscode | IAmUmair
มุมมอง 80K2 ปีที่แล้ว
Hi, in this video we are going to install and compile Typescript using Visual Studio Code ( VSCode ). Typescript is a strongly typed language build on top of JavaScript, provides better tooling. It is developed and maintained by Microsoft. Official Website of TypeScript: www.typescriptlang.org/ Node Js and Npm Installation: nodejs.org/en/
How To Create C And C++ Project In Visual Studio 2022 | Microsoft Visual Studio 2022 | IAmUmair
มุมมอง 65K2 ปีที่แล้ว
This video explains about how to create c language and c project in visual studio 2022. Here I have explained step by step guide for setting up C in Microsoft Visual Studio 2022. In the end, I have also created sample console apps for c and c language. Table of contents 0:00 Introduction 0:13 Visual Studio 2022 1:20 Visual Studio Installer 4:00 Create a new c project 6:30 Configure your new c l...
Create Asp.Net Web Forms in Visual Studio 2022 | Asp.Net Web Application in VS 2022 | IAmUmair
มุมมอง 67K2 ปีที่แล้ว
This video is about how to create Asp.Net Web Forms in Visual Studio 2022. This video also explains how to create Asp.Net Web application in Visual Studio 2022. Visual Studio 2022 is one of modern and most used IDE for .Net and C# development. It has been developed by Microsoft and gets its updates regularly. More Related Videos: How to install Visual Studio 2022? th-cam.com/video/HVU1XwRxlDY/w...
Setting Up C# 10 .NET 6 with VS Code | How to Set Up C# in Visual Studio Code | 2022 | IAmUmair
มุมมอง 23K3 ปีที่แล้ว
Setting Up C# 10 .NET 6 with VS Code | How to Set Up C# in Visual Studio Code | 2022 | IAmUmair
How to Download and Install Visual Studio Code 2022 | Vscode | IAmUmair
มุมมอง 2.4K3 ปีที่แล้ว
How to Download and Install Visual Studio Code 2022 | Vscode | IAmUmair

ความคิดเห็น

  • @besnikbrahimi5483
    @besnikbrahimi5483 7 วันที่ผ่านมา

    Do you use Api in this project also can how can you use JWT and Api in login and registration in a MVC project

  • @heziganj6873
    @heziganj6873 8 วันที่ผ่านมา

    Thanks its clear and veryusefull

    • @IAmUmair
      @IAmUmair 8 วันที่ผ่านมา

      You are welcome

  • @mohsinkhosa4806
    @mohsinkhosa4806 12 วันที่ผ่านมา

    Wahh Moliee Wahh😅

    • @IAmUmair
      @IAmUmair 11 วันที่ผ่านมา

      Molie delete kraisa comment... Harkat ni krendi😂

  • @jeromecea7676
    @jeromecea7676 23 วันที่ผ่านมา

    thanks, Im searching for this type of tutorial and not using scaffolding one thanks a lot!

    • @IAmUmair
      @IAmUmair 22 วันที่ผ่านมา

      Glad it was helpful!

  • @ZuuzuMohamed-q2w
    @ZuuzuMohamed-q2w 24 วันที่ผ่านมา

    Useful lesson

    • @IAmUmair
      @IAmUmair 22 วันที่ผ่านมา

      Glad to hear that

  • @nimishmothghare
    @nimishmothghare 26 วันที่ผ่านมา

    Thanks

    • @IAmUmair
      @IAmUmair 22 วันที่ผ่านมา

      Welcome

  • @mertkayaer8964
    @mertkayaer8964 27 วันที่ผ่านมา

    very helpfull tutorial. thanks a lot

    • @IAmUmair
      @IAmUmair 19 วันที่ผ่านมา

      Glad it was helpful!

  • @darkquotes935
    @darkquotes935 27 วันที่ผ่านมา

    dotnet run is not working

    • @IAmUmair
      @IAmUmair 19 วันที่ผ่านมา

      Can you run any other dotnet command? In cmd or terminal? If yes, then the issue could be with the source code

  • @christosaju1728
    @christosaju1728 หลายเดือนก่อน

    Severity Code Description Project File Line Suppression State Error (active) CS0311 The type 'Crud_login.AppData.AppDbContext' cannot be used as type parameter 'TContext' in the generic type or method 'DbContextOptions<TContext>'. There is no implicit reference conversion from 'Crud_login.AppData.AppDbContext' to 'Microsoft.EntityFrameworkCore.DbContext'. Crud_login C:\Users\366608\source epos\Crud_login\Crud_login\AppData\AppDbContext.cs error is showing

  • @Krishn_prem2
    @Krishn_prem2 หลายเดือนก่อน

    Thanku so much

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      So glad it helped

  • @manuelrodriguez-zp4ge
    @manuelrodriguez-zp4ge หลายเดือนก่อน

    Thanks for this video bro.

  • @NathanTesfu
    @NathanTesfu หลายเดือนก่อน

    When i said dotnet build it showed one error saying missing partial modifier on declaration of type 'Program'

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      There could be an issue with the Program cs file.

  • @merithfox
    @merithfox หลายเดือนก่อน

    thank you, man you saved my third year

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      Glad I could help!

  • @khalednabilaly
    @khalednabilaly หลายเดือนก่อน

    Thanks

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      Welcome

  • @PrajwalMahale-ft9sc
    @PrajwalMahale-ft9sc หลายเดือนก่อน

    ಧನ್ಯವಾದಗಳು❤

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      ❣️

  • @mayurpandit8166
    @mayurpandit8166 หลายเดือนก่อน

    Error - UnauthorizedAccessException: Access to the path 'C:\Users\source epos\StudentPortal.Web\StudentPortal.Web\wwwroot\uploads' is denied.

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      Can you try with D drive

    • @mayurpandit8166
      @mayurpandit8166 หลายเดือนก่อน

      @@IAmUmair My system having only c drive, I think I need to divide c drive.

  • @kalighra3564
    @kalighra3564 หลายเดือนก่อน

    Thank you very much.

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      Welcome 😊

  • @chandrahas3511
    @chandrahas3511 หลายเดือนก่อน

    Im installed vs code but console app is not working. ..its popup like """ one or more errors were encountered while creating project Console App. The generated project content may be incomplete. The SDK 'Microsoft.Net.Sdk' specified could not be found. """

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      The error is quite clear, .net sdk hasn't been installed.

  • @MohammedMenisy-v8e
    @MohammedMenisy-v8e หลายเดือนก่อน

    thanks bro♥♥

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      Most welcome

  • @vaishalisoni6841
    @vaishalisoni6841 หลายเดือนก่อน

    Thank you so much for the easy guide.

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      Most welcome

  • @jalolxanmaxkamov4312
    @jalolxanmaxkamov4312 หลายเดือนก่อน

    Thank very much Bro

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      Any time

  • @Bukharis
    @Bukharis หลายเดือนก่อน

    Worked Perfectly .... thanks

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      Glad it helped

  • @khalidloodhi8232
    @khalidloodhi8232 หลายเดือนก่อน

    sir please help me with that

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      What issue you're facing

  • @khalidloodhi8232
    @khalidloodhi8232 หลายเดือนก่อน

    sir apne setup to sikha diya ab isme programm kaisay bnaye ye bhi bta dy kya timer control use ho skta ha visual studio code ma qk youtube waly to sary purple icon wala visual studio use kr rhy ha

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      Timer control konsi app me use hota hai? Web application me to ni hota

  • @nitch2396
    @nitch2396 หลายเดือนก่อน

    Thank you brother ❤

    • @IAmUmair
      @IAmUmair หลายเดือนก่อน

      My pleasure

  • @LakshmanMidhyakula
    @LakshmanMidhyakula 2 หลายเดือนก่อน

    Format of the initialization string does not conform to specification starting at index 87. How to resolve this

    • @IAmUmair
      @IAmUmair 2 หลายเดือนก่อน

      In which file you get this error?

    • @IAmUmair
      @IAmUmair 2 หลายเดือนก่อน

      If you're using special characters in your connection string, then please use double quotes with that specific value

  • @SiddhaKu-rq7oy
    @SiddhaKu-rq7oy 2 หลายเดือนก่อน

    If suppose I have closed vs code and I want open that dotnet how I can see that??

    • @IAmUmair
      @IAmUmair 2 หลายเดือนก่อน

      you can open visual studio code, and create new project using terminal, it's available in the top menu bar.

  • @IkramWani-sg7jm
    @IkramWani-sg7jm 2 หลายเดือนก่อน

    if we have multiple cs files in one folder will it show output of only 1 file, we need to create more terminal commands for running files

    • @IAmUmair
      @IAmUmair 2 หลายเดือนก่อน

      normally console application has 1 file that contains main method; in order to make use of other files, you can make use of OOP.

  • @abdelrahmanhassan-pk9rk
    @abdelrahmanhassan-pk9rk 2 หลายเดือนก่อน

    thank u so much bro

    • @IAmUmair
      @IAmUmair 2 หลายเดือนก่อน

      Always welcome

  • @bobby-zl2lx
    @bobby-zl2lx 2 หลายเดือนก่อน

    Thank you my friend!! It really helped me a lot! :)

    • @IAmUmair
      @IAmUmair 2 หลายเดือนก่อน

      You're welcome dear.

  • @k2ybhojpuri
    @k2ybhojpuri 3 หลายเดือนก่อน

    Thanks a lot 👍🏻

    • @IAmUmair
      @IAmUmair 2 หลายเดือนก่อน

      Welcome

  • @zed.cloud88
    @zed.cloud88 3 หลายเดือนก่อน

    thank you

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      You're welcome

  • @KashafZehra-d4v
    @KashafZehra-d4v 3 หลายเดือนก่อน

    How to run the program? Do we have to install a compiler for running the program?

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      The compiler gets installed automatically. You can run the project from the Visual studio toolbar, a triangular button

  • @jeffsherman9638
    @jeffsherman9638 3 หลายเดือนก่อน

    How do you utilize this app with a API? This app connects directly to the database without going through a API?

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      This is a MVC application, that has UI design in it i.e Views We can develop API endpoints using similar controller methods.

  • @twigmytwig9614
    @twigmytwig9614 3 หลายเดือนก่อน

    W Umair

  • @4GWHITE
    @4GWHITE 3 หลายเดือนก่อน

    I'm so sorry but i can't understand anything🤕

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      You can see the screen and follow the video.

  • @ashikahmedaryan1234
    @ashikahmedaryan1234 3 หลายเดือนก่อน

    At 30th minutes how did you remove async from loging? I'm getting error there

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      At the specified time, I don't think I've removed async. Usually we use async Task when our code has Asynchronous methods calling await keywords.

  • @yashushukla8078
    @yashushukla8078 4 หลายเดือนก่อน

    when i click on IIS Express the build starts but it does not get completed. The web browser does not open up. Why is it like that?

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      Sometimes it takes time. You can restart the application or visual studio, and try again

  • @kushalnandi5847
    @kushalnandi5847 4 หลายเดือนก่อน

    Thanks broo

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      You're welcome

  • @mashrifrishal8545
    @mashrifrishal8545 4 หลายเดือนก่อน

    I can't find the option open with code

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      You missed it while installing visual studio code. There are settings to enable this option. Just google it, let me know if no solution is found.

  • @jakubz9664
    @jakubz9664 4 หลายเดือนก่อน

    Thank you for help :)) btw cute voice ^^

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      Thank you

  • @somebody69747
    @somebody69747 4 หลายเดือนก่อน

    It's always a South Asian brother explaining detailed stuff in the simplest manner. Thank you so much man:)

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      So nice of you

    • @somebody69747
      @somebody69747 3 หลายเดือนก่อน

      @@IAmUmair As a fellow South Asian I'm proud 👏

  • @Lamsongames
    @Lamsongames 4 หลายเดือนก่อน

    not running error "scriptcs" �� ���� ����७��� ��� ���譥� ��������, �ᯮ��塞�� �ணࠬ��� ��� ������ 䠩���. what i sould do

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      Error is not clear, How can I help you

  • @darkmift
    @darkmift 5 หลายเดือนก่อน

    On 1st run you wont have a db defined so you either: 1) manually define one and provide it in the conn string 2) add an "initial catalog:[yourdbnametocreate]" and have Database.EnsureCreated(); in the constructor of AppDbContext and EFCore will build the DB for you. bear in mind you can technically comment out that line after inital run.

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      Thanks for the help

    • @darkmift
      @darkmift 3 หลายเดือนก่อน

      @@IAmUmair look at add-migration for proper dB init and schema modifications.

  • @ankitmehrotra6104
    @ankitmehrotra6104 5 หลายเดือนก่อน

    Those who need code at 22:40 of Login.cshtml @using CustomIdentity.ViewModels; @model LoginVM @{ ViewData["Title"] = "Login"; } <div class="row d-flex align-items-center justify-content-center"> <div class="col-md-3 card p-3"> <h2 class="text-center text-info">Login</h2> <form asp-action="Login" method="post"> <div asp-validation-summary="ModelOnly"></div> <div class="mb-1"> <label asp-for="UserName" class="control-label"></label> <input asp-for="UserName" class="form-control"/> <span asp-validation-for="UserName" class="text-danger"></span> </div> <div class="mb-1"> <label asp-for="Password" class="control-label"></label> <input asp-for="Password" class="form-control" /> <span asp-validation-for="Password" class="text-danger"></span> </div> <div class="mb-1 form-check"> <label class="form-check-label"> <input asp-for="RememberMe" class="form-check-input" /> @Html.DisplayNameFor(a=>a.RememberMe) </label> </div> <div class="row"> <div class="col-8"> <a asp-action="Register" class="text-decoration-none float-start mt-2">Don't have account</a> </div> <div class="col-4"> <input type="submit" value="Login" class="btn btn-primary btn-sm float-end"/> </div> </div> </form> </div> </div>

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      Thank you for making it visible for all. I just wanted to inform you that code is available on GitHub and the link is in the description.

  • @dfsgdsgsd
    @dfsgdsgsd 5 หลายเดือนก่อน

    If I have a function that is [required], will the logged in user have access to it?

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      Logged In users can access the resource when the Authorize attribute is defined, also you can define the if conditions for specific cases

  • @DHUPADDUGAMING
    @DHUPADDUGAMING 5 หลายเดือนก่อน

    It is very helpful for me👍

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      Thank you

  • @oyetundesaheed8976
    @oyetundesaheed8976 5 หลายเดือนก่อน

    It is saying "build error", whenever i try to run it. I hope you can help bro

    • @IAmUmair
      @IAmUmair 5 หลายเดือนก่อน

      build error occurs because of errors in code, can you share with me the error messages

  • @thanhnguyen-rd7tj
    @thanhnguyen-rd7tj 5 หลายเดือนก่อน

    thank you! very short and easy to understand.

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      You're welcome

  • @eniminisofea684
    @eniminisofea684 5 หลายเดือนก่อน

    Thank you so much for smooth explanation and clear instruction.

    • @IAmUmair
      @IAmUmair 3 หลายเดือนก่อน

      You're welcome