C# Alternate ways to intercept and manipulate Response in Asp.Net Core- Part 3 The ProblemI have a web API with two endpoints, the endpoints serve mapped data in XML format for two different vendors. The result of both the endpoints is the same object but there are some differences like namespaces. The problem is how to return
C# Alternate ways to intercept and manipulate response in Asp.Net core - Part 2 The Problem:I have a web API with two endpoints, the endpoints serve data in XML format for two different vendors. The result of both the endpoints is the same object but there are some differences like namespaces. The problem is how to return
C# Alternate ways to intercept and manipulate response in Asp.Net core- Part 1 I'm going to make this post kind of a problem and solution post. In my pursuit to solve my problem, I stumbled upon three different solutions. I'm going to make each of these solutions a different post/ part. I will also discuss the pros
C# I created an AutoMapper in C# to copy property values automatically. I was working on a project that required mapping values to complex objects when I say complex the target object was a large collection of multiple objects several levels deep.
.Net Reusing same HttpClient, the right way to call different URI's with same HttpClient object. Introduction HttpClient in System.Net.Http is the class provided to send a HTTP request and receive a HTTP response from a URI. I did some research on the HttpClient and found that the class has a problem or rather a disadvantage, though the
.Net Asp Grid View with custom column for Text box and Button control for update and display Introduction We use Asp grid view to display various information and we may have come across multiple scenarios where we want to create a grid with text boxes and button
.Net Log4net rolling file log based on date and file size Logging is an important part of any application and a developer spends a good amount of time writing code to log. Logging is important as this helps us create a