91 Articles Written

Joydip Kanjilal

A Microsoft Most Valuable Professional in ASP.NET, Speaker, and Author of several books and articles. More than 25 years of experience in IT with more than 18 years in Microsoft .NET and its related technologies. He was selected as a Community Credit Winner at http://www.community-credit.com several times. He has authored 8 books and more than 500 articles in some of the most reputed sites worldwide including MSDN, Info World, CodeMag, Tech Beacon, Tech Target, Developer, CodeGuru, and more.

Popular by Author

Working With Cookies in ASP.NET 6 Core

The term cookie refers to a piece of data that is saved on the computer of a user and is generally used to record...

How to Work with Serilog in C#...

Logging is imperative to monitor, track, and analyze performance in applications. However, querying the log data becomes extremely difficult if your log file contains...

Implementing Basic Authentication in ASP.NET 6

Basic authentication, as the name suggests, is the simplest authentication technique of validating a user’s credentials. This programming tutorial talks about basic authentication and...

Best Practices in Microservices Versioning

This article discusses what versioning is all about, why versioning in microservices is essential, the types of versioning strategies in microservices-based applications, and the...

How to Deploy ASP.NET Applications in Docker

A container is defined as a piece of software that comprises the code and dependencies required for an application to run inside its own...

Similar Articles

Overview of Access Modifiers in C#

An access modifier in C# is a keyword used to indicate whether a member of a class can be...

An Overview of Properties in C#

Properties are an important feature of C# and object oriented programming (OOP) that enables developers to encapsulate and manage...

An Overview of C# Encapsulation

Encapsulation is one of the striking features of object-oriented programming (OOP) that enables programmers to hide the internal details...

Top Code Refactoring Tools for C# Developers

Code refactoring can help improve the quality, flexibility, and efficiency of your application's code while reducing the technical debt....

Top Dependency Management Tools for C# Developer

Dependency management is a technique used to control the dependencies between software components in a system. With the ever-evolving...

Best Versioning Software for C# Developers

Versioning is a process that enables developers to create and manage different versions of the same piece of software....

News & Trends