How to Create Simple ASMX Web Services In this article, we will see how to create ASMX web services then consume it any ASP.NET or...
Continue ReadingIServiceCollection doesn’t contain a definition of AddSwaggerGen
IServiceCollection doesn’t contain a definition of AddSwaggerGen Issue Description Swagger doesn’t recognize AddSwaggerGen after adding swagger NuGet package i.e Swashbuckle. IServiceCollection’ does not contain a...
Continue ReadingASP.NET Core – Basic Authentication with example
Basic Authentication in ASP.NET Core with example Today in this article we will learn how to secure ASP.NET Core API using Basic Authentication in .NET...
Continue ReadingUsing ChannelFactory with Credentials
Using ChannelFactory with Credentials Today in this article we shall see how to use Channel Factory to call service with Authentication enabled mainly using Network...
Continue ReadingCreate Self Contained Single Exe (Executable) in .NET Core
Create Self Contained Single Exe (Executable) in .NET Core Recently I had the requirement for loading multiple DLLs into a single EXE file. I had...
Continue Reading