Browsing Category
C#, Development Libraries and Frameworks, Microsoft .NET, Software Development
5 posts
Auto Added by WPeMatico
How to add user context to request traces in ASP.NET Core
When working with web applications, you will often want to keep watch on user requests to understand user…
How to use the IServiceProvider interface in ASP.NET Core
One of the most essential dependency injection (DI) components in ASP.NET Core is the IServiceProvider interface, which specifies…
How to use guard clauses in C#
We always strive to write source code that is clean, maintainable, and devoid of any errors. However, we…
OpenSilver extends to iOS and Android
Userware has updated its OpenSilver open source UI framework for .NET, expanding the reach of Windows Presentation Foundation (WPF)…
How to implement idempotent APIs in ASP.NET Core
When designing your APIs, you should make them idempotent to ensure that they are robust, reliable, and fault-tolerant.…