Token-based and Cookie-based Authentication

For any web application or website, controlling user access is very important. Generally, there are 2 important ways to authenticate users, they are – Token-based and Cookie-based Authentication. In this article, we will see about Token-based and Cookie-based Authentication and the basic flow. Types of Authentications   Cookie Based Authentication It is a stateful authentication … Read more

Data Protection in ASP.NET Core

In this article, we will learn about Data Protection in ASP.NET Core: what it is, why we need it and how to implement it in .NET Core-based applications. What is Data Protection? The method of applying security to any data is called data protection. Data Protection plays a very vital role especially when we move … Read more

Introduction to gRPC

For the past many years, we have been using Rest Based Communication. As we know that REST is a flexible architectural style where the client communicates with the server through HTTP. Recently, a new framework for client-server communication has been invented in the industry which we know as gRPC. What is gRPC, and how does … Read more

The Future of Mobile App Development: Top Technologies to Watch

Mobile applications have turned into an indistinguishable piece of our lives. We have a mobile application for nearly everything. A mobile application development services provider needs to consider plenty of elements to make an application fruitful on the PlayStore or Application Store. Picking the right innovation for custom mobile application development is one of them. … Read more

Java Script Array

The Array object gives you store numerous qualities access a single variable. It stores a fixed-size consecutive assortment of components of a similar type. An array is utilized to store an assortment of data, however it is in many cases more helpful to consider an array an assortment of variables of a similar type. Use … Read more

What is Swagger? Swagger with .NET Core

Swagger is the standard approach to documenting the Standard APIs. Swagger is an open-source set of rules, determinations and instruments for creating and portraying RESTful APIs.The capacity of APIs to portray their own design is the foundation of all amazingness in Swagger. It is fundamentally utilized for documenting API.Swagger is basically an asset posting of … Read more