The EdTech Revolution Has Failed The Case Against Student Use of Computers, Tablets, and Smartphones in the Classroom
Announcing .NET 9 - .NET Blog Announcing the release of .NET 9, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C#, .NET MAUI, .NET Aspire, and so much more.
What I Wish Someone Told Me About Postgres I’ve been working professionally for the better part of a decade on web apps and, in that time, I’ve had to learn how to use a lot of different systems and tools. During that education, I found that the official documentation typically proved to be the mo...
Stay Ahead of the Curve: Embrace .NET MAUI for .NET 9 As the landscape of mobile app development continues to evolve, staying up-to-date with the latest...
Deanna Dikeman - Leaving and Waving For 27 years, I took photographs as I waved good-bye and drove away from visiting my parents at their home in Sioux City, Iowa. I started in 1991 with a quick snapshot, and I continued taking photographs with each departure. I never set out to make this s...
Multiple JWTs in .NET: How to Implement Multi-Token Authentication Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt Join a community of 1000+ .NET developers: https://www.patreon.com/milanjovanovic Learn how to implement authentication u...
It Couldn't Be Easier! AppSettings.json In Console Applications If you're familiar with ASP NET Core, then you're likely familiar with using appsettings.json files for your applications. But... What happens if you want to use a console application and have the same type of configuration? No sweat! We can enable thi...
I Tried TUnit for the First Time, Here's What Happened I decided to try TUnit, a Testing Framework for dotnet, for the first time, and I decided to record it. 💎 Be a Patreon to get the source code: https://patreon.com/gsferreira ⏲️ CHAPTERS 00:00 Intro 12:12 Diagnosing Issue 16:32 Issue Diagnosed
Let's Watch .NET Conf 2024 Together 🔴 LIVE Check out my courses: https://dometrain.com Support the stream: https://streamlabs.com/nick_chapsas Become a Patreon and get source code access: https://www.patreon.com/nickchapsas Don't forget to comment, like and subscribe :) Social Media: Follow me ...
The Only Type of Testing You Need Use code PATTERNS20 at checkout to get 20% off our 3 Design Patterns in C# Bundles: https://bit.ly/3YPiHLD Subscribe to my weekly newsletter: https://nickchapsas.com Become a Patreon and get special perks: https://www.patreon.com/nickchapsas Hello, ever...
C: Planning & Game Design 2 (Category Compilation) #10~#18 In Category C: Planning & Game Design, I talk about topics to consider when coming up with game ideas and mechanics. These are good things to keep in mind when thinking of new game concepts. [Index] 0:00 Opening 0:11 C-10 Making Tutorials Feel Natural 3...
Boost Your .NET Projects: Unleashing the Power of Spargine’s ComputerInfo Spargine is an open-source set of assemblies and NuGet packages for .NET 8, developed for use in production. The ComputerInfo class offers methods to retrieve essential system information for loggi…
.NET MAUI: Managing Query Parameters with Shell Navigation This is an article in the Developer Tips series, which offers concise hints to enhance productivity. You can access all the articles in this series here. The Shell feature in .NET MAUI is exte…
Improving Steam Client stability on Linux: setenv and multithreaded environments The Steam client update on November 5th mentions "Fixed some miscellaneous common crashes." in the Linux notes, which I wanted to give a bit of background on. There's more than one fix that made it in under the somewhat generic header, but the one change ...
GitHub - sjdonado/idonthavespotify: Effortlessly convert Spotify links to your preferred streaming service Effortlessly convert Spotify links to your preferred streaming service - sjdonado/idonthavespotify
From .NET 6 to .NET 8+,my migration experience:Using Azure AppConfiguration in Azure Functions on .NET8+ isolated Introduction I recently migrated many Azure Functions . These functions were running on .NET 6...