In this article, we will see how dependency injection works in .net core using Microsoft.Extension.DependencyInjection.
Consider a scenario where you want to fetch all the categories from the database and want to show that...
This project is a basic gym project developed using Angular 7, ASP.NET Core APIs, and SQL Server database.
Link to download the project source codehere.
Let’s see...
Key Takeaways
DevOps is a worthy and rewarding pursuit no matter what technology stack you currently useClosedsource, proprietary software and build processes do not work well with DevOps practices.NET Core is open source,...
Set up ASP.NET Core 2.2 app with Vue JS on UI components without using npm/webpack.
Requirement
You got hired by WayKurat , a ficticios company that develops vue js/ ASP.NET Core...
ASP.NET Core Using JWT Authentication WEB API and consume it in Angular2 Client Application with proper project structure setup.
Download source code
Introduction
I was trying to implement JWT Auth in web API. I want to consume the Web API in...
Today, at Connect(); 2018 conference, Microsoft has announced .NET Core 3 Preview 1 - the first public release of .NET Core 3.
According to the company, .NET Core 3 is a major update that includes support for building Windows desktop...
Creating Web API in ASP.NET Core 2.0
GitHub repository
Introduction
Let's create a Web API with the latest version of ASP.NET Core and Entity Framework Core.
In this guide, we'll use WideWorldImporters database to create a Web API.
REST APIs provide at least the following operations:
...
Creating Service Monitor Application with .NET Core
GitHub Repository
Introduction
This guide is about how to create a service monitor application, but what is it? In simple words: it's an application that allows to monitor services in a network and save...
Developing a Microservices architecture with back-end Message Queuing Services to support a front-end Angular 6 application built with Angular Material Design
Introduction
The Monolith. By definition, a monolith is a geological feature consisting of a single massive stone or rock, such as a...
Key Takeaways
ASP.NET Core has a built-in distributed caching interface.
Performance, shared data, and durability are the primary benefits of distributed caching.
Couchbase Server is a memory-first database that is great for use as a distributed cache.
NuGet packages...