.NET Framework ASP.NET Core with Angular Application Architecture – Part 11 Dec 24, 2020 Yaseer Mumtaz 2 In API integration tests, we will call the controller actions…
.NET Framework ASP.NET Core with Angular Application Architecture – Part 10 Dec 21, 2020 Yaseer Mumtaz 6 Since we are treating each database operation as a transaction…
.NET Framework ASP.NET Core with Angular Application Architecture – Part 9 Dec 17, 2020 Yaseer Mumtaz 0 Let’s start with the Application’s project unit testing. Just to…
.NET Framework ASP.NET Core with Angular Application Architecture – Part 8 Dec 6, 2020 Yaseer Mumtaz 0 In the first part, we deleted the entire ClientApp folder…
.NET Framework ASP.NET Core with Angular Application Architecture – Part 7 Nov 22, 2020 Yaseer Mumtaz 0 Let’s clean the UserManagement.API project, delete the default WeatherForecastController from…
.NET Framework ASP.NET Core with Angular Application Architecture – Part 6 Nov 17, 2020 Yaseer Mumtaz 0 Just for revision, the add, update and delete functions would…
.NET Framework ASP.NET Core with Angular Application Architecture – Part 5 Nov 14, 2020 Yaseer Mumtaz 0 Continuing from the previous part, let add the DependencyInjection class…
.NET Framework ASP.NET Core with Angular Application Architecture – Part 4 Nov 11, 2020 Yaseer Mumtaz 0 In UserManagement.Application project, we will add a few useful functionalities…
.NET Framework ASP.NET Core with Angular Application Architecture – Part 3 Oct 25, 2020 Yaseer Mumtaz 0 Add the three folders Constant, Repositories, and UnitOfWork in UserManagement.Persistence…
.NET Framework ASP.NET Core with Angular Application Architecture – Part 2 Oct 18, 2020 Yaseer Mumtaz 0 First, we will create the User entity, repository, and unit…