Configurable Logging Framework in C#

Configurable Logging Framework in C# using Singleton Design Pattern and Factory Method Design Pattern. Built on .NET Core 2.2 framework. You can refer my previous articles on Factory Method Design Pattern and Abstract Factory Design Pattern for a refresher on these design patterns if needed. Key Learnings Key learnings from this article are as follows: … Continue reading Configurable Logging Framework in C#

Angular 7 ASP.NET Core Application with Web API

Angular 7 ASP.NET Core

In this article I will be creating an Angular 7 ASP.NET Core Application with Web API. This article comprehensively describes each and every step to create the application from scratch. Source Code : Complete source code can be downloaded from the following GitHub repo – https://github.com/sudipta-chaudhari/Angular7DotNetCore Key learnings from this article is as follows: - Setup development environment … Continue reading Angular 7 ASP.NET Core Application with Web API

Angular 4 CRUD application using ASP.NET Web API

In this article, I will describe how to create an Angular 4 CRUD application using ASP.NET Web API. Database used is SQL Server. I will enhance the Visual Studio 2017 solution developed in the previous article - Upload multiple files using Angular 4, ASP.NET Web API, C# Source Code : The complete source code for the … Continue reading Angular 4 CRUD application using ASP.NET Web API

Angular 4 Multiple File Upload using ASP.NET Web API and C#

In this article,  you will learn by creating a complete application for Angular 4 Multiple File Upload using ASP.NET Web API and C# I will describe how to upload multiple files using Angular 4, ASP.NET Web API and C# by extending the solution developed in the previous article - Angular 4 QR Code Generator using … Continue reading Angular 4 Multiple File Upload using ASP.NET Web API and C#

Angular 4 QR Code Generator using ASP.NET Web API and C#

In this article, you will learn by creating an complete application from scratch for Angular 4 QR Code Generator using ASP.NET Web API and C#. Technologies Used : Angular 4, ASP.NET Web API, HTML 5, Bootstrap Pre-Requisites : Reader to have a fair understanding and experience in setting up & developing applications using Angular-4 and ASP.NET … Continue reading Angular 4 QR Code Generator using ASP.NET Web API and C#