Open in app
Home
Notifications
Lists
Stories

Write
Ghanshyam Shukla
Ghanshyam Shukla

Home

Mar 26

Configure .Net Core Data Protection for Load Balancers

Problem I was using Cookie Authentication (without Identity), containing application deployed over multiple servers under load balancers, runs into problem that generates your authentication cookie will not get shared across servers, as by default each server generates its own Data Protection Keys which could not be shared among servers that results…

Dot Net Core

3 min read

Configure .Net Core Data Protection for Load Balancers
Configure .Net Core Data Protection for Load Balancers

Sep 19, 2021

ASP.NET Core Blazor (UI with C#) — WebAssembly

Introduction Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. Blazor allows developers to create single-page applications…

C Sharp Programming

3 min read

ASP.NET Core Blazor (UI with C#) — WebAssembly
ASP.NET Core Blazor (UI with C#) — WebAssembly

Jun 25, 2021

PDF to Editable PowerPoint — C#

Introduction In this article, I am going to explain how we can convert PDF to Editable PowerPoint which can be easy under stand & compatible. NuGet Package The package to convert PDF into Editable PowerPoint is Aspose.PDF for .NET Aspose for .NET is a modern and professional PDF API used…

C Sharp Programming

2 min read

PDF to Editable PowerPoint — C#
PDF to Editable PowerPoint — C#

Mar 21, 2021

IdentityServer4 Configuration— ASP.NET Core 3.1

Introduction IdentityServer4 is an OpenID Connect and OAuth 2.0 framework for ASP.NET Core. Features Authentication as a Service Single Sign-on / Sign-out Access Control for APIs Installation Add ASP.NET Core 3.1 project and install the IdentityServer4 through Package Manager Console or NuGet PM> Install-Package IdentityServer4 -Version 4.1.1 Startup.cs In the…

Dot Net Core

3 min read

IdentityServer4 Configuration— ASP.NET Core 3.1
IdentityServer4 Configuration— ASP.NET Core 3.1

Dec 19, 2020

Hangfire Background Recurring Jobs — Console Application

Hangfire is an open-source framework that helps you to create, process and manage your background jobs, i.e. operations you don’t want to put in your request processing pipeline: https://www.hangfire.io/ Hangfire supports all kind of background tasks — short-running and long-running, CPU intensive and I/O intensive, one shot and recurrent. …

Hangfire

3 min read

Hangfire Background Recurring Jobs — Console Application
Hangfire Background Recurring Jobs — Console Application

Dec 19, 2020

Hangfire Background Delayed Jobs — Console Application

In one of my previous article, I wrote about Hangfire Recurring Job. In this article, I am going to explain the working of Hangfire Delayed Jobs Hangfire is an open-source framework that helps you to create, process and manage your background jobs, i.e. …

Hangfire

3 min read

Hangfire Background Delayed Jobs — Console Application
Hangfire Background Delayed Jobs — Console Application

Sep 7, 2020

Embed Zoom Meetings in Angular Application

The Zoom App Marketplace is an open platform that allows third-party developers to build applications and integrations upon Zoom’s video-first unified communications platform. Leverage APIs, Webhooks and SDKs to build custom applications and super-power your business with a powerful collaboration suite. Zoom Client SDKs allow new and existing applications to…

Angular

5 min read

Embed Zoom Meetings in Angular Application
Embed Zoom Meetings in Angular Application

May 3, 2020

Basics of Ansible in DevOps

In this article, I am going to present brief introduction about Ansible & its usage in DevOps. I will also explain its architecture and some advantages. Here we go….. Ansible and its Advantages Ansible is an open source IT Configuration Management, Deployment & Orchestration tool. It can also do IT…

Dev Ops

4 min read

Ansible in DevOps
Ansible in DevOps

Sep 27, 2019

Angular Pipes: Custom Pipe — An API Call

Introduction Angular pipes, a way to write display-value transformations that you can declare in your HTML. A pipe takes in data as input and transforms it to a desired output. Angular comes with a stock of in-built pipes such as date | uppercase | lowercase | currency | percent etc. <h1>Today…

Angular

2 min read

Angular Pipes: Custom Pipe — An API Call
Angular Pipes: Custom Pipe — An API Call

Jun 27, 2019

Implementation of SignalR in Asp.Net (Backend part)

In my previous article I already talked about receiving Signal R messages from Server using Angular 5 application. Here is the Link In this small article I’ll walk you through how implement Signal R & set up notification messages on the Server side (Asp.Net Web API 2.0). ASP.Net application To…

Signalr

2 min read

Implementation of SignalR in Asp.Net (Backend part)
Implementation of SignalR in Asp.Net (Backend part)
Ghanshyam Shukla

Ghanshyam Shukla

Consultant — Software Development

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable