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 Azure Cosmos DocumentDB CRUD Application

In this article, you will learn how to create an Angular 4 Azure Cosmos DocumentDB CRUD application using ASP.NET Web API. In my previous post C# Unit Testing with Moq, I extended my previous Angular 4 CRUD application developed in ASP.NET Web API and Entity Framework to include Unit Tests using a mocking framework MoQ. In this … Continue reading Angular 4 Azure Cosmos DocumentDB CRUD Application

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#