- 468
- 914 442
Biswa Ranjan
India
เข้าร่วมเมื่อ 7 เม.ย. 2010
Hi,
I am Biswa Ranjan, consider myself a proud programmer and an Architect.
I have 12 years of experience in Microsoft technologies like C#, VB, ASP .NET, MVC, Restful API, .NET Core, Blazor, Machine Learning, MS SQL server. I have worked in product development as well as production support for multinational clients.
I run this channel to share my experience and knowledge with others.
Please subscribe my channel to learn more & explore more.
I also run another channel of Moto Vlogging, Please do watch and subscribe : www.youtube.com/@SunRider54
Business email- ranjan.biswa54@gmail.com
I am Biswa Ranjan, consider myself a proud programmer and an Architect.
I have 12 years of experience in Microsoft technologies like C#, VB, ASP .NET, MVC, Restful API, .NET Core, Blazor, Machine Learning, MS SQL server. I have worked in product development as well as production support for multinational clients.
I run this channel to share my experience and knowledge with others.
Please subscribe my channel to learn more & explore more.
I also run another channel of Moto Vlogging, Please do watch and subscribe : www.youtube.com/@SunRider54
Business email- ranjan.biswa54@gmail.com
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 : th-cam.com/video/PfaLY9p9FA8/w-d-xo.html
► Login API with JWT token Authentication in Asp.Net Core 6.0 Web API : th-cam.com/video/hcDjvCk47dg/w-d-xo.html
► Authentication with JWT (JSON Web Token) in Asp.Net Core 3.1 Web API : th-cam.com/video/fPNKHzz7lzY/w-d-xo.html
🗣 VISIT MY WEBSITE
► www.biswaranjan.info
#AzureDevOps #DevOps #VisualStudio
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 : th-cam.com/video/PfaLY9p9FA8/w-d-xo.html
► Login API with JWT token Authentication in Asp.Net Core 6.0 Web API : th-cam.com/video/hcDjvCk47dg/w-d-xo.html
► Authentication with JWT (JSON Web Token) in Asp.Net Core 3.1 Web API : th-cam.com/video/fPNKHzz7lzY/w-d-xo.html
🗣 VISIT MY WEBSITE
► www.biswaranjan.info
#AzureDevOps #DevOps #VisualStudio
มุมมอง: 2 358
วีดีโอ
How to use OpenAI Chat GPT to check grammar & spelling using ASP .NET Core
มุมมอง 775ปีที่แล้ว
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 : th-cam.com/video/BRLRK77t2o4/w-d-xo.html ► How to integrate ChatGPT with C# and .NET Core : th-cam.com/video/V...
Login API with JWT token Authentication in ASP .NET Core Minimal API Super Easy
มุมมอง 2.6Kปีที่แล้ว
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)
มุมมอง 7Kปีที่แล้ว
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 : th-cam.com/video...
Create your first C++ GUI Windows Form using Visual Studio 2022 (Getting started)
มุมมอง 29Kปีที่แล้ว
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
มุมมอง 776ปีที่แล้ว
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)
มุมมอง 783ปีที่แล้ว
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. : th-cam.com/video/Z9SvTexmAeA/w-d-xo.html ► Containeriz...
Building Hybrid Windows Form Blazor Server App in Visual Studio 2022 C# .NET 7 and ElectronNET.API.
มุมมอง 1.1Kปีที่แล้ว
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
มุมมอง 5Kปีที่แล้ว
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
มุมมอง 958ปีที่แล้ว
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: th-cam.com/video/JzXPZjKDFG0/w-d-xo.html ► Implement ADO .NET with ASP .NET Core 6.0: th-...
#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) : th-cam.com/video/CMF3ffQKcJY/w-d-xo.html JavaScript Tutorial ...
#JavaScript #Tutorial Part -14 (Debugging)
มุมมอง 46ปีที่แล้ว
#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) : th-cam.com/video/CMF3ffQKcJY/w-d-xo.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) : th-cam.com/video/CMF3ffQKcJY/w-d-xo.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) : th-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) : th-cam.com/video/CMF3ffQKcJY/w-d-xo.html JavaScript Tutorial Part -2 (Functions and Events) : th-cam.com/vide...
#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)
มุมมอง 20ปีที่แล้ว
#JavaScript #Tutorial Part -9 (Expressions and operators)
#JavaScript #Tutorial Part -8 (Variables, var, let, and const)
มุมมอง 14ปีที่แล้ว
#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)
มุมมอง 64ปีที่แล้ว
#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)
มุมมอง 17ปีที่แล้ว
#JavaScript #Tutorial Part -2 (Functions and Events)
#JavaScript #Tutorial Part -1 (Basics of JavaScript)
มุมมอง 133ปีที่แล้ว
#JavaScript #Tutorial Part -1 (Basics of JavaScript)
How to implement Swagger in ASP .NET Core Web API Tutorial
มุมมอง 6Kปีที่แล้ว
How to implement Swagger in ASP .NET Core Web API Tutorial
How To Use Rate Limiting In ASP.NET Core
มุมมอง 1.4Kปีที่แล้ว
How To Use Rate Limiting In ASP.NET Core
How to generate and download Excel Report in ASP .NET Core
มุมมอง 2.8Kปีที่แล้ว
How to generate and download Excel Report in ASP .NET Core
How to prevent XSS attacks in ASP .NET Core Web API
มุมมอง 5Kปีที่แล้ว
How to prevent XSS attacks in ASP .NET Core Web API
im not trying to be racist but i really dont understand any of your words
Please complete how to add GUI to my project
put the enableRatelimiting("fixed") on controller level then it will work
Thanks for this man
awesome
@mikehemilton9610 HI. When I press the create, The form is never created. I tried many times, but vs doesn`t create any MyForm.h. I searched for the problem, some people have the same problem and told this is with vs2022, mine is also 2022. I have no idea how to solve the problem.
Very good video thanks it's so helpful
can i have 1 api key thanks
please make vedio on how to send data from brower directly to printer in blazor webassembly
If i want to ask questions in visual studio using gpt api how can i do it? I want to make c++ project using gpt, and gpt should be used inside visual studio
how i can integrate this with react?
This video help me to understood the docker
Thank you for this video. Hope mine ends soon, it has been copying rows all day, more than 118 millions :'v
GREAT,can u share the code
SOURCE CODE FILE IS NOT AVAILABLE
great video , can u share the code , please
Wow
How to download a file from different server ?
How to translate doc and other file format using chatgpt in .net core. When we upload any file then how to translate that file from english to german e.g and get the translated file return
My labtop has some security if possible please send me web link which I may provide to you
Nice Explaination
Where do you leve I am in Mumbai can u give me your contact no
Vidios are good only invisibility is issue
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
It is not paid it is free
@@BiswaRanjanthanks
Good learning
Worked like a charm!
Its not taks its task
great
Nice explanation.
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?
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.
Excellent explanation
I followed everything. But I am getting a 204 status code as return and no answer for my Prompt
Have you been able to resolve it?
thanks
Good video for beginner hands on
Sir I have same question
Thanks!
Sir How can I get the origin path of selected file using .NET Core 6.0 Web API?
price
Yeah it works only on local host but when we publish our code on iis server then it did not worked
thank u boss man
Helpful Tutorial for me!!
Sir how can link api from my net Maui mobile app to enter data in excel
Great work Biswa, love you man.
Useful
Muchas gracias, muy eficiente
please make a video on oauth authentication in microservices
very nice
If you write code step by step in video i think we will understand better
😢correct only time is a consern which is the third party extention in this.
cheers mate