Ujjwal Singhujjwal-ghatani-dev.hashnode.dev·Aug 31, 2024Understanding CQRS: Simplifying Your Code by Splitting ResponsibilitiesWhen building complex systems, managing the codebase can become challenging as your application grows. One common issue developers face is the blurring of responsibilities within classes, where both reading and modifying data are handled together. Th...Discuss#CQRS
Ujjwal Singhujjwal-ghatani-dev.hashnode.dev·Aug 23, 2024Understanding LaunchSettings.json in ASP.NET Core: A Comprehensive GuideIn the world of ASP.NET Core development, configuration plays a crucial role in ensuring that applications run smoothly across different environments. One of the key files that aid in this configuration is the launchSettings.json file. In this articl...Discuss·1 likeasp.net core
Nitinnitinthite.hashnode.dev·May 25, 2024Simple Steps to Launch a .NET App LocallyPrerequisites: An Azure account (Free is enough) A working application dotnet-sdk-6.0.422-win-x64.exe from https://dotnet.microsoft.com/en-us/download/dotnet/6.0 VS Code from https://code.visualstudio.com/download Install VS Code extensions...Discuss#learning-in-public
Zaki Skzakirsami.hashnode.dev·Dec 17, 2023Unleashing the Power of Textract OcrIntroduction: Introduce the importance of text extraction in today's digital landscape and set the stage for the role Textract OCR plays in this domain. Body: What is Textract OCR? Briefly explain the Textract OCR library and its core functionality. ...Discussdotnet
Jan Doubekmydevtricks.com·Dec 2, 2023Exploring LINQ in .NET 6: Mastering DistinctBy and MoreSince the inception of LINQ, methods suffixed with 'By' have played an important role in simplifying LINQ operations by introducing an additional 'selector' parameter. A typical example is the OrderBy method. Without the selector parameter, even a st...Discuss·1.1K readsLINQ gemsdotnet
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·108 readsdotnet
Hammad Maqboolhammadorbit.hashnode.dev·Feb 8, 2023Interface class in C#.NETWhenever I tried to learn about what is Interface class the only answer I found was - Interface class is the contract between the parent and its child class where the parent is the interface class and its child class makes a promise to its parent tha...Discuss·1 like·120 reads.NET Talks ❤️C#
Jinalkumar Pateljinalkumarpatel.hashnode.dev·Jan 1, 2023Breaking Change To DbTransactionInterceptor Behavior In Entity Framework Core 7.0Entity Framework Core or EFCore has an interceptor for various behavior and one such interceptor is DbTransactionInterceptor. This is a abstract class and to add custom functionality it can be inherited and extended as per application need. EF Core 7...Discuss·165 readsentity framework
Roxana Halațiroxanahalati.hashnode.dev·Dec 22, 2022Feature Flags in a .NET6 ApplicationAutumn of 2021 saw the release of the newest .NET version, .NET6. This new release brought some updates that could potentially make a developer’s life easier, such as improved performance and a simpler development process. With less code to write and...Discuss·36 readsdotnet