Categories: C#.Net

New features in C#12 – Part 1

It discuss some of the new features in C# 12 as part of .Net 8.

Categories: C#.Net

Merge two PDF files in C# using iText7

Explains how to merge two pdf files into single pdf file using iText7 library in C#

Categories: C#.Net

Test Driven Development (TDD) in C# with Simple Example

It discuss Test Driven Development approach in C# with simple example.

Categories: C#.Net, Asp.Net, Asp.Net MVC

301 Redirect all Pages to New Domain Pages for Asp.Net MVC Application

Explains how to do 301 permanent redirections for all pages from old domain to new domain for Asp.Net MVC application by adding a rule in Web.Config

Categories: C#.Net, Asp.Net Web API

Call Asp.Net Web API DELETE Method in C#

Delete the resource by invoking the Asp.Net Web API using Delete method in C#