Author: pakzad

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

Step-back while debugging with IntelliTrace in Visual Studio 2017 0

Step-back while debugging with IntelliTrace in Visual Studio 2017

The recent updates of Visual Studio 2017 (version 15.5 Preview) comprise with several sets of new features and improvements. Once of such great enhancement is “step-back” while debugging. Now, you can perform a step-backward and forward while debugging your code with IntelliTrace...

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