Standardizing <select> And Beyond: The Past, Present And Future Of Native HTML Form Controls — Smashing Magazine In this article, Stephanie dives into the past by going back to the beginning of HTML and tracing the evolution of form controls through to the present and the current state of working with them.
CSS Isolation in Blazor Applications - Code Maze Blog In this article, we are going to learn about CSS ISolation in Blazor WebAssembly, how it works, and how to support preprocessor.
Dark Forest Is An Mmo Space-Conquest Game Where Players Discover And Conquer Planets In An Infinite, Procedurally-Generated, Cryptographically-Specified Universe Your name
Visual Basic in .NET 5: Ready for WinForms Apps -- Visual Studio Magazine With the milestone .NET 5 and Visual Studio 2019 v16.8 releases now out, Microsoft is reminding Visual Basic coders that their favorite programming language enjoys full support and the troublesome Windows Forms Designer is even complete -- almost.
What can I do with Visual Basic in .NET 5? | One Dev Question More info on .NET 5 Kathleen Dollard is back for one another One Dev Question video, explaining how Visual Basic plays into our .NET 5 plans. More info at https://msft.it/6012T7s5p
This Giant Outdoor Bubble Tent Will Turn Your Backyard Into a Winter Oasis For when you just need to get out of your house, but still want to stay warm.
#148 Brandon Minnick, Getting an App into the App and Play Stores | no dogma podcast Brandon Minnick of Microsoft talks about the process of publishing an app to the various app stores.
Report Regarding the November 16, 2020 Email Incident This report was written by Coil's founder and CEO, Stefan Thomas, with input from the Coil team. A few days ago, we sent out a routine account update email which unintentionally disclosed email addresses from other users in the To field. We
See the Inner Workings of a Convolutional Neural Network with This PCB Business Card This business card made by Paul Klinger is able to classify digits by using a CNN and show each layer's state.
Kasa devices and Home Assistant - Integration now broken due to firmware update Hello everyone, I created this post to raise awareness around TP-Link's recent changes affecting Home Assistant users: https://www.home-assistant.io/integrations/tplink/ Those who use Home Assistant consider it irreplaceable. Argua
dotnet/diagnostics This repository contains the source code for various .NET Core runtime diagnostic tools and documents. - dotnet/diagnostics
Vulkan Ray Tracing becomes official with Vulkan 1.2.162 (updated) The day has arrived, along with the release of Vulkan 1.2.162 being tagged in the Vulkan-Docs repository on GitHub the Vulkan Ray Tracing extensions are now officially released.
The Tech Stack of a One-Man SaaS There’s just something fascinating about getting to know what’s under the hood of other people’s businesses. It’s like gossip, but about software.
Build Your First for iOS & Android App with Xamarin and Visual Studio Let's start our journey together to build beautiful native cross-platform apps with .NET, Xamarin, an...
zkSummit 6 | Hopin zk6: zero knowledge proofs, cryptography, privacy & maths. Perfect for researchers cryptographers blockchain developers
C# In Simple Terms - Expressions, Lambdas, and Delegates Let's discuss some abstract concepts in C#. Plus: interpolated strings!
Effectively Diagnose and Debug .NET Apps in Visual Studio Debug .NET Core running on Linux, master async debugging, and squeeze the last bit of performance out of your apps with the new features in Visual Studio.
fractals, computer graphics, mathematics, shaders, demoscene and more Tutorials and articles of Inigo Quilez on computer graphics, fractals, demoscene, shaders and more.
WTF Happened In 1971? Subscribe to our newsletter! "I don't believe we shall ever have a good money again before we take the thing out of the hands of government, that is, we can't take it violently out of the hands of government, all we can do is by some sly roundabout way in...
C# 9 records as strongly-typed ids - Part 2: ASP.NET Core route and query parameters Last time, I explained how easy it is to use C# 9 record types as strongly-typed ids: public record ProductId(int Value); But unfortunately, we’re not quite done yet: there are a few issues to fix before our strongly-typed ids are really usable. For insta...
Visual Basic WinForms Apps in .NET 5 and Visual Studio 16.8 | .NET Blog For the first time Visual Studio 16.8 and .NET 5.0 fully support Windows Forms Designer and the VB Application Framework.
.NET Diagnostics Expert - your path to excel at diagnostics in .NET. Dotnetos training .NET Diagnostics Expert is a 11-weeks on-line course in which we will teach you all about diagnosing, profiling and debugging your .NET apps and related environment, especially on production! 3 LIVE meetings with our mentors during which they will help to...
Virtual desktops are an end-user window management feature, not a programmatic one | The Old New Thing Virtual desktops are a window management feature, not a security feature or a performance feature. Furthermore, they are for end users to organize their windows, not for other programs to organize the windows. The purpose of the IVirtualDesktopManager i...
On .NET Live - Exploring the inner loop with VS Code and GitHub Burke Holland and Sana Ajani join us for this live session where we explore the powerful combination of Visual Studio Code and GItHub for supercharging the developer inner loop. Featuring: Burke Holland (burkeholland) , Sana Ajani (sana_ajani) #github #...
mikelxc/Workarounds-for-ARM-mac This repository describes how I get most of my configurations work on the new Apple Silicon Mac - mikelxc/Workarounds-for-ARM-mac
The design of concurrent subscriptions in RavenDB One of the interesting features with RavenDB is Subscriptions. These allow you to define a query and then to subscribe to its results. When a client opens th...
C# 9 - Improving performance using the SkipLocalsInit attribute - Gérald Barré In this post, I describe how to use the SkipLocalsInit attribute in C# 9 to improve the performance of the code.
Deploying Machine Learning Models with FastAPI and Angular In this article, we explore how we can prepare a machine learning model for production and deploy it inside of simple Web application.
229: Selling iOS Apps on M1 Apple Silicon The time has come! We can finally start shipping and selling iOS apps on macOS devices powered by Apple M1 Silicon! We discuss all the pros and cons and things you probably didn't think you should be considering.
Announcing General Availability of Microsoft Edge WebView2 for .NET and Fixed Version distribution mode Today, we are excited to announce that Microsoft Edge WebView2 is now generally available for use in production .NET 5, .NET Core, and .NET Framework WinForms and WPF applications on
Get Git Part 2 This is the second in a series on Git. Work flow I’m not happy with the description of the workflow in the previous posting. It isn’t wrong, it is just a bit oversimplified. Let’s…
9 New 2020 Browser Features You Probably Didn't Know As 2020 draws to a close, let’s review nine of the best browser features you need to be using!
Blast Off with Blazor: Isolate and test your service dependencies In this post, we refactor our component to inject an API service wrapper, to abstract away a direct HttpClient dependency.
Design patterns in C# - The Facade Pattern | endjin This blog is part of a series around design patterns. This post focuses on the facade pattern. The facade pattern provides an interface into a complex system, in order to simplify access to the functionality.
Normal Forms - Simple Talk To prevent data change anomalies, a database should be normalized. Did you know that there are 10 normal forms? In this article, Joe Celko reviews normalizing databases including commonly used normal forms.
A festive introduction to Visual Studio Extensions Visual Studio is highly extensible. This article will show you two simple ways to extend it by adding additional content to the editor. What...
Upgrade ASP.NET Core Web 3.1 app to ASP.NET Core 5 #dotnet #dotnetcore This post shows various steps on how to Upgrade ASP.NET Core Web 3.1 app to ASP.NET Core 5.
Pagination using Async Iterators in modular AWS SDK for JavaScript | Amazon Web Services On October 19th, 2020, we published the Release Candidate (RC) of the AWS SDK for JavaScript, version 3 (v3). In v3, we are using async generator functions in paginators. In this blog post, we will cover how you can paginate using async iterators in a for...
On the Loss of a Cofounder Here’s the rough chronology: On April 22, 2015, Christian Brink and I, two tech entrepreneurs in our early thirties, incorporated the…
Guy Built A Bird Feeder That Accepts Bottle Caps For Food, And These Wild Magpies Love It Hans Forsberg works with robotics on industrial applications for artificial intelligence and had an idea on how he could put his knowledge and the family of wild birds living in his backyard to good use.
What is a Developer Game Jam? We learn all the necessary details to get into the world of developer game jams, while Michael triggers all parents, Allen's moment of silence is oddly loud, and Joe hones his inner Steve Jobs.
building a roam-like, networked, heavily-customized realtime editor, part 1 I can build this. — every developer at least once
Layered architecture. What is layered architecture and when to use it? Layered architecture explained in a simple way. When should you use layered architecture? Enterprise application architecture discussed
The book is finished, well sort of... If you didn't know, I've been writing a book (called Real-World Cryptography) for almost 2 years now on applied cryptography, why would I do this? I answered this in a post here. I've finished writing all 15 chapters which are split into a first part on p...