Dev Leaderhashnode.devleader.ca·Sep 22, 2023Plugin Architecture In Blazor – A How To GuideIn modern software development, modularity is a key principle. It promotes the creation of software components that are independent and organized. This approach aids in efficient development, maintenance, and scalability and the plugin architecture a...Discussdotnet
Giorgi Anakidzegioanakidze.hashnode.dev·Sep 21, 2023Awaiting .NET 8: A Look Back at the .NET JourneyWhile the tech world awaits .NET 8, it’s an opportune moment to take a step back and reflect on the transformative journey of C# and .NET. Their evolution was not just a testament to Microsoft’s vision but also the dynamic and ever-changing demands o...Discuss·38 readsdotnet
Dev Leaderhashnode.devleader.ca·Sep 21, 2023How To Implement The Decorator Pattern With AutofacIn the realm of software development, understanding theoretical concepts is only half the battle. Practical examples serve as a bridge, translating abstract ideas into tangible implementations that can be visualized, tested, and refined. They provide...Discussdesign patterns
Bug And Fixbugandfix.com·Sep 14, 2023DDD in EF 8 - Complex types as value objectsYoutube Video https://youtu.be/gZ1XwBQ0E6MDiscussdotnet
Harsha mauryaharsha563.hashnode.dev·Sep 6, 2023Hack-Proofing Your .NET Core Codebase: Strategies for a Resilient ApplicationIntroduction: In the contemporary digital milieu, characterized by frequent occurrences of data breaches and cyberattacks, it is of utmost importance to guarantee the security of software applications. For developers who operate within the .NET Core ...Discussdotnet
Harsha mauryaharsha563.hashnode.dev·Sep 4, 2023Cracking the Code: Advanced .NET Core TechniquesIn the dynamic realm of software development, staying ahead of the curve is essential. When it comes to building robust and high-performance applications, .NET Core is a go-to framework. In this article, we'll delve into advanced .NET Core techniques...Discuss·83 readsdotnet
Prasoon Abhinawblog.pabhinaw.dev·Aug 29, 2023Mastering Asp.Net Core: Unraveling the Concepts of Attributes - FiltersWhat are Filters? Filters in ASP.NET Core are another application of attributes. Filters are used to add pre-action or post-action behavior to controller actions, providing a way to inject cross-cutting concerns into the request/response pipeline. Th...DiscussC#
Christopher Johnsonwww.thatamazingprogrammer.com·Aug 28, 2023The Art of Randomness in .NET 8: New Methods and TechniquesHave you ever marveled at the unpredictability of a dice roll or the shuffle of a deck of cards? Randomness is pivotal in the programming world, much like that dice or deck of cards. Whether you're developing a game, securing data, or simply wanting ...Discuss·1 like·1.1K reads.NET 8dotnet
Jemin Desaipositiwise.hashnode.dev·Aug 28, 2023Securing .NET Core APIs with JWT AuthenticationSecuring your .NET Core APIs is essential to protect your application and data from unauthorized access. JSON Web Tokens (JWT) provide a robust method for implementing authentication and authorization in your APIs. This tutorial will explore how to s...Discussdotnet
Prasoon Abhinawblog.pabhinaw.dev·Aug 28, 2023Mastering Asp.Net Core: Unraveling the Concepts of AttributesWhat is Attribute? An attribute is a declarative tag that is used to convey information to runtime about the behaviors of various elements like classes, methods, structures, enumerators, assemblies etc. in your program. You can add declarative inform...Discussdotnetcore