Enabling Powerlines in your Visual Studio Terminal I've been a fan of Windows Terminal since day one and have configured my terminal to include git information as well as the clock. This is...
Cellular connectivity for IoT devices is transformative. Learn how #AzureSphere helps secure this connection to the cloud with @obloch and Nicholas Chen on the #IoTShow Cellular connectivity for IoT devices and equipment can be transformative for customers, especially when connecting legacy investments. It's important to understand the options available and the secur
Uno Platform Uno Platform 3.2: .NET 5, C# 9 support and .NET 5 WebAssembly AOT Support Pixel-Perfect Multi-Platform Applications with C# and WinUI for Windows, WebAssembly, iOS, macOS, Android and Linux
Last Week in .NET #17 – EF stands for “Ever Frantically” shipping code In what I can only describe as a “lead magnet”, here’s a copy of my weekly .NET newsletter, creatively titled “Last Week in .NET”. I’m posting it here in the vai…
Ink-Stained Wretches: The Battle for the Soul of Digital Freedom Taking Place Inside Your Printer Since its founding in the 1930s, Hewlett-Packard has been synonymous with innovation, and many's the engineer who had cause to praise its workhorse oscillators, minicomputers, servers, and PCs. But since the turn of this century, the company's changed its...
The Tao of Programming Note: I copied this from http://misspiggy.gsfc.nasa.gov/tao.html and stripped out all of the IMHO extraneous formatting. ---Alex
Introduction to Unity [1 of 7] Welcome, we will teach you how to make games and more, write C# code, and build for over 25 different platforms using Unity. The series will focus on C# coding that are unique to Unity. Download Unity
What is Azure Arc Enabled SQL Managed Instance | Data Exposed In this episode of Data Exposed with Vin Yu, we'll introduce Azure Arc enabled SQL Managed Instance and provide an overview of its capabilities. We'll also share how you can get started with Azure Arc
a US visa in 937 days Here’s the complete timeline of events. From my first denial to travel to the US until I eventually received a tourist visa. And then I can’t go anyway.
How to write commands for dotnet-dump This post describes the different steps, tips and tricks to write your own commands for dotnet-dump
C# in Simple Terms - LINQ Basics Let's query some C# collections using LINQ and a bunch of new keywords!
Why aren't my custom backgrounds, animations, and colors working, such as ApplicationViewTitleBar colors? | The Old New Thing There are various places you can specify a preferred color. For example, if you are a UWP app, you can set your app’s custom title bar colors with properties like ApplicationViewTitleBar.BackgroundColor. But those colors are subject to user and system...
Rendering raw/unescaped HTML in Blazor - Gérald Barré In this post, I describe how to render a string that contains HTML elements in an ASP.NET Core Blazor component.
I’ll be speaking on Build Stuff conference this week I’ll be speaking in the Build Stuff conference about the design of RavenDB Cloud, how we built the backend and control plane for a multi cloud, highly ...
Attention Is My Most Valuable Asset for Productivity as a Software Developer Published: 2020-11-08 Tags: life • attention...
ML Optimization pt.3 - Hyperparameter Optimization with Python In this article, we explore several optimization techniques and implement them in Python from scratch.
227: Databases! Let's talk about databases! SQLite, No-SQL, LiteDB, CoreData, and so much more! All the options!
No more free work from Marak - Pay Me or Fork This · Issue #1046 · Marak/faker.js Respectfully, I am no longer going to support Fortune 500s ( and other smaller sized companies ) with my free work. There isn't much else to say. Take this as an opportunity to send me a six fi...
Implement a Web APP and an ASP.NET Core Secure API using Azure AD which delegates to second API This article shows how an ASP.NET Core Web application can authenticate and access a downstream API using user access tokens and delegate to another API in Azure AD also using user access tokens. M…
Melb․Net Virtual Meetup in November Tue, 10 Nov 2020, 6:30 pm: The Third Melb․Net Online Meetup is coming!Get ready to join us on Tuesday, Nov 10, at 6:30 pm.We will be listening to:KEDA, THE KUBERNETES EVENT DRIVEN AUTOSCALER by Emad A
Module Initializers In C# 9 .NET 5 is shaping up to be an excellent release for .NET folks, and C# developers are fortunate to get more features to help solve day to day programming problems and niche optimizations. One of the features that caught my eye was Module Initializers. Whi...
Multithreading Handbook for Simulation Developers Multithreading can be hard to get right. But it’s also vitally important to getting simulations running smoothly on resource constrained mobile devices. In my career at Microsoft I’ve h…
Java Developer Productivity on Windows Do you enjoy having to perform all the manual steps required to set-up and configuring Windows as a productive Java development environment? If not, this session is for you: We'll explore new ways to
mgasiorowski/performance_testing Tools, articles, etc. related to performance/load/etc. testing. - mgasiorowski/performance_testing
Pretending that SQLite has Stored Procedures and Functions – Chris F Carroll SQLite is marvellous. The fact that it doesn't have SQL syntax for stored procs and functions is usually not a handicap because it has an interface for the consuming application to register functions, which means you get to write your functions in your pr...
The DevOps Handbook – Create Organizational Learning We wrap up our deep dive into The DevOps Handbook, while Allen ruined Halloween, Joe isn't listening, and Michael failed to... forget it, it doesn't even matter.
LCC3 | The Live Coders Rachael Olasunkanmi is Student Affairs professional, specializing in financial aid, scholarship, and grant account management. I am humble in change, but bold in action when it comes to strategizing with my teams on exceeding departmental goals, project m...
rileytestut/AltStore AltStore is an alternative app store for non-jailbroken iOS devices. - rileytestut/AltStore
Episode 54 – Remote working, streaming and racing simulators with Andy Morrell – Coding After Work Podcast
The missing explanation of zk-SNARKs: Part 2 In part 1 of this series I explained what exactly zk-SNARKs attempt to prove. The answer was confusing: zk-SNARKs are surely efficient at proving things, but they’re only useful at proving that you know a polynomial constrained by some known roots. How is...