Controller Display by Fred Wood by Fred Wood A small, stylish app to show your controller inputs while you stream!
Asynchronous coroutines with C# 8.0 and IAsyncEnumerable Asynchronous coroutines with C# 8.0 and IAsyncEnumerable This article is based on the talk...
Lose Weight with Nightmare Fuel So far this year I've lost 17 pounds towards my goal of losing 20 pounds in 2020. While it's too early to declare victory, here are two visu...
Wittgenstein’s Revenge A short series by Mike Elias We treat facts like they’re “atoms of truth” — small, indivisible, solid — and if you add them up, you get “big truths.” But like atoms, f…
The 16 Hour Product On a quest to build impressive products end to end in 16 hours. I call this build power. 🏗💪
A history of elliptic curves in tweets Kepler : so, you see, the orbit of a planet is elliptical. To find where the Earth is, we need a method to calculate the arc length of an el...
Join the DotNetEvolution Discord Server! Check out the DotNetEvolution community on Discord - hang out with 1,065 other members and enjoy free voice and text chat.
C# - Handy Features C# has been improved greatly over the years with useful features that have increased productivity for...
Update on Adobe Flash Player End of Support In July 2017, Microsoft, along with Adobe and their industry technology partners, announced that Adobe Flash Player will no longer be supported after December 20
Microsoft Ignite Microsoft Ignite | Microsoft’s annual gathering of technology leaders and practitioners will be launched as a digital event experience this September.
Costs of running a Python webapp for 55k monthly users A look at the monthly costs of running a webapp on DigitOcean
What Every C Programmer Should Know About Undefined Behavior #2/3 In Part 1 of our series, we discussed what undefined behavior is, and how it allows C and C++ compilers to produce higher performance applications than "safe" languages. This post talks about how "
The .NET Docs Show - Exploring ASP.NET Core + Vue.js with Matt Millican Community member Matt Millican joins the panel to talk about building frontends with ASP.NET Core and Vue.js. [Featuring: Matt Millican (@millicanmatt)] #VueJS #ASPNETCore
Coursera | CareerForce The Minnesota Department of Employment and Economic Development (DEED) has partnered with Coursera to provide free career-focused, online learning resources to Minnesotans.
Rough edges in the when_all coroutine, part 2: Overloaded comma operator | The Old New Thing Last time, we looked at a problematic edge case in our when_all coroutine: The empty parameter list. There’s another edge case that can cause trouble, and that’s the case where the comma operator itself has been overloaded.¹ struct S { void Detonate();
Future of C# {2-3 sentence max about his talk and how we plug PowerAfrica}You can submit questions before the event on {Dev.To or .Net blog?} and Twitter using the hashtag #{xxxxx}. Then hear Mads' answers LIVE on {date/time}. See you there!
Edit and Replay your network requests, direct from the browser Half the battle with building a client-side web app (using Blazor, React etc) is figuring out what calls are being made to the network. Now you can see but also edit those requests and replay them...
Using HIBP, AppInsights and Grafana to detect credential stuffing. Today I want to share with you a method we use to detect and react to credential stuffing attacks in real-time using the PwnedPasswords API, Application Insights and Grafana.
Add contibutors to the release notes by Brar · Pull Request #46 · npgsql/doc Hey @roji and @YohDeadfall, what do you think about this? If you like it, I can create it for the other releases too.
Website Security, WAF, CDN, DDoS Protection | AppTrana AppTrana offers continuous website security with web application scanning, web application firewall, CDN and DDoS protection. Start a free trial now!
Reddit gets its app to 50 million Play Store downloads, mostly by making the mobile web experience miserable Anyone who's tried to browse Reddit on their phone's web browser will be familiar with the constant popups prompting users to download the mobile app
A Beginner’s Guide to Setting Up a Web Application with Typescript and Express Web applications are types of software applications that run on remote servers (source). Examples of web applications can range from word…
It's 2020 and it is time for text mode with Gui.cs Nearly 16 years ago I complained that Windows is completely missing the TextMode boat. It's 2020 and it's TIME FOR TEXT ...
Top-level programs in C# 9.0 Teachers will love top-level programs. Imagine – you teach C# with only two lines of code on screen. Missing parts are generated by compiler.
10 Steps to Replace REST Services with gRPC-Web in Blazor WebAssembly | Syncfusion Blogs REST web services can be replaced with gRPC-Web in Blazor WebAssembly apps for limited-bandwidth scenarios. This can be achieved in 10 simple steps.
Everything You Need to Know to Get Started with Deno Deno is a simple, modern, and secure runtime for JavaScript and TypeScript. Learn how to get started with it and how it compares to Node.js.
It’s not just cars that make pollution. It’s the roads they drive on, too Fresh asphalt is a major source of hazardous particles, laboratory study suggests
Integrate ASP.NET Core Razor components into Razor Pages and MVC apps Learn about data binding scenarios for components and DOM elements in Blazor apps.
NuScale’s small nuclear reactor is first to get US safety approval Small size can help with economics and safety.
RGBW RGB Downlight WiFi - 4 Pack Smart Wifi RGBW RGB DownLight 4 pack, tried and tested in Australia with SAA certificate Control your smart lights anytime and anywhere to make it seem you are at home when you are away on holiday.
What is your take on checking return values? One day not so long ago, I was in a meeting listening to a team explain why their service had gone down and taken out a big chunk of a business. They were one of those things that has to exist and work in order for the actual "thing that makes money"...
Learn how to deploy .NET Core apps to Azure with GitHub Actions GitHub Actions makes it easy to automate all your software workflows. Tim Heuer joins Scott Hanselman to saunter through the process of deploying .NET Core apps to Azure using GitHub Actions. [0:00:00