csharp-developer

Build scalable C# applications with .NET 8, ASP.NET Core, and Entity Framework Core.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/Design-System-ET/genexus-dev-opencode --skill csharp-developer-design-system-et
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: csharp-developer
Source: https://github.com/Design-System-ET/genexus-dev-opencode/tree/main/skills/csharp-developer
Command: npx skills add https://github.com/Design-System-ET/genexus-dev-opencode --skill csharp-developer-design-system-et

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the development of robust, cloud-native C# applications by enforcing modern .NET 8+ architectural patterns and best practices.

Core Features & Use Cases

  • API Development: Rapidly scaffold Minimal APIs or controller-based services with integrated dependency injection and validation.
  • Data Access: Implement efficient database operations using Entity Framework Core with optimized query patterns and migrations.
  • Architecture: Enforce clean architecture, CQRS with MediatR, and asynchronous programming patterns to ensure maintainable and scalable codebases.

Quick Start

Invoke the csharp-developer skill to scaffold a new Minimal API project with Entity Framework Core and MediatR integration.

Frequently Asked Questions about csharp-developer

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

FAQPage Schema
How do I scaffold a Minimal API with Entity Framework Core and MediatR in .NET 8?

To scaffold a Minimal API with Entity Framework Core and MediatR in .NET 8, invoke the skill to generate a project enforcing clean architecture, CQRS patterns, and integrated dependency injection for scalable cloud-native applications.

What is the best way to implement CQRS patterns using MediatR in an ASP.NET Core application?

The best way to implement CQRS patterns using MediatR in ASP.NET Core is by applying clean architecture principles, asynchronous programming, and strict modern C# standards to ensure your codebase remains maintainable and scalable.

Does this skill support building Blazor web components alongside REST APIs?

Yes, this skill supports building Blazor web components alongside implementing REST APIs, ensuring high-performance code through proper dependency injection and asynchronous patterns within your .NET 8+ applications.

How do I optimize Entity Framework Core queries for high-performance .NET applications?

You optimize Entity Framework Core queries for high-performance .NET applications by utilizing the skill's enforced efficient database operation patterns, optimized query structures, and modern asynchronous programming standards.

Can I use this skill to migrate existing controller-based services to .NET 8 Minimal APIs?

Yes, you can use this skill to rapidly scaffold Minimal APIs or controller-based services with integrated dependency injection and validation, enforcing modern .NET 8+ architectural patterns for your existing migrations.