Biswa Ranjan
Biswa Ranjan
  • Видео 468
  • Просмотров 879 686
How to push the code to Azure DevOps Repository in 5 minutes | #AzureDevOps #DevOps #VisualStudio
Learn how to push Visual Studio project to Azure DevOps Repo.
By hosting your code in an Azure Repos Git repository, you may share your Visual Studio solution with others.
Git or GitHub repositories for Azure Repos can be managed using Visual Studio. In This video instructions
demonstrates how to push your Visual Studio project into Azure DevOps.
More videos:
► Implement Login API with JWT token Authentication in Asp.Net Core 7.0 Web API : ruclips.net/video/PfaLY9p9FA8/видео.html
► Login API with JWT token Authentication in Asp.Net Core 6.0 Web API : ruclips.net/video/hcDjvCk47dg/видео.html
► Authentication with JWT (JSON Web Token) in Asp.Net Core 3.1 Web API : ruclips.net/video/fPNKHzz7lzY/ви...
Просмотров: 1 746

Видео

How to use OpenAI Chat GPT to check grammar & spelling using ASP .NET Core
Просмотров 70111 месяцев назад
In this video, I'll show you How to use OpenAI Chat GPT to check grammar & spelling using ASP .NET Core. ► Download Source Code from: drive.google.com/file/d/1i4jkQPfJNhpkVl6eNFczYQWoBWNxTbVx/view?usp=sharing More Video on ChatGPT ► How To earn Money With Chat GPT, Earn money with AI : ruclips.net/video/BRLRK77t2o4/видео.html ► How to integrate ChatGPT with C# and .NET Core : ruclips.net/video/...
Login API with JWT token Authentication in ASP .NET Core Minimal API Super Easy
Просмотров 2,5 тыс.11 месяцев назад
Generating JWT token is super easy now. With just 8 command and 2 lines of code it can acomplished. A JSON Web Token(JWT) is JSON Object which is used to securely transfer information over the web(between two parties). It can be used for an authentication system and can also be used for information exchange. The token is mainly composed of header, payload, signature. These three parts are separ...
Connect to SQL Server using C++ GUI Windows Form in Visual Studio 2022 (C++ Database Connection)
Просмотров 6 тыс.11 месяцев назад
In this session, we will see how we can easily connect to SQL Server C GUI windows form application using Visual Studio 2022. For this you installed visual studio C Windows develop module. ► Download Source Code from: drive.google.com/file/d/1m-1l2aiajrqfq9TsSwZONaJUG3a95SEm/view?usp=drivesdk Recomended Tutorial: ► Create your first C GUI Windows Form using Visual Studio 2022 : ruclips.net/vide...
Create your first C++ GUI Windows Form using Visual Studio 2022 (Getting started)
Просмотров 23 тыс.11 месяцев назад
In this session, we will see how we can easily create a C GUI windows form application using Visual Studio 2022. For this you installed visual studio C Windows develop module. C Windows Forms (WinForms) App in Visual Studio 2022 Windows Forms (WinForms) is a UI framework for building windows desktop apps. It provides one of the productive ways to create desktop apps based on the visual designer...
Implement HTML Reports in .NET Core Windows form application
Просмотров 69711 месяцев назад
Implement HTML Reports in .NET Core Windows form application. In this video session, We will see, How implemente HTML reports in .NET Core Windows Form application. Download the Source Code from : shorturl.at/beoPR #Reportings #HTMLReports #WindowsForm
SQLite and Entity Framework Core in Blazor (Create Database & table, Insert & Select Operation)
Просмотров 71511 месяцев назад
In this video I am demonstrating how to implement SQLite using EF Core in Blazor Server App. Here I am creating Database, Table with code first approach. Then doing insert and select operation. Download Source code:t.ly/G9zIZ More Videos: ► Building Hybrid Windows Form Blazor Server App in Visual Studio 2022 C# .Net 7 and ElectronNET.API. : ruclips.net/video/Z9SvTexmAeA/видео.html ► Containeriz...
Building Hybrid Windows Form Blazor Server App in Visual Studio 2022 C# .NET 7 and ElectronNET.API.
Просмотров 1 тыс.Год назад
Please Subscribe to my new channel: www.youtube.com/@SunRider54/videos Hi Viewers In this session I am demonstrating Developing windows form application using Blazor App with visual studio 2022 and .Net7 and ElectronNET.API. Below are the command to create and configure Blazor Server Electron App. mkdir blazor-electron-demo cd blazor-electron-demo dotnet new blazorserver no-https dotnet add pac...
How to implement Entity Framework Core and Stored procedure CRUD Operation in ASP.NET Core
Просмотров 4,9 тыс.Год назад
In this session, I am demonstrating the implementation on Entity Framework Core using Stored Procedure in ASP.NET Core REST API. With Single API End point, Single Stored Procedure, minimal line of Code. ► Download the Source Code from : drive.google.com/file/d/1_MGGk1Ued8lilhHwyr6xgMTKT93VNAuB/view?usp=sharing More Videos: ► How to Implement ADO .NET CRUD Operation with .NET Core using Stored P...
How to Implement ADO .NET CRUD Operation with .NET Core using Stored Procedure
Просмотров 838Год назад
In this session I cover complete CRUD operation using ADO .NET and .NET Core using SQL Stored Procedure. In this session, I am demonstrating a Single API end point, a Single stored procedure to do all the task. ► Download the Source Code from : shorturl.at/imoW3 ► Implement ADO .NET with ASP .NET Core 7.0: ruclips.net/video/JzXPZjKDFG0/видео.html ► Implement ADO .NET with ASP .NET Core 6.0: ruc...
#JavaScript #Tutorial Part -15 (Best Practice)
Просмотров 34Год назад
#JavaScript #Tutorial Part -15 (Best Practice) Often, when programming code contains errors, nothing will happen. There are no error messages, and you will get no indications where to search for errors. Searching for (and fixing) errors in programming code is called code debugging. JavaScript Tutorial Part -1 (Basics of JavaScript) : ruclips.net/video/CMF3ffQKcJY/видео.html JavaScript Tutorial ...
#JavaScript #Tutorial Part -14 (Debugging)
Просмотров 45Год назад
#JavaScript #Tutorial Part -14 (Debugging) Often, when programming code contains errors, nothing will happen. There are no error messages, and you will get no indications where to search for errors. Searching for (and fixing) errors in programming code is called code debugging. JavaScript Tutorial Part -1 (Basics of JavaScript) : ruclips.net/video/CMF3ffQKcJY/видео.html JavaScript Tutorial Part...
#JavaScript #Tutorial Part -13 (JSON Object)
Просмотров 23Год назад
#JavaScript #Tutorial Part -13 (JSON Object) JSON stands for JavaScript Object Notation. The JSON syntax is derived from JavaScript object notation syntax, but the JSON format is text only. Code for reading and generating JSON data can be written in any programming language JavaScript Tutorial Part -1 (Basics of JavaScript) : ruclips.net/video/CMF3ffQKcJY/видео.html JavaScript Tutorial Part -2 ...
#JavaScript #Tutorial Part -12 (Classes)
Просмотров 26Год назад
#JavaScript #Tutorial Part -12 (Classes) ECMAScript 2015, also known as ES6, introduced JavaScript Classes. JavaScript Classes are templates for JavaScript Objects. A JavaScript class is not an object. It is a template for JavaScript objects. Use the keyword class to create a class. Always add a method named constructor() JavaScript Tutorial Part -1 (Basics of JavaScript) : ruclips.net/video/CM...
#JavaScript #Tutorial Part -11 (Understanding Arrays)
Просмотров 10Год назад
#JavaScript #Tutorial Part -11 (Understanding Arrays) An array is a special variable, which can hold more than one value. An array can hold many values under a single name, and you can access the values by referring to an index number JavaScript Tutorial Part -1 (Basics of JavaScript) : ruclips.net/video/CMF3ffQKcJY/видео.html JavaScript Tutorial Part -2 (Functions and Events) : ruclips.net/vid...
#JavaScript #Tutorial Part -10 (Exception Handling Try,Catch, and Finally)
Просмотров 52Год назад
#JavaScript #Tutorial Part -10 (Exception Handling Try,Catch, and Finally)
#JavaScript #Tutorial Part -9 (Expressions and operators)
Просмотров 18Год назад
#JavaScript #Tutorial Part -9 (Expressions and operators)
#JavaScript #Tutorial Part -8 (Variables, var, let, and const)
Просмотров 13Год назад
#JavaScript #Tutorial Part -8 (Variables, var, let, and const)
#JavaScript #Tutorial Part -7 (Loop Statement)
Просмотров 34Год назад
#JavaScript #Tutorial Part -7 (Loop Statement)
#JavaScript #Tutorial Part -6 (If, Else & Switch Case, Conditional Statement)
Просмотров 15Год назад
#JavaScript #Tutorial Part -6 (If, Else & Switch Case, Conditional Statement)
#JavaScript #Tutorial Part -5 (DOM Methods)
Просмотров 62Год назад
#JavaScript #Tutorial Part -5 (DOM Methods)
#JavaScript #Tutorial Part -4 (Message Box/ Pop Up Box)
Просмотров 16Год назад
#JavaScript #Tutorial Part -4 (Message Box/ Pop Up Box)
#JavaScript #Tutorial Part -3 (Different Events of HTML Elements)
Просмотров 28Год назад
#JavaScript #Tutorial Part -3 (Different Events of HTML Elements)
#JavaScript #Tutorial Part -2 (Functions and Events)
Просмотров 15Год назад
#JavaScript #Tutorial Part -2 (Functions and Events)
#JavaScript #Tutorial Part -1 (Basics of JavaScript)
Просмотров 128Год назад
#JavaScript #Tutorial Part -1 (Basics of JavaScript)
How to implement Swagger in ASP .NET Core Web API Tutorial
Просмотров 5 тыс.Год назад
How to implement Swagger in ASP .NET Core Web API Tutorial
How to upload Big file in .NET Core
Просмотров 2,4 тыс.Год назад
How to upload Big file in .NET Core
How To Use Rate Limiting In ASP.NET Core
Просмотров 1,2 тыс.Год назад
How To Use Rate Limiting In ASP.NET Core
How to generate and download Excel Report in ASP .NET Core
Просмотров 2,5 тыс.Год назад
How to generate and download Excel Report in ASP .NET Core
How to prevent XSS attacks in ASP .NET Core Web API
Просмотров 4,7 тыс.Год назад
How to prevent XSS attacks in ASP .NET Core Web API

