Cloud Coders
  • Home
  • About
  • Contact
Subscribe

.net 6

.NET 6 is Production stress-tested with Microsoft services, cloud apps run by other companies, and open-source projects.
Working with SignalR and NCache Backplane
signalR

Working with SignalR and NCache Backplane

Real-time communication is a key requirement for modern web applications. Users expect fast and responsive applications that can provide real-time updates without the need to refresh the page. SignalR is a powerful technology that enables real-time communication between a client and a server, making it a popular choice for building
Mar 25, 2023 6 min read
Localization with JSON files in .NET 6
.net 6

Localization with JSON files in .NET 6

We'll learn how to use JSON-based localization in.NET 6 and how to combine it with caching to make it even more efficient. We'll save the localized strings in JSON files and utilize middleware to swap languages using language keys in the request header. The source code can be found
Nov 30, 2021 6 min read
DateOnly and TimeOnly in .NET 6
.net 6

DateOnly and TimeOnly in .NET 6

In this post, we will look at the DateOnly and TimeOnly types introduced in the.NET 6 core library for representing dates and times independently.
Jun 4, 2021 3 min read
Cloud Coders © 2023
  • Privacy