dotnet-expert

Provides authoritative .NET guidance for designing, implementing, and deploying scalable enterprise applications.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/duylinhdang1998/claude-template-agent --skill dotnet-expert-duylinhdang1998
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-expert
Source: https://github.com/duylinhdang1998/claude-template-agent/tree/main/plugins/vfm-agent-company/skills/dotnet-expert
Command: npx skills add https://github.com/duylinhdang1998/claude-template-agent --skill dotnet-expert-duylinhdang1998

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides expert guidance on designing, implementing, and deploying .NET applications, helping teams deliver enterprise-grade software faster and with best practices.

Core Features & Use Cases

  • Expert guidance on C#, ASP.NET Core, EF Core, Blazor, and Azure integration for scalable enterprise apps.
  • Use cases include web APIs, data access layers, web UIs, and cloud deployment patterns.
  • Core workflow guides developers from project scaffolding to deployment, including DI, async/await, and testing considerations.

Quick Start

Install and apply the dotnet-expert guidance to scaffold and implement a production-ready .NET API with EF Core and Azure integration.

Frequently Asked Questions about dotnet-expert

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

FAQPage Schema
How do I build a scalable ASP.NET Core Web API with EF Core for enterprise applications?

To build a scalable ASP.NET Core Web API, use EF Core for data access while enforcing dependency injection and asynchronous programming. This approach guides developers from project scaffolding to production-ready implementation.

What is the best way to structure a Blazor web UI within a large-scale .NET application?

Structuring a Blazor web UI involves applying dependency injection, asynchronous programming, and auditing considerations. This ensures your web interfaces are scalable and integrate seamlessly with ASP.NET Core backends.

Can I use this guidance to deploy .NET applications to Azure?

Yes, you can use this guidance to deploy .NET applications to Azure. It provides Azure-ready deployment workflows and integration patterns designed specifically for large-scale enterprise environments.

Does enterprise .NET development require specific patterns for dependency injection and auditing?

Enterprise .NET development requires dependency injection, asynchronous programming, and auditing to ensure maintainability. These patterns are enforced as best practices for delivering scalable and robust software.

How do I scaffold a production-ready .NET API from start to finish?

Scaffolding a production-ready .NET API follows a core workflow from project setup through deployment. It includes implementing data access with EF Core, applying dependency injection, and configuring Azure deployment workflows.