Комментарии

  • @maheshm1225
    @maheshm1225 День назад

    I am working in company as my sir said it is paid verson I think it comes in pakege with Microsoft no need to pay anything if we are using vs 2022

    • @BiswaRanjan
      @BiswaRanjan 20 часов назад

      It is not paid it is free

  • @maheshm1225
    @maheshm1225 4 дня назад

    Good learning

  • @mjpthetrucker9485
    @mjpthetrucker9485 9 дней назад

    Worked like a charm!

  • @prasad.kenkre
    @prasad.kenkre 16 дней назад

    Its not taks its task

  • @justAbnormal462
    @justAbnormal462 18 дней назад

    great

  • @venkateshdoijode942
    @venkateshdoijode942 28 дней назад

    Nice explanation.

  • @HoaLe-jd3op
    @HoaLe-jd3op Месяц назад

    Hello sir, I just used Winform app project with .net core, but i feel it so lag when i used many features. You know how to reduce lag for application?

  • @MrShahidalik
    @MrShahidalik Месяц назад

    You kept adding code, without explaining why such a bunch of code is needed. It would increase your reach and beginners would benefit. Not asking by line explanation, but what major bunch of code does, that would help a lot. However , thank you.

  • @pardhasaradhi0076
    @pardhasaradhi0076 Месяц назад

    Excellent explanation

  • @anasmalik3633
    @anasmalik3633 Месяц назад

    I followed everything. But I am getting a 204 status code as return and no answer for my Prompt

  • @shabanelmogy7912
    @shabanelmogy7912 Месяц назад

    thanks

  • @rakeshjadhav80
    @rakeshjadhav80 Месяц назад

    Good video for beginner hands on

  • @aadilmalik7313
    @aadilmalik7313 Месяц назад

    Sir I have same question

  • @АттиллаГунн
    @АттиллаГунн Месяц назад

    Thanks!

  • @0M3L863
    @0M3L863 Месяц назад

    Sir How can I get the origin path of selected file using .NET Core 6.0 Web API?

  • @sarbajitnahak3455
    @sarbajitnahak3455 Месяц назад

    price

  • @mohammadsamim9794
    @mohammadsamim9794 Месяц назад

    Yeah it works only on local host but when we publish our code on iis server then it did not worked

  • @pt_trainer9244
    @pt_trainer9244 2 месяца назад

    thank u boss man

  • @SaurabhPatil-b9j
    @SaurabhPatil-b9j 2 месяца назад

    Helpful Tutorial for me!!

  • @kailashsoni676
    @kailashsoni676 2 месяца назад

    Sir how can link api from my net Maui mobile app to enter data in excel

  • @iPushprajMishra
    @iPushprajMishra 2 месяца назад

    Great work Biswa, love you man.

  • @mdiqbalhossain8844
    @mdiqbalhossain8844 2 месяца назад

    Useful

  • @jonathanvargas9856
    @jonathanvargas9856 2 месяца назад

    Muchas gracias, muy eficiente

  • @MelodiousMusic2458
    @MelodiousMusic2458 2 месяца назад

    please make a video on oauth authentication in microservices

  • @MelodiousMusic2458
    @MelodiousMusic2458 2 месяца назад

    very nice

  • @apanaCodehub
    @apanaCodehub 2 месяца назад

    If you write code step by step in video i think we will understand better

    • @maheshm1225
      @maheshm1225 4 дня назад

      😢correct only time is a consern which is the third party extention in this.

  • @hughmungus5529
    @hughmungus5529 2 месяца назад

    cheers mate

  • @verushkan
    @verushkan 2 месяца назад

    Thanks

  • @pradm777
    @pradm777 2 месяца назад

    how i can publish as application under default websit not as site do you have sample

  • @pawansharma-sp4uz
    @pawansharma-sp4uz 3 месяца назад

    Great excellent work 👍👍👍

  • @pradm777
    @pradm777 3 месяца назад

    Hi bro try Arabic also that will great change left right and right left

  • @sinarezaei-h8t
    @sinarezaei-h8t 3 месяца назад

    tanks

  • @JulieClauson-k5r
    @JulieClauson-k5r 3 месяца назад

    I'm not using an API. I'm trying to do this from a Core 6 MVC app. I've gotten to the point of creating the excel file in the app directory, now I need to automatically download it to the users pc. I've researched this and tried epplus, closedxml, etc. all say they will download the file but none do. can you point me in a direction to auto download the excel file to user's pc preferably without using a nuget package in order to do so? I don't need you to hold my hand just point me in a direction. I'm stumped. Thank you so very much in advance.

  • @evgeniilewicki5874
    @evgeniilewicki5874 3 месяца назад

    This is certainly cool when you have one microservice. But when there are many of them? Write everything in one ocelot file? Wouldn't it be too much with 20 microservices? Can you show me how to deal with this? Or is this something you can’t do?

  • @marthamenash5778
    @marthamenash5778 3 месяца назад

    After struggling for all day long on an error, this tutorial didn't say any errors but solved my error

  • @MSGOWRI
    @MSGOWRI 3 месяца назад

    Thank you

  • @mehmetsekmen5063
    @mehmetsekmen5063 3 месяца назад

    Can you share the current download link?

  • @twinklegupta2448
    @twinklegupta2448 4 месяца назад

    Hi can I have any sample of chat using own data in dotnet

  • @vkeychaudhari
    @vkeychaudhari 4 месяца назад

    Can you share the source code?

  • @manojbp07
    @manojbp07 4 месяца назад

    Which ai did you use to generate this?

  • @dawnschwab4201
    @dawnschwab4201 4 месяца назад

    Perfect! Had to upgrade to manifest code but worked, thanks!

  • @nguyenthanhphong5513
    @nguyenthanhphong5513 4 месяца назад

    Thank you so much, I have already resolved my problem.

  • @nanda-tn2po
    @nanda-tn2po 4 месяца назад

    good explanation and deo. thank you

  • @natsuki1378
    @natsuki1378 4 месяца назад

    omg! im japanese. your contents is sooo epic! thank you!

  • @mikehemilton9610
    @mikehemilton9610 4 месяца назад

    Thanks god I found your video, it seemed like the whole internet couldn't answer on this simple problem of using the form in the actual entry point

  • @omkale6541
    @omkale6541 4 месяца назад

    Great to hear sir, Kindly create few videos like email sentiment analysis using Azure openAI and .net core

  • @dhirenpathak
    @dhirenpathak 4 месяца назад

    Please one videos CRUD using web api in maui Blazor hybrid app

  • @mohamedtahabouhamidi9478
    @mohamedtahabouhamidi9478 5 месяцев назад

    thanks man

  • @Md.RakibHasan-z4p
    @Md.RakibHasan-z4p 5 месяцев назад

    Good to Understand. Thanks

  • @ahmedifhaam7266
    @ahmedifhaam7266 5 месяцев назад

    Subscriped, it would have been nice if you explained what XSLT is etc, also you talk really slow, but its okay, I watch in 1.5x speed, but before you upload in editing perhaps you could increase the speed a bit. So which one do you use, Quartz or Hangfire? and don't use Automapper, its really slow, use something like Mapperly that uses source generation.