Add beginner-friendly ASP.NET Core presentation with example Minimal API#89
Add beginner-friendly ASP.NET Core presentation with example Minimal API#89smsubha256 wants to merge 3 commits intoBUDEGlobalEnterprise:mainfrom
Conversation
Initial version of beginner ASP.NET Core presentation
|
Thanks for the contribution, @smsubha256 👏 For this presentation to be merged into Bude Global’s main collection, we’d like to expand it further to ~50+ slides so it can stand alone as a complete learning resource. Suggested expansion areas: Deeper breakdown of ASP.NET Core project structure Dependency Injection (what it is, why it matters) Routing in detail (attribute vs conventional) Minimal APIs vs Controllers (when to use what) Middleware pipeline basics Configuration & environments Logging & error handling Basic authentication/authorization overview Simple CRUD example flow Best practices for beginners You’re welcome to use DeepSeek or any AI tooling to help generate slide content, outlines, or explanations—just ensure: Content is accurate and beginner-friendly Code examples are simple and runnable Slides stay concise (one concept per slide) Once the presentation is expanded, we’ll be happy to review and proceed with the merge. |
|
Hi, |
Hi, For consistency across our presentations, we’d like to follow the structure defined in templates/advanced-slides.json as the base structure going forward. Using this format will help us keep all decks aligned and easier to maintain. With that structure in place, we can definitely enhance and extend the content further. Appreciate the work you’ve put into this — looking forward to refining it together. Thanks! |
This PR adds a new beginner-friendly presentation on ASP.NET Core and Web APIs.
Changes included:
presentations.js:
presentations/aspnet-core.json:
This presentation is aimed at beginners who want to learn the basics of ASP.NET Core, project structure, minimal APIs, controllers, and routing.
Keywords: aspnet-core, dotnet, csharp, web-api
Category: backend
Difficulty: beginner