It's time for a new kind of calculator with NumWorks' Romain Goyet | Hanselminutes with Scott Hanselman It's 2021 and Scott's sons were asked to buy TI-83 calculators for their classes. Are there truly no better choices? Romain Goyet asked the same question...and did something about it. Numworks is the graphing calculator that makes everyone a math person. ...
Becoming physically immune to brute-force attacks Using thermal physics, cosmology, and computer science to calculate password vulnerability to the biggest possible brute-force attack.
Open Source Continuous Profiling Platform | Debug performance issues down to a single line of code | Open Source Continuous Profiling Platform Find bottlenecks in your code and fix performance issues
XAML Productivity Tooling Enhancements in Visual Studio Take a tour of what's new for Windows desktop developers building applications using WPF and UWP apps with Visual Studio. We'll cover improvements in tooling...
Sweden Solar System | The Sweden Solar System (SSS) is the world’s largest model of our planetary system. The Sun is represented by the Globe in Stockholm, the largest spherical building in the world, and the planets are lined up in direction north from here.
YoutubeDownloader - BuiltWithDot.Net YoutubeDownloader is an application that lets you download videos from YouTube. You can just copy-paste URLs of any videos or playlists and download them directly to a format of your choice. It also supports searching by keywords, which is helpful if you ...
Project Reunion Preview: Because 'Windows Development Is Hard' -- Visual Studio Magazine In an expansive effort to point its developer tooling at everything from the cloud to mobile to web to IoT to gaming to whatever, Microsoft may have neglected one obvious target: Windows. So here is Project Reunion, bridging Win32 and UWP.
dotnet/net6-mobile-samples Xamarin .NET 6 *early* preview. Not for production use. - dotnet/net6-mobile-samples
Announcing Entity Framework Core 6.0 Preview 2 | .NET Blog Announcing the release of EF Core 6.0 Preview 2, the second preview of the new Entity Framework Core with new features and bug fixes.
General availability: Azure Functions supports .NET 5 in production | Azure updates | Microsoft Azure Azure Functions now supports running production applications in .NET 5, the latest version of .NET.
ASP.NET Core updates in .NET 6 Preview 2 | ASP.NET Blog .NET 6 Preview 2 is now available and includes many great new improvements to ASP.NET Core. Here’s what’s new in this preview release: Razor compiler updated to use source generators Support for custom event arguments in Blazor CSS isolation for MVC Views...
Announcing .NET 6 Preview 2 | .NET Blog Releasing .NET 6 Preview 2 which includes new APIs, runtime performance improvements, and early builds of .NET MAUI.
Julia Computing Receives DARPA Award to Accelerate Electronics Simulation by 1,000x Cambridge, MA – Julia Computing has been awarded funding by the US Defense Advanced Research Projects Agency (DARPA) to accelerate simulation of Analog and Mixed-Signal circuit models using state of the art machine learning and artificial intelligence tec...
Ultra-weak gravitational field detected Newton’s law of gravity holds for masses less than 100 milligrams.
Creating other types of synchronization objects that can be used with co_await, part 3: Parallel resumption | The Old New Thing Last time, we developed a library for building awaitable synchronization objects. I noted that when the coroutines are released, they are resumed in sequence, which means that one coroutine can prevent others from progressing. Let’s resume them in paralle...
Episode 17 - ASP.NET Core's Middleware Pipeline with Andrew Lock In this episode of The .NET Core Podcast, we talk with Andrew Lock about the ASP.NET Core Middleware Pipeline, and some advice on converting applications to .NET Core.
CryptoTrader.Tax - BuiltWithDot.Net CryptoTrader.Tax is a containerized web application that uses a RabbitMQ message queue to let users create their report. Data is persisted in a PostgreSQL database.
Using Service Invocation from Dapr .NET SDK In the previous post “Getting started with Dapr for .NET Developers“ we have seen how easy it was to expose a web API written in .NET and the power of exposing it through Dapr sidecar. In this post, w
On .NET Live - Commands, Queries, and other architectural patterns for your .NET Application In this live session we'll be joined by Ian Cooper, a software architect and open source contributor from London. He'll talk to us about some software engine...
How I earn a living selling my open source software Hi, I'm the founder and sole developer of my own open source software called open3A. It's a web-based invoicing application that I started in 2007 and h...
Rate this interview question, please I ask candidates to answer the following question. Sometimes at home, sometimes during an interview with a whiteboard. You need to create an executable that ...
Is LINQ in C# actually slow? Subscribe: http://bit.ly/ChapsasSubBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in this video...
Mailoji: I bought 300 emoji domain names from Kazakhstan and built an email service I bought 300 emoji domain names from Kazakhstan and built an emoji email address service. In the process I went viral on Tik Tok, made $1000 in a week, hired a Japanese voice actor, and learnt about the weird world of emoji domains.
BF for WP - BuiltWithDot.Net BF for WP is an interpreter for the brainfuck programming language for Windows Phone. It provides visual representation of the program execution which helps you better understand how a brainfuck program works. A set of tutorials and a comprehensive help p...
ARMs Race: Ampere Altra takes on the AWS Graviton2 A comparison between the Ampere Altra and the AWS Graviton2, the two ARM Neoverse N1-based processors.
Sky Views: Want to see the dangers of a cashless society? Just look at Sweden Sky Views: Want to see the dangers of a cashless society? Just look at Sweden
🍳 Based Cooking 🍲 — Based Cooking (https://based.cooking) Only Based cooking. No ads, no tracking, nothing but based cooking.
mortdeus/legacy-cc The earliest versions of the very first c compiler known to exist in the wild written by the late legend himself dmr. - mortdeus/legacy-cc
Microsoft Releases Project Reunion 0.5 Preview Earlier this week, Microsoft released Project Reunion 0.5 Preview, a set of developer components and tools that unifies access to existing Win32 and UWP APIs under a single API layer, decoupled from the operating system. The new release also includes the ...
.NET Rocks! vNext .NET Rocks! is a weekly talk show for anyone interested in programming on the Microsoft .NET platform. The shows range from introductory information to hardcore geekiness.
How the New York Times A/B tests their headlines Part 1 of a series on the New York Times, in which I take a close look at how (and when) the New York Times tests multiple headlines for a single article.
Labyrinth Explore - BuiltWithDot.Net In this Game, You will find countless Mazes. Labyrinths that has different sizes, styles and shapes. Try to solve them all! Each level will generate an entirely new Maze, which has never been encountered before by anyone. The goal is simple: Starting f...
Zig, Parser Combinators - and Why They're Awesome In this article we will be exploring what parser combinators are, what runtime parser generation is - why they’re useful, and then walking through a Zig implementation of them.
What Does Any of This Have To Do with Physics? - Issue 43: Heroes - Nautilus Have you ever been happy?” My girlfriend asked me that question, after work over drinks at some shiny Manhattan bar, after another…
My Favorite C# Features Part 2: LINQ With C#, we can work with collections quickly with the Language Integrated Natural Query tools in .NET With C#, we have flexible options to write queries and work with our data quickly and easily.
netaddr.IP: a new IP address type for Go The Go standard library's net.IP type is problematic for a number of reasons. We wrote a new one.
New Software Project Checklist A client I'm working with wanted a set of initial decisions and questions their team should address as they begin a new project. I did a bit of research, thinking surely such a list must exist already, but I didn't find one I liked. So I made an open sour...
Why we are so excited about Durable Functions for Python We are super excited to announce that Durable Functions for Python is now generally available! This has been in the works for some time now, and a lot of effort has gone into it. We are really thankful to everyone that contributed, and continues to contr...
Penny Pinching in the Cloud: Azure Static Web Apps are saving me money I've long run a few dozen websites in Azure and while I've long noticed people ...
Simple WinUI + Uno Calculator - Nick's .NET Travels A week or so ago David from the XF/Maui team kicked of a thread on twitter challenging devs to add a simple addition to a simple calculator. I particularly liked the transition animation that Robin added, so figured I’d translate this to a WinUI+Uno platf...
Run Node.js 14 in Azure Functions The Node.js 14 runtime for Azure Functions is now generally available. It is the latest long-term supported (LTS) version of Node.js. In your functions, you can take advantage of new features in Node.js 14, including: Nullish coalescing operator - ?? O...
Mitigating leaked personal access tokens (PATs) found on GitHub public repositories | Azure DevOps Blog Personal access tokens (PATs) make it easy to integrate your tools with Azure DevOps or extend Azure DevOps functionality for your business needs. However, like other authentication credentials, personal access tokens need to be stored securely. Leaked to...
ASMBLR - BuiltWithDot.Net ASMBLR is an assembly inspired language, intended to help teach core programming. Dealing in simple 2 or 3 letter commands, like (ad)d for adding 2 variables, the language will also create variables implicitly, without type specification.
Blinking LEDs with Raspberry Pi | .NET Blog Learn how to use the Raspberry Pi to blink LEDs with C# and .NET GPIO APIs.
Decomposing CRUD to a Task Based UI Moving from CRUD (Create, Read, Update Delete) based UI to a Task Based UI means creating a user interface that makes users' tasks explicit.
An Opinionated Way to Deploy Windows Apps using GitHub Actions GitHub Actions allows you to build, test and deploy your code right from a GitHub repo. In this session you will see how to use GitHub Actions to deploy your...
.NET on Azure Functions Roadmap Today, we announced support for running production .NET 5 apps on Azure Functions. With this release, we now support running .NET functions in a standalone process. Running in an isolated process decouples .NET functions from the Azure Functions host—al...