Joydip Kanjilal
How to use File Providers in ASP.Net Core
Featured
September 24, 2018
How to use File Providers in ASP.Net Core
File Providers in ASP.Net Core provide a layer of abstraction on the file system, allowing us to easily obtain file…
How to use Dapper in ASP.Net Core
Featured
September 17, 2018
How to use Dapper in ASP.Net Core
Dapper is an open source, lightweight “micro ORM” that supports many databases including SQL Server, MySQL, SQLite, SQL CE, and…
How to use the proxy design pattern in .Net
Featured
September 10, 2018
How to use the proxy design pattern in .Net
Design patterns are used to solve the recurring problems and complexities in designing software applications. The Gang of Four design…
How to use NLog in ASP.Net Core
Featured
September 3, 2018
How to use NLog in ASP.Net Core
NLog is a free, open-source, and easy-to-use logging framework that supports .Net Core and ASP.Net Core as well as the…
How to work with Azure file storage in C#
Featured
August 27, 2018
How to work with Azure file storage in C#
Microsoft’s Azure cloud computing platform provides interoperable cloud computing services that are comprised of both open source and standards-based technologies.…
How to work with Azure Logic Apps in .Net
Featured
August 20, 2018
How to work with Azure Logic Apps in .Net
Automation of business processes and workflows is of paramount importance in today’s enterprises. With the increase in demand for cloud…
How to work with threads in C#
Featured
August 13, 2018
How to work with threads in C#
A thread is the smallest unit of execution within a process. Multithreading is the ability to have multiple threads in…
How to use JWT tokens in ASP.Net Core 2
Featured
August 6, 2018
How to use JWT tokens in ASP.Net Core 2
ASP.Net Core is an open source, cross-platform, lean, and modular framework for building high-performance web applications. Unlike earlier versions of…
How to implement HTTP.sys web server in ASP.Net Core
Featured
July 30, 2018
How to implement HTTP.sys web server in ASP.Net Core
ASP.Net Core is an open source, cross-platform, lean, and modular framework for building high-performance web applications. Kestrel is a cross-platform…
How to use Azure Blob storage in ASP.Net Core
Featured
July 23, 2018
How to use Azure Blob storage in ASP.Net Core
It’s easy to take advantage of Microsoft Azure cloud resources in ASP.Net Core, Microsoft’s cross-platform, lean, and modular framework for…
Understand parameter binding in ASP.Net Web API
Featured
July 16, 2018
Understand parameter binding in ASP.Net Web API
ASP.Net Web API is a lightweight framework that can be used for building RESTful HTTP services. When working with controller…
How to use policy-based authorization in ASP.Net Core
Featured
July 9, 2018
How to use policy-based authorization in ASP.Net Core
If you have experience building ASP.Net applications, you are undoubtedly familiar with role-based authorization. In ASP.Net Core – Microsoft’s lean…
How to work with Azure WebJobs in C#
Featured
July 2, 2018
How to work with Azure WebJobs in C#
Azure WebJobs give you an easy way to schedule and execute background tasks in Microsoft Azure. The Azure WebJobs SDK…
How to use the chain of responsibility design pattern in C#
Featured
June 25, 2018
How to use the chain of responsibility design pattern in C#
Design patterns are solutions to common problems and complexities in software design. As we have discussed here before, they are…
How to work with Azure Functions in C#
Featured
June 18, 2018
How to work with Azure Functions in C#
Azure Functions is the serverless compute offering in the Microsoft Azure cloud. Essentially, you don’t even need a virtual machine…