Dev Leaderhashnode.devleader.ca·Sep 28, 2023Dotnet Benchmarks – How To Use BenchmarkDotNet For BeginnersIn nearly all modern applications and services, performance is critical. At its core, benchmarking is the systematic process of measuring and comparing the performance of a specific piece of code or an entire application. For those diving into the wo...Discussdotnet
Zoltán Szőgyényiflowbite.hashnode.dev·Sep 28, 2023How to create a new Blazor (.NET) project and configure it with Flowbite and Tailwind CSSBlazor is an open-source .NET framework for building dynamic and interactive frontends for your applications with HTML, C#, and Razor templates. Blazor allows you to compose components directly for your server or for the client side. This flexibility...DiscussBlazor
Favour Damilarembakufromfad.hashnode.dev·Sep 26, 2023Integrating Payment Gateways in Dotnet coreINTRODUCTION A payment gateway is a technology that authorizes payments for online merchants or customers. In today's digital age, online payments are a crucial part of many web applications and e-commerce websites. Integrating a payment system into ...Discuss·43 readspayment gateway
Dev Leaderhashnode.devleader.ca·Sep 26, 2023Automatic Module Discovery With Autofac — Simplified RegistrationIn the realm of software development, modularity stands as a cornerstone principle. It not only ensures that software components remain organized but also facilitates easier maintenance and scalability. One tool that has gained traction in the .NET e...Discussdotnet
Bug And Fixbugandfix.com·Sep 24, 2023How to Access Private members in C# - 12https://youtu.be/zNgGbZTdFcQDiscussc sharp
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·48 readsdotnet
Ambuz Ranjanambuzrnjn33.hashnode.dev·Sep 21, 2023Unveiling Azure Event Grid: An Exhaustive Guide from Basics to the Nitty-Gritty1. Introduction Azure Event Grid is an event-routing service that operates on the push model. It allows you to select the destination where you'd like the events delivered. This makes it easy to build applications with event-based architectures. 2. F...Discuss·34 readsDevops
Alexandre NedelecProtechwatching.hashnode.dev·Sep 21, 2023Deploying to Azure from Azure DevOps without secretsIf you are deploying your application to Azure from Azure Pipelines, you might want to leverage the ability to do so without using secrets thanks to Workload identity federation. In this article, I will demonstrate how to automate the configuration o...DiscussPulumiAzure
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...Discuss·26 readsdesign patterns