- Видео 45
- Просмотров 155 647
Nitish Kaushik
Индия
Добавлен 29 мар 2022
Hey everyone, welcome to my channel! My name is Nitish Kaushik, and I am a software developer with a passion for programming and sharing my knowledge with others.
On this channel, I will be sharing videos about programming concepts, languages, frameworks, and tools that will help you become a better programmer. I will also be sharing my own experiences and insights about the programming world and discussing the latest industry trends and technologies.
Whether you're a beginner looking to learn programming from scratch, or an experienced developer looking to expand your skill set, this channel has something for everyone. I believe that programming should be accessible to everyone, and I aim to make it easy for you to follow along and learn.
So, if you're ready to dive into the exciting world of programming, hit the subscribe button and join our community of passionate programmers. Don't forget to turn on notifications, so you never miss an update.
On this channel, I will be sharing videos about programming concepts, languages, frameworks, and tools that will help you become a better programmer. I will also be sharing my own experiences and insights about the programming world and discussing the latest industry trends and technologies.
Whether you're a beginner looking to learn programming from scratch, or an experienced developer looking to expand your skill set, this channel has something for everyone. I believe that programming should be accessible to everyone, and I aim to make it easy for you to follow along and learn.
So, if you're ready to dive into the exciting world of programming, hit the subscribe button and join our community of passionate programmers. Don't forget to turn on notifications, so you never miss an update.
VSCode Mssql Extension | SQL Server extension for Visual Studio Code | Replacement for SSMS ?
VSCode Mssql Extension is an alternative to SSMS. It has some great features to connect to any SQL Server database and it is super easy to use.
In this video, we will learn this new VSCode Mssql Extension in details and will see if this can be a first choice for developers and a replacement for develpers.
#vscode #mssqlserver #mssql
Join this channel to get access to perks:
ruclips.net/channel/UCNDWoYjgz_7e9FeuRg5I6Qwjoin
In this video, we will learn this new VSCode Mssql Extension in details and will see if this can be a first choice for developers and a replacement for develpers.
#vscode #mssqlserver #mssql
Join this channel to get access to perks:
ruclips.net/channel/UCNDWoYjgz_7e9FeuRg5I6Qwjoin
Просмотров: 330
Видео
MediatR Asp.Net Core Web API | MediatR C# | Mediatr Tutorial
Просмотров 544Месяц назад
MediatR C#: MediatR in Asp.Net Core is a library to implement CQRS (Command Query Responsibility Seggregate) pattern. In this video we will create the MediatR Command and Query in asp.net core web api application. Source Code Repo: github.com/nitish-kaushik/mediatr-aspnet-core Join this channel to get access to perks: ruclips.net/channel/UCNDWoYjgz_7e9FeuRg5I6Qwjoin
What is CQRS ? | CQRS Design Pattern in Asp.Net Core
Просмотров 1,3 тыс.2 месяца назад
What is CQRS ? CQRS is a design pattern that is used to seggregate the command and query in asp.net core. Join this channel to get access to perks: ruclips.net/channel/UCNDWoYjgz_7e9FeuRg5I6Qwjoin
Git Pull Request Review Comments in Visual Studio 2022 | Review the code in Visual Studio 2022
Просмотров 1,7 тыс.5 месяцев назад
Now you can view the Git pull request review comments in visual studio directly. This new feature of Visual Studio 2022 allows you to review the pull request in visual studio. This new feature of visual studio 2022 is a very good developer tool to improve the productivity. #git #visualstudio2022 #pullrequest Join this channel to get access to perks: ruclips.net/channel/UCNDWoYjgz_7e9FeuRg5I6Qwjoin
How to install Linux on Windows with WSL | How to run Linux on Windows
Просмотров 3,7 тыс.5 месяцев назад
To run linux on windows 11 (or 10) there are few ways. The easiest way to install linux on windows is to run linux on windows with WSL. WSL is Windows Subsystem for Linux and with the help of WSL you can install any distribution of linux operating syste. Link to WSL documentation: learn.microsoft.com/en-us/windows/wsl #wsl #linux #windows Join this channel to get access to perks: ruclips.net/ch...
Github Copilot Visual Studio 2022 First impression
Просмотров 1,2 тыс.6 месяцев назад
Github Copilot is available in Visual Studio 2022. You can install the Github Copilot in Visual Studio 2022 using different ways. In this video we will perform several operations on Github Copilot using Visual Studio 2022. We will learn how to generate new code using Github copilot and how to refactor the existing code using Github copilot. We will also talk about some Github copilot issues in ...
Postman Extension for VSCode (Visual Studio Code) 🚀
Просмотров 9996 месяцев назад
Postman has launched its extension for Visual Studio Code (VS Code) to test the endpoints. Now you can test all the API endpoints directly from VS code by using Postman VSCode extension. In this video, we will learn how to install the postman extension in visual studio code from scratch. Join this channel to get access to perks: ruclips.net/channel/UCNDWoYjgz_7e9FeuRg5I6Qwjoin
Authentication and Authorization in asp.net core using AddApiEndpoints | Fastest Way to Develop APIs
Просмотров 1,8 тыс.6 месяцев назад
Authentication and Authorization in asp.net core can be achieved without writing any code in just 1 minute. AddApiEndpoints in Asp.Net Core is a new method and it generates all the authentication and authorization APIs in your asp.net core application. The AddApiEndpoints in asp.net core used the Entity Framwork Core and Identity. We can also cutomise the route for these endpoints by using MapG...
Serialization and Deserialization in C# using System.Text.Json | Complete Course
Просмотров 1,4 тыс.7 месяцев назад
Serialization and Deserialization in C# is used to convert the C# object to json string and Json string to c# object. Serialization is the process of converting the c# object to JSON string and Deserialization is the process of converting JSON string to c# object. There are differect libraries available for Serialization and Deserialization in dotnet core but in this video we will use the built...
.slnx file (New solution file) in Visual Studio 2022 | Latest Feature of Visual Studio
Просмотров 1,4 тыс.7 месяцев назад
.slnx file in Visual Studio is a new file that is a replacement of existing .sln file. The new .slnx solution format in visual studio has simple xml based format and removes all the complex content from solution file. This new .slnx file format is added in Visual Studio 2023 Preview 17.10.0 Preview 3 version. In this video, we will learn how to generate new .slnx file using Visual Studio and ho...
7 Ways to Improve the Software Developer Productivity
Просмотров 2887 месяцев назад
How to improve developer productivity? In this video I will discuss 7 ways to improve software developer productivity. This tips will help you to grow in software development career. Chaptors 00:00 Introduction 01:24 Tip 1: Learn and use your development tools really well 02:38 Tip 2: Understand the requirement 03:47 Tip 3: Learn the art of searching your issue over internet 04:40 Tip 4: Focus ...
HttpClient in Asp.Net Core Web API | HttpClient C#
Просмотров 8 тыс.9 месяцев назад
HttpClient in Asp.Net core Web API is used to call other endpoints from asp.net core applications including blazer, asp.net core mvc, asp.net core razor, asp.net core Web API, etc. In this video, we will learn 5 different ways to use the HTTP client in the asp.net core application. #httpclient #aspnetcore Join this channel to get access to perks: ruclips.net/channel/UCNDWoYjgz_7e9FeuRg5I6Qwjoin
Global Exception Handling in Asp.Net Core Web API using IExceptionHandler
Просмотров 25 тыс.10 месяцев назад
Global Exception Handling in Asp.Net Core Web API can be done using IExceptionHandler. The IExceptionHandler interface in asp.net core is a newly added concept and it is used to avoid try-catch from your asp.net core application by handling the exceptions globally. The IExceptionHandler interface in dotnet core can be used to handle the exceptions globally in all the asp.net core frameworks lik...
Entity Framework Core (EF Core) In Memory Database CRUD Operations
Просмотров 3,1 тыс.10 месяцев назад
Entity Framework Core provides an In-Memory database to work on your POCs and Test applications. This In Memory database in Ef Core provides a similar experience that we get with the actual database. You do not have to install any software to work with the In-Memory database in Entity Framework Core. This In Memory database in Ef Core can be accessed only by using a NuGet package Microsoft.Enti...
Visual Studio Endpoint Explorer 🎯
Просмотров 2,7 тыс.10 месяцев назад
Visual Studio Endpoint Explorer 🎯
How to use Dependency Injection (DI) in C# Console Application with Logging
Просмотров 3,1 тыс.10 месяцев назад
How to use Dependency Injection (DI) in C# Console Application with Logging
How to Swap Two Numbers in C# | Swap two Variables in C#
Просмотров 87911 месяцев назад
How to Swap Two Numbers in C# | Swap two Variables in C#
ExecuteUpdate and ExecuteDelete | Bulk operations in Entity Framework Core (EF Core 8)
Просмотров 1,4 тыс.11 месяцев назад
ExecuteUpdate and ExecuteDelete | Bulk operations in Entity Framework Core (EF Core 8)
Collection Expressions in C# 12 Explained!
Просмотров 1,2 тыс.Год назад
Collection Expressions in C# 12 Explained!
Primary Constructor in C# 12 Explained! 🟢 New Feature in .NET Core 8 (C#12)
Просмотров 1,4 тыс.Год назад
Primary Constructor in C# 12 Explained! 🟢 New Feature in .NET Core 8 (C#12)
Keyed Dependency Injection (DI) in dotnet core 8.0 | Register and retrieve DI using Keys
Просмотров 1,1 тыс.Год назад
Keyed Dependency Injection (DI) in dotnet core 8.0 | Register and retrieve DI using Keys
Visual Studio for Mac Retirement Announcement | Important Update for Mac Users
Просмотров 804Год назад
Visual Studio for Mac Retirement Announcement | Important Update for Mac Users
Visual Studio GUI for Entity Framework Core Commands | Migrations in Entity Framework Core
Просмотров 4,5 тыс.Год назад
Visual Studio GUI for Entity Framework Core Commands | Migrations in Entity Framework Core
Use Blazor Component in MVC! 🔥How to use Blazor Component in Asp.Net Core MVC 🚀
Просмотров 6 тыс.Год назад
Use Blazor Component in MVC! 🔥How to use Blazor Component in Asp.Net Core MVC 🚀
Built-in cli in visual studio: Developer Command line tools in Visual Studio
Просмотров 8 тыс.Год назад
Built-in cli in visual studio: Developer Command line tools in Visual Studio
Visual Studio 2022 Preview: How to Enable and Explore New Features
Просмотров 1,6 тыс.Год назад
Visual Studio 2022 Preview: How to Enable and Explore New Features
Get params from URL using inputs in Angular 16 | Enable withComponentInputBinding() in Angular 16
Просмотров 5 тыс.Год назад
Get params from URL using inputs in Angular 16 | Enable withComponentInputBinding() in Angular 16
Angular Signals: Understanding how signals in angular work and why angular signals are important ?
Просмотров 706Год назад
Angular Signals: Understanding how signals in angular work and why angular signals are important ?
Native AOT in .Net | Native AOT deployment in C#
Просмотров 3,4 тыс.Год назад
Native AOT in .Net | Native AOT deployment in C#
How to implement SAGA , and microservices
very very helpful sir. I heartful thanks sir
How to close db connections if exception raised in this approach? Generally i can close db connection in finally block...
Can u show a way to call this base address from appSettings.json file, please
im beginner and learning .net with mediatr , could u pls do another video with basic to all
Amazing Clear Content. Thank you very much your effort. Please Keep it up.
Great content and good job Nitish... Keep it up.
Thanks
I'm glad the tutorial was helpful.
Waiting for Blazor full tutorial from U. Any future plan?
I need a full course with real project multi language supporting with generate report and sending real time notification.
nice
Where did you use that MediatR library? You copied the nuget package instal command and forgot to execute it. Please enlighten me sir, I am consued.
Please watch the second part of the playlist 🙂
hahaaaa.. you actualy didnt install ubuntu.
This is using WSL not actual installation.
As always, lots of love ❤🇮🇳 We want CQRS, meditR with multiple database setups like "read DB & write DB". Please if possible in future.
Noted
Thanks you sir. ❤
Aap ki wajah se meri job lagi h thanx sir
It’s your hard work dear 🙂
Your videos is always very good sir.
Glad you like them!
I didn't get it... doesn't make sense to use Depency injection library if you actually are injecting it
Very Informative 🔥
Nice
How can we customize all these identity endpoints.
Please add claim based authorization in this series
Need frequent video........... on several areas of .Net , your content and concept is great ...Keep it up😀
Sure 😊
This is good stuff bro, thanks. What if we want to continue processing other code and not return back the exception to the controller just logging it, how do we do that.
Thanks Nitish, Well explained. Just curious how to handle exceptions in the last case scenario, but great content 👏 subscribed and will be watching your videos
Please start signalR to build chat application ....
i want to hide an id in the url how to do it ?
You can not. Alternative you can either decrypt it or send the data in header.
❤ thanks sir
Thank you Nitish. Very helpful video
Best
Thank you <3
Hello sir, Thank you for sharing your knowledge. I have doubt How migration done on production because in dev environment we run command to update Database,But What about Production environment?
Mostly using scrips using pipelines
@@nitish.kaushik any idea on how to run migration after deployment to a folder , any idea on command that we can execute with respective path
To use HttpClient is not a good practice as if you will create many requests in a short period of time.. httpclient will not dispose opened ports created by application pools. Instead use IHttpClientFactory which is more efficient and manage the ports assignement and disposing itself.
Don't you guys ever thought of the poor .NET architecture that is prone for cracking ? And that tasks more memory and exe file size ?
how to make foreign key relation with In memory db, it is not working for me
Bad Approach for handling multiple exceptions types.. app.
You can handle multiple or even all exception types in one single exception handler.
why the current method should be bool ? is it possible to assign any type ?
very concise. An excellent starting point for Github copilot with VS
The use of "if not" in the exception handlers is not a good idea as that would mean you will need to add a new check to all your handlers every time you add a new exception handler.
Very good tutorial.
if we are use Authorize attribute then How to handle Authorize exception handling?
This operation can perform on asp. Net mvc core?
Yes
Thanks for the Video, but I created WebAPI app and "Something went wrong" is NOT displaying. Its hanging at this line: httpContext.Response.StatusCode = StatusCodes.Status500InternalServerError; I found if i switched the lines and called above line BEFORE WriteAsJson() it works.
Yes, Write...() must always be the last thing to do with HttpResponse.
good
Thanks for this tutorial Nitish sir.
Thanku Nitish sir
Thaks a lot it is easy to understanding ,can you pls explain dot not feature 1 to 11
I can't see this PR1 and I have the preview version. Is it related to GitHub Copilot ??
Make sure you have the 'Pull Request Comments' enabled under Settings/Environment/Preview Features
@@ZsoltBottka i can't find this option "Microsoft Visual Studio Enterprise 2022 (64-bit) - Current Version 17.10.6"
@@ronaldwerk4007 as it was stated in the video, you need at least 17.11.0 for this feature.
Try to update once again, you can see 17.11 version