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
My learning plan 2020 This is a list of things I want to learn in 2020 and why these subjects interest me. These are not in any order, so I may try to learn
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.
Computer Science Software Engineering is an Art and Science Left and right side of the brain, logic and creativity, vector Hello fellow developers and engineers. Isn’t the above statement true that software engineering is an art? Here
Better way to do API documentation using Swagger I would like to discuss my perspective and opinion on using swashbuckle versus swagger UI to develop the API documentation. Till a few weeks back swashbuckle was my go-to for
.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 Creating a custom header and subheader for Aspx Grid View This is a quick tip with code snippet on how to create an aspx gridview with a header and subheader. I did this one for my project and wanted to
Database 5 Useful DB2 Queries Here are some DB2 queries that can be very useful. 5 Useful Queries In DB2 Query to identify Stores Procedures using a particular table View the code on Gist. Identify
.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
Computer Science Horizontal Scaling vs Vertical Scaling I will try to explain this briefly and hopefully this will help somebody someday.Scaling is the ability of a system or network to grow and handle more amount of
.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