.NET Articles of December – Week #3

This is a weekly aggregation of the latest and most useful .NET articles and blog posts that have been forged and published by the .NET …

.NET Articles of December Week #2

This is a weekly aggregation of the latest and most useful .NET articles and blog posts that have been forged and published by the .NET …

Curated .NET Developers and Blogs to Follow in 2021

Whether you are planning to learn .NET from scratch or you are already a .NET developer but you want to expand your knowledge in one …

Your Guide to Learn ASP.NET Core Web API

In this article we will mainly focus on a guide for you to learn ASP.NET Core Web API, knowledge in writing solid and secure Web …

Migrate ASP.NET Core Web API Project from 3.1 to 5

It is very easy and straightforward to migrate ASP.NET Core Web API Project from 3.1 to 5. In this tutorial we will be migrating the …

What3words: A Technological Revolution in the Addresses Universe

What3words is a new revolutionary concept in the vast universe of addresses, where you can tell an address of any given 3×3 square meter zone with …

7 Tips to Improve your Remote Working Productivity

In these hard times, the whole world has been disrupted and the usual work routine has been changed. every work-related subject that we used to …

How to Get Accepted in Google AdSense

I want to share with you my experience in applying my blog, codingsonata.com, to Google AdSense and successfully getting it accepted in the ad program. …

.NET / C#

How to Dump Object for Debugging Purposes in C#?

Explaining 3 ways to dump object in c# , including the Object Dumper, Json Serializer and Yaml Serializer

SQL

SQL Joins

Having trouble understanding SQL joins? Then you are in the right place. Let me try to demystify this key topic for you. SQL Joins is …