Intro to Twitch: Join the Live Coding Community! Have you heard about Twitch.tv? Twitch is a live streaming platform that allows you to connect, ask questions and learn by watching developers code live! It's a great place to join virtual communities to continue your learning journey. In this session we'...
Code Maze Weekly #48 - Code Maze Hey everyone, W…. eekend is coming, and that’s our favorite time to relax and recharge. We’ve prepared a fresh batch of interesting articles for you to enjoy this time. So prepare your favorite brew, sit down, and pick your favorite topic from the list. ....
Lets Talk .NET 5, with Scott Hunter Sat, Oct 31, 2020, 4:00 PM: .NET has undergone a lot of improvements over the years from the introduction of the open-source .NET Core and other awesome features from language down to compiler. We are
King County Elections King County, with more than 1.3 million registered voters, is the largest jurisdiction in the United States to conduct all elections by mail.
Use “pseudo-sets” to control how many actions people take When you group tasks or items into a set that when reached feels ‘complete’, you encourage people to reach that exact number.
How data saves lives: Using the Power Platform to gain amazing insights The DATA Episode: Join Dona and Sarah as we talk to Justyna about how Power BI works and go beyond just throwing data in some charts. Justyna shares with us her journey on how she found Power BI and s
C# Slides in Usage Ranking of Programming Languages -- Visual Studio Magazine 'The fact that C# lost three places in the ranking of language communities during the last three years is mostly explained by its slower growth compared to C/C++ and PHP.'
Performance Profiling | .NET Async Tool You know that asynchronous programming makes your UI more responsive. Did you know that you can use the .NET Async tool to profile your async code? Diagnostics PM Sagar Shetty shows how to use this to
Fowl Language Imperfect parent and coffee enthusiast, Brian Gordon, records his struggles to raise his children while trying to maintain his sanity.
Intro to the Show Learning to code is full of AHA moments, epic fails, clarity, confusion, and everything in between. And learning how data plays a role is the code we write adds another layer of excitement. Sarah (Dr.
Cryo–electron microscopy breaks the atomic resolution barrier at last Improvements help the technique rival x-ray crystallography
Using Entity Framework Core with Azure SQL DB and Azure Cosmos DB | Azure Friday Jeremy Likness shows Scott Hanselman how to use Entity Framework (EF) Core with Azure SQL DB and Azure Cosmos DB. EF Core is a lightweight, extensible, open source, and cross-platform version of the popular Entity Framework data access technology. 0:00 –...
Xamarin.Forms 5 Is Here! This week, James is joined by David Ortinau, Xamarin Principal Program Manager, who is here to talk about all of the goodies that are available in the brand new release Xamarin.Forms 5.0! He walks us
Data’s Role in Moon Missions: Fictional and Real Completing a successful Moon Mission doesn't only involve getting to the moon, but also returning safely to Earth – ideally with some rocks to learn from! Join Dr. G as she draws inspiration from the
How to: Implement a producer-consumer dataflow pattern Understand how to implement a producer-consumer dataflow pattern using the TPL Dataflow Library in .NET.
BlazorGuy/BlazorGalaga Contribute to BlazorGuy/BlazorGalaga development by creating an account on GitHub.
Preloading content with rel="preload" The preload value of the link element's rel attribute lets you declare fetch requests in the HTML's head, specifying resources that your page will need very soon, which you want to start loading early in the page lifecycle, before browsers' main rendering...
Learn with Dr G: Predicting Meteor Showers Using Python and Visual Studio Code Tue, Oct 27, 2020, 6:00 PM: Welcome to a special episode of Learn with Dr G! We have just launched three new modules inspired by the new Netflix Original Film, Over the Moon! (https://www.netflix.com/
How can I tell whether a file is on an SSD? | The Old New Thing You might want your program to change its behavior depending on whether the file you are operating on is on an SSD or not. Maybe you’d use PrefetchVirtualMemory to get the contents of a memory-mapped file into memory more efficiently if the file is on a...
Talking on Emerging Code about RavenDB Yesterday I talked on Emerging Code about RavenDB. I think it went very well, and here is the video.
Damian Hickey I've just pushed version 2.3.4 of ProxyKit to nuget.org which I expect to be the final version.
ConditionalWeakTable<TKey,TValue> Class (System.Runtime.CompilerServices) Enables compilers to dynamically attach object fields to managed objects.
Quiz Shows and Math Anxiety (with Bobby Seagull) - Numberphile Podcast School teacher Bobby Seagull made his name on a quiz show - but there's much more to his story. Episode sponsored by Brilliant - https://brilliant.org/numberphile Bobby Seagull's website - https://bobbyseagull.com Bobby on Twitter - https://twitter.com/...
A Tour of the .NET Functions Framework Note: all the code in this blog post is available in my DemoCode GitHub repo, under Functions. For most of 2020, one of the projects I’ve been working on is the .NET Functions Framework. This…
How To Get Started in Developer Relations - What It's Like Creating Content for a Living Want to get paid to create content, speak at conferences, and other fun stuff?! My friend Kapehe joins me for an open conversation about working in Developer Relations, what our day to day looks like, and why it's such an amazing job! We discuss salaries...
C# 10 First Look: Constant string interpolation Constant string interpolation looks to be set for C# 10—let’s take a look.
Falsehoods programmers believe about time zones I decided to make a time zone converter. It had seemed like an easy project, but I was horribly mistaken
Beautiful and compact Web APIs with C# 9, .NET 5.0 and ASP.NET Core Almost fours year ago I blogged about building lightweight microservices with ASP.NET Core 1.2 (which actually never shipped in such version and later became ASP.NET Core 2.0). The idea there was to drop the notion of bloated MVC controllers, get rid of a...
Seeing AI Seeing AI is an app for iOS that narrates the world around you. And it's built with Xamarin and Azure. In this episode of the Xamarin Podcast, Matt talks to the folks behind Seeing AI.
A Programmer’s Intuition for Matrix Multiplication – BetterExplained What does matrix multiplication mean? Here's a few common intuitions:
C# 8.0 nullable references: defeating the point with empty strings | endjin Enabling C# 8's nullable references feature often produces a lot of warnings. Avoid the temptation to make some go away by initializing properties to empty strings.
Webinar – .NET Microservices == MEGAFUN – .NET Tools Blog | JetBrains Join us Tuesday, November 17, 2020, 16:00 - 17:00 CET (10:00 AM - 11:00 AM EST or check other timezones) for our free live webinar, .NET Microservices == MEGAFUN, with LaBrina Loving. Register now and
Building A Blazor Farm Animal Soundboard – .NET Tools Blog | JetBrains How's it going, fellow Blazorinos? Here at JetBrains, we've been diving face-first into Blazor, improving the development experience for Blazor lovers. For those unfamiliar with Blazor, but still fami
terrajobst/dotnetepicsweb This site shows the epics, experiences, and user stories that we plan to ship. It provides a hierarchical over the entire product. - terrajobst/dotnetepicsweb
F# Advent Calendar in English 2020 F# Advent Calendar is a long tradition in F# community F# Advent Calendar in English: 2019, 2018, 2017, 2016, 2015, 2014 F# Advent Calendar (in Japanese): 2017, 2016, 2015, 2014, 2013, 2012, 2011, …
C# 9 Record Factories In this post, I walk through using the Factory Pattern to create instances of C# 9 records where instances can be created using a combination of input from the IoC container, caller input and computed values derived from these.
Simple AiMesh Wi-Fi System With the growing number of work from home video calls I have been keeping an ...
The Microsoft author signing certificate will be updated as soon as November 1st, 2020 | The NuGet Blog Action required: If you validate that packages are author signed by Microsoft using a NuGet client policy or the NuGet.exe verify command, please follow these steps by November 1st, 2020 to avoid potential disruptions when installing new Microsoft package...
Viewing Matrices & Probability as Graphs Today I'd like to share an idea. It's a very simple idea. It's not fancy and it's certainly not new. In fact, I'm sure many of you have thought about it already. But if you haven't—and even if you have!—I hope you'll take a few minutes to enjoy it with me...
Deploying ASP.NET Core Web API to Azure API Apps - Code Maze We can use Azure API Apps to create and deploy RESTful APIs in Azure with Cross-Origin Resource Sharing (CORS) support.