Biswa Ranjan
Biswa Ranjan
  • 468
  • 884 533
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 : ua-cam.com/video/PfaLY9p9FA8/v-deo.html
► Login API with JWT token Authentication in Asp.Net Core 6.0 Web API : ua-cam.com/video/hcDjvCk47dg/v-deo.html
► Authentication with JWT (JSON Web Token) in Asp.Net Core 3.1 Web API : ua-cam.com/video/fPNKHzz7lzY/v-deo.html
🗣 VISIT MY WEBSITE
► www.biswaranjan.info
#AzureDevOps #DevOps #VisualStudio
Переглядів: 1 798

Відео

How to use OpenAI Chat GPT to check grammar & spelling using ASP .NET Core
Переглядів 72211 місяців тому
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 : ua-cam.com/video/BRLRK77t2o4/v-deo.html ► How to integrate ChatGPT with C# and .NET Core : ua-cam.com/video/Vc...
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 : ua-cam.com/video...
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
Переглядів 709Рік тому
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)
Переглядів 721Рік тому
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. : ua-cam.com/video/Z9SvTexmAeA/v-deo.html ► Containerizi...
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
Переглядів 5 тис.Рік тому
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
Переглядів 847Рік тому
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: ua-cam.com/video/JzXPZjKDFG0/v-deo.html ► Implement ADO .NET with ASP .NET Core 6.0: ua-c...
#JavaScript #Tutorial Part -15 (Best Practice)
Переглядів 35Рік тому
#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) : ua-cam.com/video/CMF3ffQKcJY/v-deo.html JavaScript Tutorial P...
#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) : ua-cam.com/video/CMF3ffQKcJY/v-deo.html JavaScript Tutorial Part ...
#JavaScript #Tutorial Part -13 (JSON Object)
Переглядів 24Рік тому
#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) : ua-cam.com/video/CMF3ffQKcJY/v-deo.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) : ua-cam.com/video/CMF...
#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) : ua-cam.com/video/CMF3ffQKcJY/v-deo.html JavaScript Tutorial Part -2 (Functions and Events) : ua-cam.com/video...
#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)
Переглядів 16Рік тому
#JavaScript #Tutorial Part -2 (Functions and Events)
#JavaScript #Tutorial Part -1 (Basics of JavaScript)
Переглядів 130Рік тому
#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,3 тис.Рік тому
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,8 тис.Рік тому
How to prevent XSS attacks in ASP .NET Core Web API

КОМЕНТАРІ

  • @maheshm1225
    @maheshm1225 4 дні тому

    My labtop has some security if possible please send me web link which I may provide to you

  • @HasanAkaRyu
    @HasanAkaRyu 6 днів тому

    Nice Explaination

  • @maheshm1225
    @maheshm1225 6 днів тому

    Where do you leve I am in Mumbai can u give me your contact no

  • @maheshm1225
    @maheshm1225 7 днів тому

    Vidios are good only invisibility is issue

  • @maheshm1225
    @maheshm1225 10 днів тому

    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

  • @maheshm1225
    @maheshm1225 13 днів тому

    Good learning

  • @mjpthetrucker9485
    @mjpthetrucker9485 17 днів тому

    Worked like a charm!

  • @prasad.kenkre
    @prasad.kenkre 25 днів тому

    Its not taks its task

  • @justAbnormal462
    @justAbnormal462 27 днів тому

    great

  • @venkateshdoijode942
    @venkateshdoijode942 Місяць тому

    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 2 місяці тому

    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

  • @Drunkenstien
    @Drunkenstien 2 місяці тому

    please make a video on oauth authentication in microservices

  • @Drunkenstien
    @Drunkenstien 2 місяці тому

    very nice

  • @apanaCodehub
    @apanaCodehub 2 місяці тому

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

    • @maheshm1225
      @maheshm1225 12 днів тому

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

  • @hughmungus5529
    @hughmungus5529 3 місяці тому

    cheers mate

  • @verushkan
    @verushkan 3 місяці тому

    Thanks

  • @pradm777
    @pradm777 3 місяці тому

    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 4 місяці тому

    Thank you

  • @mehmetsekmen5063
    @mehmetsekmen5063 4 місяці тому

    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 5 місяців тому

    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 5 місяців тому

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