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...2 likes·29 readsasp.net core
Ishrar Gblog.ishrar.in·Mar 24, 2024.NET MVC: A Framework Through the Ages (From 4.5 to .NET 8)The Model-View-Controller (MVC) design pattern remains a cornerstone of web development. But how has ASP.NET MVC, the .NET implementation of MVC, evolved over time? Let's take a trip down memory lane and explore the key differences between ASP.NET MV...85 readsmvc
Md. Saddam Hossainsaddamhossaindotnet.hashnode.dev·Feb 29, 2024Production Ready EF Core CRUD in Layer ArchitectureComplete CRUD in ASP.NET Core Web API with Repository Pattern and EF Core in Layered Architecture. Everything You Need To Build Production-Ready CRUD Operation With N-Layer Architecture. To see more details, please visit: https://saddamhossain.net/es...layer architecture
Ervin Boy Jati Asmaraasmaraervin.hashnode.dev·Feb 19, 2024Clean Architecture in ASP.NET 8 Core Web API — CQRS — Mediator | Visual StudioPertama bukalah Visual Studio kemudian pilihlah “Create a new project” Pilih Create a new project Memilih template ASP .NET Core Web API Memberi nama dari template ini yaitu “CleanArchWithCQRSandMediator.API” Memilih versi dari .NET, s...dotnet
Tom Moorebasementprogrammer.com·Nov 28, 2023.NET 8 Application 0-To published on AWS in a half-hourLast week I had scheduled Hour of Code with my local middle school. Hour of Code is a lot of work to organize yearly, but it is a labor of love. The kids enjoy it, the volunteers have a good time, the school thinks it's wonderful... and it's an oppor...238 readsdotnet
Jemin Desaipositiwise.hashnode.dev·Nov 24, 202310 Reasons for Dot .NET 8 MigrationMicrosoft recently announced the general availability of .NET 8, the latest version of their popular development platform. .NET 8 comes packed with exciting new capabilities and improvements, making it an extremely compelling upgrade for existing .NE...10 likes·26 readsASP.NET
Satish Yadavread.satishyadav.com·Nov 16, 2023What’s new in .NET 8The release of .NET 8 heralds a new era in software development, marking a significant milestone in the evolution of the .NET ecosystem. This iteration introduces a plethora of groundbreaking technical enhancements designed to amplify the capabilitie...30 readsdotnet
Bogdan Bujdeabogdanbujdea.dev·Nov 16, 2023Upgrading to .NET 8I am currently working on several projects, and I plan to migrate all of them to .NET 8. That's why I thought it would be helpful to write an article detailing the various challenges I encountered during this process. Port 80 is no longer the defaul...384 reads.NET
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 ...1 like·2.6K reads.NET 8dotnet