Use Dependency Injection In Static Class With .Net Core
.NET Core
FEATURED

We may face circumstances where we want to resolve a dependency inside a static class, but with the static class, we are restricted to a static constructor which is not supported for the .NET core to work for Constructor Injection. So, today we will see how we can handle these kinds of operations, so we can achieve Dependency Injection with static classes in .NET Core.

Real-time Angular Application With SignalR And ASP .NET Core
.NET Core

Create a .NET Core application with an SQL server database to insert, edit and delete employee data. also, create an Angular application as a front-end. When we add a new employee data or update or delete the data, we will get broadcasted message from the SignalR hub in the Angular application and immediately show the modified data in all connected client browsers.

Generate Angular API Service Code Using Swagger
.NET Core

In this article, we will discuss how to generate an angular API service code using Swagger. The Swagger project provides tools to generate OpenAPI specifications from existing ASP.NET Web API controllers and client code from these OpenAPI specifications. we will use NSwag Studio to generate TypeScript client services.

Using Elasticsearch With ASP.NET Core
.NET Core

this blog will show how website search could be implemented using  ASP.NET Core, and Elasticsearch. Most users expect autocomplete and a flexible search like some of the known search websites.

Subscribe

Select Categories