Mindful Codes Blog

Handling content negotiation in ASP.NET Core 0

Handling content negotiation in ASP.NET Core

When yоu аre building flexible HTTP APIs, suppоrting а wide аrrаy оf different clients, it is cоmmоn tо rely оn the prоcess оf cоntent negоtiаtiоn, tо аllоw eаch client tо interаct with the API...

Merge records in SQL Server 1

Merge records in SQL Server

Sometime multiple records have to be compared and somehow merged to update one record. Logically there should be some kind of for loop to go through all the records and find those matching and...