Open in app

Sign in

Write

Sign in

Pritomsarkar
Pritomsarkar

123 Followers

Home

About

Published in

C# Programming

·Pinned

Basic Multitenant Application With ASP.NET Core

A step-by-step guide on how to implement a Multitatent architecture using .NET Core. — Overview A multi-tenant application is adept at serving multiple tenants the same code base. Multi-Tenant Architecture generally means a single site that services two or more domains. so here a domain is an address where Internet users can access the website. Prerequisites I expect you to have knowledge of object-oriented…

C Sharp Programming

4 min read

Basic Multitenant Application With ASP.NET Core
Basic Multitenant Application With ASP.NET Core
C Sharp Programming

4 min read


Sep 10

A Journey into Time Complexity Analysis.

Unlocking the secrets to crafting efficient algorithms for any programming task. — Overview The efficiency of algorithms is important to be a better programmer. usually, it’s easy to design an algorithm but the real challenge is to make it more efficient and should be noted how fast it will work. The time complexity of an algorithm estimates how much time will be…

Time Complexity

5 min read

A Journey into Time Complexity Analysis.
A Journey into Time Complexity Analysis.
Time Complexity

5 min read


Published in

C# Programming

·Oct 31, 2021

Payment Gateway Integration With ASP.NET Core

A step-by-step guide on how to implement payment gateways in ASP.NET Core apps using popular payment services: Braintree. — Overview A payment gateway is an e-commerce software that authorizes payment for online merchants. it’s consumer-facing interfaces used to collect payments. the online stores, the payment gateways are the checkout portals used to enter the credit card information.

C Sharp Programming

4 min read

Payment Gateway Integration With ASP.NET Core
Payment Gateway Integration With ASP.NET Core
C Sharp Programming

4 min read


Published in

C# Programming

·Jul 10, 2021

Unit Testing In ASP.NET Core Web API

Step by step implementation of ASP.NET Core web API Unit testing using xUnit. — Overview A unit test is a code you can write to test your application code. Your web application will not have any knowledge of your test project, but your test project will need to have a dependency on the app project that it’s testing. So having your code well-tested helps…

C Sharp Programming

6 min read

Unit Testing In ASP.NET Core Web API
Unit Testing In ASP.NET Core Web API
C Sharp Programming

6 min read


Published in

C# Programming

·Jul 7, 2021

Jwt Authentication In ASP.NET Core Web API

A Step by Step guide how to implementation Login, Register and token based authentication process. — Overview It is an open standard that allows transmitting data between parties as a JSON object in a secure and compact way. The data transmitting using JWT between parties is digitally signed so that it can be easily verified and trusted. There are various ways to Authenticate ASP.NET Core API…

Aspnetcore

7 min read

Jwt Authentication In ASP.NET Core Web API
Jwt Authentication In ASP.NET Core Web API
Aspnetcore

7 min read


Published in

C# Programming

·May 13, 2021

Send Email Using ASP.NET Core

Process Of Send Email With The Attachment Using ASP.NET Core. — Overview In this article, you will see how to send an email in ASP.NET Core using the MailKit email client library. Prerequisites I expect you to have knowledge of object-oriented programming concepts in C#. I assume you know .NET Core concepts especially the MVC pattern also. To code along with…

3 min read

Send Email Using ASP.NET Core
Send Email Using ASP.NET Core

3 min read


Published in

C# Programming

·May 11, 2021

ASP.NET Core Google Authentication

Process of Sign In With Google In The ASP.NET Core Application. — Overview You see, nowadays many people have accounts already created with third-party applications like Microsoft, Google, Facebook, Twitter, etc. We actually trust these third-party applications and use them to authenticate and identify who the user is. So for that, these third-party applications are called trusted identity providers.

Aspnetcore

9 min read

ASP.NET Core Google Authentication
ASP.NET Core Google Authentication
Aspnetcore

9 min read


May 7, 2021

ASP.NET Core Identity

Step By Step Implementation Of Register, Login, and Logout. — Overview ASP.NET Core Identity is a membership system. It allows us to create, read, update and delete user accounts. Supports account confirmation, authentication, authorization, password recovery, etc. It also supports external login providers like Microsoft, Facebook, Google, etc. I will discuss the external login providers in my upcoming article.

Aspnetcore

6 min read

ASP.NET Core Identity
ASP.NET Core Identity
Aspnetcore

6 min read


Published in

C# Programming

·May 2, 2021

Angular And ASP.NET Core Project Setup Using Visual Studio Code

Environment setup process Angular and ASP.NET Core project combinedly. — At first, I created a new folder for my project, after created go to this folder and type cmd in above, and press Enter. then you will find a command prompt like the below picture.

Angular

3 min read

Angular And ASP.NET Core Project Setup Using Visual Studio Code
Angular And ASP.NET Core Project Setup Using Visual Studio Code
Angular

3 min read

Pritomsarkar

Pritomsarkar

123 Followers
Following
  • Crack FAANG

    Crack FAANG

  • Sena Kılıçarslan

    Sena Kılıçarslan

  • Changhui Xu

    Changhui Xu

  • Pankaj Bhowmik

    Pankaj Bhowmik

  • Stephanie Manwaring

    Stephanie Manwaring

See all (12)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams