Giter VIP home page Giter VIP logo

dotnet-zero-to-hero's Introduction

.NET Zero to Hero Series (.NET 8)

The Ultimate .NET Backend Zero to Hero Series for Web Developers!

.NET Zero to Hero Series

By Mukesh Murugan | LinkedIn | Blog | Youtube

Join the Series for FREE πŸŽ‰ - Subscribe

Structured Logging with Serilog in ASP.NET Core

When building a new ASP.NET Core project, one should prioritize setting up logging to ensure robust monitoring and debugging capabilities right from the start. Serilog is the most popular logging library for ASP.NET Core Applications. In this article, we will learn everything you need to know to master Structured Logging in your ASP.NET Core Application using Serilog.

Read Article

Global Exception Handling in ASP.NET Core

Exception Handling is vital for applications of all types and traffic volumes. If exceptions are not handled well within the application, it may break the entire application or even lead to data loss. In ASP.NET Core, there are multiple ways that one can handle exceptions effectively.

In this article, we will discuss various approaches like Try-Catch Blocks, Default Exception Handling Middleware, Custom Exception Middleware, and IExceptionHandler. Starting from .NET 8, IExceptionHandler is the recommended and cleaner approach to handle exceptions!

Read Article

FluentValidation in ASP.NET Core - Super Powerful Validations

When it comes to Validating Models and incoming HTTP Requests, aren’t we all leaning toward Data Annotations? Although it can be quick to set up Data Annotations on your models, there are a few drawbacks to this approach.

In this article we will try to understand the problems with Data Annotations for larger projects, and use an alternative, FluentValidation in our ASP.NET Core application. It can turn up the validation game to a whole new level, giving you total control and write much cleaner code.

Read Article

dotnet-zero-to-hero's People

Contributors

iammukeshm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.