cmd.exe is dead, long live PowerShell: Microsoft leads aged command-line interpreter out into 'maintenance mode' 'It should not be used for interactive shell work' – Windows Terminal chief
Stack Overflow Developer Survey 2020 Nearly 65,000 took this comprehensive, annual survey of people who code. Demographics. Most loved, dreaded and wanted technologies. Salary and careers.
The Virtual ML.NET Community Conference The Virtual ML.NET Community Conference is a 2-day community driven conference on all things ML.NET. The conference will be streamed live on Twitch and YouTube.
Research Report – Zephyr and MCUboot Security Assessment NCC Group decided to undertake an independent research effort in order to analyze the security posture of Zephyr and MCUboot. The results of our analysis, including discovered vulnerabilities, are contained in this research report.
The 2020 Developer Survey results are here! - Stack Overflow Blog We're excited to share the results of our 10th annual developer survey! 65,000 developers shared their thoughts on the state of software today.
Stack Overflow Developer Survey 2020 Nearly 65,000 took this comprehensive, annual survey of people who code. Demographics. Most loved, dreaded and wanted technologies. Salary and careers.
Obsidian Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.
Humble Pi, Chapter 2 Penguin presents the audiobook edition of Humble Pi written and read by Matt Parker. What makes a bridge wobble when it's not meant to? Billions of dollars mysteriously vanish into thin air? A buildi
Audiobooks & Original Audio Shows - Get More from Audible Listen to 3 audiobooks/month for $14.95/month: 1 Audiobook + 2 Audible Originals. Exclusive fitness & wellness programs. Try Audible FREE for 30 days.
How to code like the top Programmers at NASA — 10 critical rules - Alt Bulletin The developers at NASA have one of the most challenging jobs in the programming world. They write code and develop mission-critical applications with safety as their primary concerns. In such situations, it’s important to follow some serious coding guidel...
Entity Framework Core in Action, Second Edition Entity Framework Core in Action, Second Edition</i> is an in-depth guide to reading and writing databases with EF Core. Revised from the bestselling original edition, it’s filled with over 100 diagrams, code snippets, and examples—including building and s...
Developing Stack Overflow on MacOS Technical blog covering all things .NET and goings on at Stack Overflow
The Happy Twin - with Ben Sparks — Numberphile This is Numberphile. We mainly post videos about mathematics and just numbers in general.
The Happy Twin - with Ben Sparks — The Numberphile Podcast Our guest is Ben Sparks - teacher, math populariser, and Numberphile regular.
The Happy Twin (with Ben Sparks) - Numberphile Podcast Our guest is Ben Sparks - teacher, math populariser, and Numberphile regular. Ben Sparks website - https://www.bensparks.co.uk Videos with Ben on Numberphile - https://www.youtube.com/playlist?list=PLt5AfwLFPxWLDKmnxLg8477hrxY33LL6q Video of Tim Sparks...
How I helped reposition a database product that went on to make $1 billion in revenue In her early career, April Dunford was part of the Canadian startup WATCOM. They made a database product that almost failed, but after some unexpected customer conversations, they repositioned the product instead.
Near Real-Time Transient Clients • NServiceBus Samples How to relay NServiceBus events to occasionally-connected clients via SignalR.
Node v12.17.0 (LTS) | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
welcome · ASP.NET Core in Action, Second Edition MEAP V01 liveBooks are enhanced books. They add narration, interactive exercises, code execution, and other features to eBooks.
Optimizing RavenDB by adding Thread.Sleep(5) This post is here because we recently had to add this code to RavenDB:Yes, we added a sleep to RavenDB, and we did it to increase performance. The story star...
10 years of building .NET on AWS | Amazon Web Services This week is my 10 year anniversary at AWS and what a ride it has been. Somewhere along the road they gave me the keys to publish blog posts so I thought I would take over for a bit and look back on my journey at AWS. My journey also maps very closely wit...
A first look at records and tuples in JavaScript In this blog post, we take a first look at the ECMAScript proposal “Record & Tuple” (by Robin Ricard and Rick Button). This proposal adds two kinds of compound primitive values to JavaScript:
.NET async/await in a single picture – TooSlowException It is said that picture is worth a thousand words, and I agree. That’s why I like preparing technical drawings to explain various concepts. So, here it is – a short story of how async/await works in .NET.
[Guest Blog] The Accidental Accessibility Advocate This post was written by MVP Bill Ayers as part of our Humans of IT Guest Blogger series. Read on to learn how the development of Windows Calc98 accidentally (and fortuitously!) became accessible, and helped create a journey towards mindfully designing fo...
Nullable Reference Types: Contexts and Attributes – A Look at New Language Features in C# 8 - .NET Tools Blog Our C# 8 language features series is coming to an end. Before we jump into nullable contexts and nullable attributes, here is a quick (updated) recap of our roadmap: Indices, Ranges, and Null-coalescing Assignments Switch Expressions and Pattern-Based Usi...
Multiple Environments in ASP.NET Core - Code Maze In this article, we’re going to cover how to set up and manage multiple environments in ASP.NET Core through different examples.
Introducing Collaboration—A Team Ready Fiddler Experience Fiddler is getting a new feature that makes collaborating with others on web debugging easier than ever. Read on to see how you can use it in your teams today.
Unit Testing in ASP .NET Core 3.1 This is the twenty-first of a new series of posts on ASP .NET Core 3.1 for 2020. In this series, we’ll cover 26 topics over a span of 26 weeks from January through June 2020, tit
A Guide to Threat Modelling for Developers Threat modelling is a risk based approach to cyber security requirements analysis.
Wave Curves: Simulating Lagrangian water waves on dynamically deforming surfaces (SIGGRAPH 2020) This is the video accompanying the SIGGRAPH 2020 paper "Wave Curves: Simulating Lagrangian water waves on dynamically deforming surfaces" by Tomáš Skřivan, Andreas Söderström, John Johansson, Christoph Sprenger, Ken Museth, Chris Wojtan. Project page: ht...
Pure CSS Oil Painting - by Diana Smith aka cyanHarlow Pure CSS Oil Painting - by Diana Smith aka cyanHarlow
How a Lazy Bitch like me learned to be Productive Before, I was a train wreck that ate too many cinnamon rolls and watched Netflix while laying in sweats on the couch. Today, I ran 3 miles, did 40 minutes of yoga, meditated, ate steel cut oats with berries for breakfast, then turned on my favorite busine...
I Was Blackmailed–Any YouTuber Could Be Next If you follow Gamefromscratch on Twitter, you may have already seen this tweet I put out last night about a blackmail demand that was made against our YouTube channel:
CLR, architectures, and stuff In my last blog entry I described the problem of servers over committing resources. There are...