dotnet-backend

Develop and refactor .NET Core 8+ backend services with EF Core and authentication.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/act70255/SkillsBundle --skill dotnet-backend-act70255
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-backend
Source: https://github.com/act70255/SkillsBundle/tree/main/dev-dotnet/skills/dotnet-backend
Command: npx skills add https://github.com/act70255/SkillsBundle --skill dotnet-backend-act70255

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires EntityFrameworkCore, Microsoft.AspNetCore.Authentication.JwtBearer, Hangfire, SignalR, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the problem of building and refactoring robust .NET Core 8+ backend services with EF Core, authentication, and enterprise API patterns.

Core Features & Use Cases

  • ASP.NET Core APIs: Develop and refactor controller-based or Minimal APIs with RESTful or gRPC patterns.
  • Authentication: Implement authentication/authorization with ASP.NET Core Identity, JWT, OAuth 2.0, or Azure AD.
  • EF Core Data Access: Design and optimize data access patterns with Entity Framework Core.
  • Background Services: Add background workers, scheduled jobs, and integration services with SignalR or Hangfire.

Quick Start

Build an ASP.NET Core API with authentication and EF Core in the .NET backend.

Frequently Asked Questions about dotnet-backend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an ASP.NET Core API with JWT authentication and EF Core?

Build an ASP.NET Core API with JWT authentication and EF Core by configuring ASP.NET Core Identity for authorization and designing data access patterns with Entity Framework Core for enterprise-grade backend services.

What is the best way to add background jobs in a .NET Core 8 backend service?

The best way to add background jobs in a .NET Core 8 backend service is using Hangfire to implement background workers and scheduled jobs, or using SignalR for real-time integration services within your ASP.NET Core architecture.

Can I use EF Core data access patterns with ASP.NET Core Minimal APIs?

Yes, you can use EF Core data access patterns with ASP.NET Core Minimal APIs. The Skill develops and refactors both controller-based and Minimal APIs while designing and optimizing Entity Framework Core data access for modern .NET/C# backend architecture.

Does this approach support OAuth 2.0 and Azure AD for ASP.NET Core authentication?

Yes, this approach supports OAuth 2.0 and Azure AD for ASP.NET Core authentication. You can implement authentication and authorization using ASP.NET Core Identity, JWT, OAuth 2.0, or Azure AD to secure your enterprise-grade .NET Core 8+ backend services.

How do I design real-time services with SignalR in a .NET Core backend?

You design real-time services with SignalR in a .NET Core backend by adding background workers, scheduled jobs, and integration services. This follows best practices for modern .NET/C# backend architecture and enterprise API patterns.