Google Cloud Functions Supports .NET Core 3.1 (but not .NET 5) -- Visual Studio Magazine Google Cloud Functions -- often used for serverless, event-driven projects -- now supports .NET, but the new support is a release behind Microsoft's latest .NET offering.
Why is Apple’s M1 Chip So Fast Real world experience with the new M1 Macs have started ticking in. They are fast. Real fast. But why? What is the magic?
Last Week in .NET #20 – Microsoft reclaiming the “Creepy Spying Company” mantle 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 vain hopes that you’ll sign up for the …
Get Exclusive Content! Become a CodeOpinion Member Thank you! My channel is growing and I can now provide additional content exclusively for members. You can now support my channel by joining my community. I'll still be posting the same quality content around software architecture and design, this just ...
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, and Visual Studio
A Day in a life of a Cloud Architect In this episode of CodeStories, Sherry List, Azure Developer Engagement Lead, visits Marilag Dimatulac, a Filipina tech entrepreneur living in Copenhagen. Marilag give us a tour around her home and sh
I am an 80 column purist I write and prefer code that fits within 80 columns in curl and other projects – and there are reasons for it. I’m a little bored by the people who respond and say that they have 400 inch monitors already and they can use them.
#RealEstateCore is the gold standard of smart building ontologies. @KarlHammar and @alinamstanciu join @obloch on the #IoTShow to demo how the open source ontology is used with Azure Digital Twins Karl Hammar, Assistant Professor of Computer Science at Jönköping University in Sweden, introduces the RealEstateCore ontology – an open-source data model for smart buildings, based on established pra
e Foundation - deGoogled unGoogled smartphone operating systems and online services - your data is your data your data is YOUR data
WA Notify - Apps on Google Play WA Notify is the official COVID-19 exposure-notifications software for Washington State and Department of Health (DOH). The app is an instance of the Exposure Notifications Express platform developed by Apple and Google and configured by DOH. Your volunt...
Planned Event Store Improvements for Marten V4, Daft Punk Edition There’s a new podcast about Marten on the .Net Core Show that posted last week. Marten V4 development has been heavily underway this year. To date, the work has mostly focused on the document…
Use function pointers for reverse pinvokes by davidfowl · Pull Request #28249 · dotnet/aspnetcore Mostly a mechanical change to use function pointers
Bringing .NET Interactive to Azure Data Studio Notebooks Azure SQL customers love Jupyter notebooks, especially having dedicated SQL, PowerShell, and C# kernels. This was a perfect opportunity to partner with the .NET interactive team to provide a consistent notebook experience. Come listen to our open source c...
The Modern World Has Finally Become Too Complex for Any of Us to Understand Vast systems, from automated supply chains to high-frequency trading, now undergird our daily lives — and we’re losing control of all of…
The .NET Docs Show - C# 9: A functionally better release with Dave Brock Community member Dave Brock joins the panel to talk about functional programming and other features in C# 9! Featuring: Dave Brock (@daveabrock) #csharp #functional
AlphaFold: a solution to a 50-year-old grand challenge in biology In a major scientific advance, the latest version of our AI system AlphaFold has been recognised as a solution to this grand challenge by the organisers of the biennial Critical Assessment of protein Structure Prediction (CASP) assessment. This breakthrou...
C# In Simple Terms - String Manipulation and Cultures Let's see how to manipulate, format, split, compare, and concatenate strings. Plus, we'll learn what Cultures are and how to use them!
Getting Started With PowerShell Core in Windows Terminal I believe in scripting and automation, and I have come to love PowerShell for its eloquence, especially in a Windows environment.
What are the requirements for the built-in Windows 10 camera-based barcode scanner? | The Old New Thing The Windows Point of Service Barcode Scanner supports a camera-based scanner. What are the requirements for this camera? Basically, the camera-based scanner needs to be able to get a clear, large picture of the barcode. If the camera is fixed-focus then t...
ARM and Lock-Free Programming I was inspired by the release of Apple’s M1 ARM processor to tweet about the perils of lock-free programming which led to some robust discussion. The discussion went pretty well given the inanity o…
microG Project The linux-based open-source mobile operating system Android is not only the most popular mobile operating system in the world, it’s also on the way to becoming a proprietary operating system. How is that?
Investigating a performance issue with a regex - Gérald Barré In this post, I describe how I investigate an issue with a regex in a .NET application.
Ward Farnsworth's Predator at the Chessboard Learn chess tactics taught in plain English; the most complete body of instruction on the subject yet written.
Improving the Resiliency of Our Infrastructure DNS Zone We've improved the resiliency and management of our infrastructure DNS zone. In this post, we guide you through some of the "whats", "whys" and "hows" we encountered along the way.
N,N-dimethyltryptamine compound found in the hallucinogenic tea ayahuasca, regulates adult neurogenesis in vitro and in vivo N,N-dimethyltryptamine (DMT) is a component of the ayahuasca brew traditionally used for ritual and therapeutic purposes across several South American countries. Here, we have examined, in vitro and vivo, the potential neurogenic effect of DMT. Our result...
Going all-in with nullable reference types I know I'm late to the party, but just recently had the opportunity to start using nullable reference types more seriously, so thought of gathering the first steps taken to go all in with it. Accompanying post available at: https://blog.codingmilitia.com...
Muhammad Rehan Saeed: Developer at Microsoft | Leonardo Tuna Podcast I did a fun podcast episode with Leonardo Tuna. We talked about the difficulty of getting a job at Microsoft, some of my work there, JavaScript frontend frameworks, Vue vs React and my interesting experiences writing software for education at Bridge Inter...
OAuth is Not User Authorization Avoid a common OAuth pitfall by learning how OAuth consent and access tokens differ from user-level authorization policies.
Developer! Developer! Developer! 2020 DDD is back for its 15th outing - this time, it's virtual! Save the date for what will hopefully be a very exciting day!
230: QA Testing M1 iOS Apps + 21% Raise for Frank! It is time for lightning topics!!! We are here to break down 6 topics quick! We look at testing iOS apps on the M1 chip, Apple's new raise for all app developers, using C# 9 in Xamarin apps, top level programs, visual basic, and The Queen's Gambit!
Quake’s 3-D Engine: The Big Picture If you want to be a game programmer, or for that matter any sort of programmer at all, here’s the secret to success in just two words: Ship it. Finish the product and get it out the door, and you’ll be a hero. It sounds simple, but it’s a surp...
18 Machine Learning Best Practices In this article, we explore some of the best practices that you can apply when building your machine learning application.
mhx/dwarfs A fast high compression read-only file system. Contribute to mhx/dwarfs development by creating an account on GitHub.
S2 E1 The Queen's Gambit Breakdown: Openings Welcome to Season 2 of Coffeehouse Blunders. We are back and breaking down every aspect of Beth Harmon's chess journey in The Queen's Gambit. What was chess like in 1967 in Paris, were the first matches realistic, is the Sicilian Defense the best thing to...
Processing Google reCaptcha Tokens in ASP.NET Core Integrating a simple test to help prevent malignant input on your site is as simple as integrating a few lines of code into your website. Now, if I could I’d pinch myself to make sure I’m not a robot,
Developers Guide to AI Artificial Intelligence (AI) is driving innovative solutions across all industries, but with machine learning (ML) applying a paradigm change to how we approach building products, we are all exploring how to expand our skill sets and enhance our applicati...
Return JSON Result with Custom Status Code in ASP.NET Core Control the format of ASP.NET Core responses and return JSON result with custom status code through the help of formatters or directly from the action.
Nishant Agrawal » How to Run a Ponzi Scheme for Tech People More people are online than ever before. More people are desperate than ever before. Learn how to use that
pallada-92/dna-3d-engine 3d engine implementation in DNA code! Contribute to pallada-92/dna-3d-engine development by creating an account on GitHub.
Release v3.0.0 · pimbrouwers/Falco With .NET 5.0 finally here, it seemed like a good time to move to v3.x.x which will support both the netcoreapp3.1 and net5.0 build targets. The major version upgraded represented an opportunity to...
Undeleting a file overwritten with mv - pretix – behind the scenes Behind the scenes blog of pretix, your friendly ticketing system from next door.