Markdown-Alley
A personal collection of development documentation, notes, and resources. Hosted as a GitHub Pages site via Jekyll.
Table of Contents
- APIs — Curated list of publicly accessible APIs organized by category (News, Geography, Space, Finance, Weather, and more)
- Coding Articles — Links to useful coding tutorials and articles
- Web Resources — Web-based development tools and resources
.NET
- DbContext Setup — Setting up Entity Framework Core DbContext, dependency injection, and EF Core migrations
- Overriding SaveChanges — Automatically setting
CreatedAt/UpdatedAttimestamps by overridingSaveChangesAsync - Global Error Handling — Implementing global exception handling middleware in ASP.NET Core using
IExceptionHandler