Sam Walpolesamwalpole.hashnode.net·Oct 24, 2020How to run ASP.NET Core & SQL Server from DockerI've recently gotten into using Docker in my development cycle and I'm really enjoying how much of a wonderful tool it is. One thing that always used to be a pain was setting up a development server to run SQL Server. Now with Docker, I can just spin...Rajeev Ranjan Roy and 9 others are discussing this10 people are discussing thisDiscuss·52 likes·22.3K readsDocker
Nolan Bradshawbradshawdotnet.hashnode.net·Apr 14, 2021Working with Dapper in .NET CoreI have been using Dapper for some time now (a year or so) and it doesn't get nearly enough love. While Entity Framework is an incredible ORM it introduces a lot of overhead. What exactly is Dapper? Dapper is a lightweight open-source micro-ORM that ...Discuss·44 likes·2.3K reads.NET
Boris Stanojevicbostano.hashnode.net·Aug 29, 2021Man's Search For (ValueTask) MeaningPull requests. A way to have an insight on a new feature, discuss design decisions, and ensure codebase quality. If done with the proper attitude and people, also a way to broaden your technical horizons and grow as a professional. Recently, on one o...Discuss·31 likes·145 readsC#
Shad MirzaforFriday Night Deploymentsfridaynightdeployments.hashnode.net·Oct 20, 2023Is drafts syncing correctlyyes they do indeedio hellooo there uoated hereDiscuss·96 readsCSS
Dannel Bothellodanbothello.hashnode.net·Apr 24, 2023Secure your application and website with SSOSecurity is a top priority for any website in the modern online environment. It is crucial to make sure that your website is safe and shielded from any potential risks given the rise in cyberattacks. Implementing Single Sign-On (SSO) for your website...DiscussASP.NET
Moruling Jamesmorulingjames.hashnode.net·Apr 20, 2023Retry and Fallback Pattern in .Net 6 with PollyIntroduction If you find your code having to execute itself every time it encounters errors in calling an operation, then it is time to reconsider limiting your execution to a specific number of times and have a backup plan once all attempts fail or ...Discuss·93 readspolly
Barbra Wekebarbraweke.hashnode.net·Apr 19, 2023How to Add the Report Viewer Component to an ASP.NET Core ApplicationThe Report Viewer is a web-based component for visualizing data in meaningful ways and exporting SSRS RDL and RDLC reports. This blog provides knowledge on how to create an ASP.NET Core reporting web application to display SSRS RDL reports using the ...Discussasp.net core
Bastien Fouchergrenat.hashnode.net·Apr 18, 2023Faster integration tests with ASP.Net Core Test Server?Introduction I have been working recently on integration tests, an important topic for building sustainable software. I then discovered ASP.Net Core's TestServer to perform fast integration testing. But is it really faster than a classic ASP.Net Core...DiscussC#
Igwegbe Calebkaybangz.hashnode.net·Apr 15, 2023AddSingleton VS AddTransient VS AddScoped in ASP.NET Core (For beginners)One crucial aspect of software development is understanding the lifetime of services and how to manage them effectively. As a technical writer with extensive experience in software development, I've found that many developers struggle with this topic...Discuss·1 like·36 readsdotnet
Oscar Montenegro 🧙🏾♂️🌟unitcoding.hashnode.net·Apr 13, 2023Data validation with Fluent Validation for ASP NET CoreHello guys, welcome to another chapter of this series on API Development with ASP NET Core. In the last article, we talked about data mapping using auto mapper and I showed you how to implement data mapping from installing auto mapper to creating the...Discuss·10 likesASP NET Core Web API DevelopmentC#
André Darcieandredarcie.hashnode.net·Apr 13, 2023Novidades no .NET 8 Preview 3Elaborei um breve resumo das principais melhorias apresentadas no Preview 3. Melhorias no .NET Simplificação do Output do seu projeto Quando você cria uma build do projeto, ele gera várias pastas, como "bin", "obj" e "publish". Agora, a ideia é reuni...Discuss·1 likept-br
Anthony Simmonasimmon.hashnode.net·Apr 11, 2023Take your .NET configuration to the next level with value substitutionConfiguration in .NET is a powerful pattern that allows .NET developers to manage application settings from various sources, such as JSON files, environment variables, and more. However, sometimes developers need a way to reference and substitute con...Discuss·1 likedotnet
Oscar Montenegro 🧙🏾♂️🌟unitcoding.hashnode.net·Apr 8, 2023Data transfer objects and mapping in asp net coreHello guys, I’m so glad to be back after a short rest. I took some time for myself to plan what’s coming next for my personal and professional life and to be honest, I’m still thinking about that but definitely, I feel more energic and enthusiastic a...Discuss·127 readsASP NET Core Web API Developmentasp.net core