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

How to access Office Interop Objects in...

The C# programming language includes capabilities that make working with Microsoft Office API objects easier. With the advent of named and optional arguments, introduction...

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...

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...

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...

C# Tools for Code Quality

In this C# programming tutorial, we will take a look at some of the most well-known code quality tools for C# developers, including NCrunch,...

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