Identity in ASP.NET Core is a powerful feature, and .NET 8 introduced new features that make it even more versatile. In this post, we will check out what Identity is and how to implement it in practice.
Organizing projects in ASP.NET Core is essential for maintaining clean and manageable code. Architectural patterns can help. Check out this blog post on implementing one of the most well-known architectural patterns, the onion pattern.
Blazor in .NET 8 brings traditional HTML and HTTP concepts together with modern techniques to enable a sliding scale between static pages and full SPAs. Through progressive enhancement using enhanced navigation and form handling, Blazor is able to minimize page load times and balance performance while minimizing trade-offs.
Data structures play a key role in computer science and software engineering, providing efficient solutions for various computational challenges. In this second part, we’ll cover advanced topics in data structures, but in an easy way to understand.