Why Nordic is getting involved in RISC-V What RISC-V will do is give our customers is an extra option when seeking to minimize power consumption in certain applications where the (many) tradeoffs of not using an Arm-based core are acceptable.
What is VS Code and C# Dev Kit? [Pt 1] | C# and .NET Development in VS Code for Beginners Watch this video to start your journey toward writing your first C# program in VS Code. You’ll learn about Visual Studio Code, how it both complements and d...
C# for Beginners Join Scott Hanselman and .NET Distinguished Engineer David Fowler as they teach us C# from the ground up! From Hello World to LINQ and more, Scott and David ...
Interactive LINQ tutorial, especially for beginners LINQ (Language Integrated Query) is a powerful feature of C# that allows you to query data from different data sources. It is a must-have skill for every C# developer. That is why I created: https://linqmarbles.info/
We're sorry we created the Torment Nexus Obviously, I'm talking about Elon Musk. (He named SpaceX's drone ships after Iain M. Banks spaceships, thereby proving that irony is dead). But he's not the only one. There's Peter Thiel (who funds research into artificial intelligence, life extension, an...
Dev Database To Go A "Dev Database To Go" is a database that only exist when you need it, and free up resources when not coding.
Nonprofit Cyber Launches World More Than A Password Day Nonprofit Cyber Launches World More Than A Password Day Coalition of nonprofit organizations releases groundbreaking Common Guidance on Passwords with 90 signatories globally New York, November 10,…
Weekly Update 373 The Scraped and Faked LinkedIn Data; Ransomware Leaks Uptick; Rolling to “Serverless” SQL Azure
Dealing with application windows on Windows with .NET MAUI Following up my blog post about application windows on macOS, this post will show you how to deal with application windows on Windows with .NET MAUI. %
Mr. Maeda’s Cozy AI Kitchen: Design Vision with guest Paola Antonelli 00:00 Today's Topic00:15 Introducing today's guest 03:48 Sample code09:58 Closing thoughtsJohn’s guest today is Paola Atonelli - design visionary and esteeme...
Mr-Maeda-Cozy-AI-Kitchen/DesignVision at main · johnmaeda/Mr-Maeda-Cozy-AI-Kitchen Simple and delicious AI recipes for thinking expansively about what comes next - johnmaeda/Mr-Maeda-Cozy-AI-Kitchen
raidz expansion feature by don-brady · Pull Request #15022 · openzfs/zfs Motivation and Context This feature allows disks to be added one at a time to a RAID-Z group, expanding its capacity incrementally. This feature is especially useful for small pools (typically with...
CSharp Switch Statements - How To Control Your Code In this video, we'll be looking at how to use the switch statement in C#. We'll be covering everything from basic usage to more complex scenarios. If you're ...
.NET 🚀🔥 : Mastering .NET Development with TDD with XUNIT ✅❌✅❌✅❌ In this video, we unpack the fundamentals of TDD with XUNIT and demonstrate how it can elevate the quality, reliability, and maintainability of your .NET app...
Mastering Code with Rubber Duck Debugging 🦆 Unlock Your Programming Potential! 🚀 Dive into the world of Rubber Duck Debugging with our short and sweet guide! 🦆 Whether you're a coding newbie or a seasoned pro, this technique can super...
The case of the invalid argument exception from a method that takes no arguments - The Old New Thing Where did the invalid argument come from?
.NET Conf 2023 MLSA MIET | MLSA MIET 🚀 Elevate Your Skills in C# and .NET! 🎁 Attend an After Party for FREE swags! 🆓 It's all FREE! Celebrate major .NET releases. 🎉 Join us on November 18, 2023, for our exciting after-party, where we
Switching to Elixir A few months ago I started a new job at a company that uses Elixir as its main language on the backend. I've never written a line of Elixir or Erlang before in my life, but I've heard a lot about it and Erlang is familiar because I've played around with P...
.Net Conf 2023 Wits University We are excited to extend an invitation to you for the .Net Conf 2023 At Wits University on the 17th of November 2023.🥳🥳We are thrilled to showcase the latest innovations in the .Net framework and provide a platform for students to come together, learn a...
Episode 478 - The Azure Help API The team catches up with Nithya Sivam and Joshua Min who explain how Azure is democratizing access to the self-help content accessible in the Azure Portal. The Help API makes it easier to integrate this self-help into your own workflow.
ASP.NET Core News - 11/10/2023 Would you like to advertise with us? Visit the Media Kit for details on how to sponsor this newsletter with thousands of readers every week.
Automating Memory Profiling with the JetBrains dotMemory Profiler API - Steve Gordon - Code with Steve In this post, I demonstrate a feature, to automate the collection of snapshots using the JetBrains dotMemory Profiler API.
Get Rid of Exceptions in Your Code With the Result Pattern 📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovi...
How To Ensure Code Quality in Your .NET Projects Code quality is a very important topic. But how can we ensure code quality in our .NET projects? The approach to this topic might vary, but in this video I c...
I Skipped to the Ending When I was 8 years old I started making websites with my friend. His grandmother had purchased him a domain name and web hosting. It was 2003 and the world was whispering of Web 2.0. Books I checked out of the library talked about DHTML (dynamic HTML, bas...
Every New Feature Added in C# 12 Use code EF20 and get 20% off the brand new "Entity Framework Core in .NET" course on Dometrain: https://dometrain.com/course/from-zero-to-hero-entity-framew...
TimeProvider makes it easier to mock time in .NET 8 The TimeProvider abstract class can be used in xUnit unit tests to mock the time and a timer using the FakeTimeProvider in .NET 8.
Microsoft krallt sich Zugangsdaten: Achtung vor dem neuen Outlook Das neue kostenlose Outlook ersetzt Mail in Windows, später auch das klassische Outlook. Es schickt geheime Zugangsdaten an Microsoft.
Cursorless is alien magic from the future - Xe Iaso Published on 11/09/2023, 1396 words, 6 minutes to read
Faster compilation with the parallel front-end in nightly | Rust Blog Empowering everyone to build reliable and efficient software.
Read and Write Windows Registry in C# - Code Maze Explore Windows Registry, its structure, and how to manipulate it using C# in .NET Core, with advanced use cases and best practices.
Intuiting Latency and Throughput Although they may seem highly technical, you've already experienced both concepts - and why they matter - if you've ever done a load of laundry.
Join Us for Free .NET 8 and Angular 17 Webinars in December Join us in December for our free webinars on the latest updates in the .NET and JavaScript worlds—one for .NET 8 (Dec. 13) and one for Angular 17 (Dec. 6).
TypeScript Generics: Striking the Right Balance In the evolving landscape of TypeScript, Generics have emerged as a powerful tool, enabling developers to write flexible, type-safe, and reusable code. This tutorial delves into the essence of generics in TypeScript, guiding developers on their effective ...
Understanding Git: The history and internals If you’re a developer who has been putting off understanding how Git works under the hood, then this guide is for you. For those of us who get by with only knowing a few commands, Git can be a little mystifying:
Octoverse: The state of open source and rise of AI in 2023 In this year’s Octoverse report, we study how open source activity around AI, the cloud, and Git are changing the developer experience.
Three reasons a liberal arts degree helped me succeed in tech A traditional liberal-arts degree provides skills that are highly relevant for a product manager
.NET Task Parallel Library vs System.Threading.Channels Wondering which concurrency library is right for you? Let's dive in!
Use the index, Luke! While investigating some database related performance issues, I discovered the following website: This site explains everything you as...
Hacker Leaks 800,000 Scraped Chess.com User Records Follow us on Twitter (X) @Hackread - Facebook @ /Hackread
Implementing Tic Tac Toe with 170mb of HTML - no JS or CSS I love it when Chrome releases a new feature, I especially like it when it is experimental. In this post I'm going to show you how I created Tic Tac Toe (Noughts and crosses) with HTML, using one of t
Release CoreWCF v1.5.1 · CoreWCF/CoreWCF Release Notes Package Info CoreWCF.ConfigurationManager 1.5.1 CoreWCF.Http 1.5.1 CoreWCF.Kafka 1.5.1 CoreWCF.Kafka.Client 1.5.1 CoreWCF.NetFramingBase 1.5.1 CoreWCF.NetTcp 1.5.1 CoreWCF.Primitives ...
Release WCF 6.2 · dotnet/wcf Release Notes Package Info System.ServiceModel.Http 6.2.0 System.ServiceModel.NetFramingBase 6.2.0 System.ServiceModel.NetTcp 6.2.0 System.ServiceModel.NetNamedPipe 6.2.0 System.ServiceModel.Primi...
WHAT CHANGED IN COFFEE OVER THE PAST 30 YEARS? — Scott Rao When I was in Rotterdam in August, I had coffee with my friend Han. She asked me two interesting questions when I told her I had been in coffee for 30 years: What changed over the past 30 years? What beliefs did you once hold and decide w...
Comparing Portugal and Oregon's drug decriminalization policies — Jeffrey Martens An opinion on the differences between Portugal and Oregon's drug decriminalization policies, including why one succeed and one failed.
An Overdue Apology — Kenneth Reitz I would like to apologize to the Python community (and specifically the Requests maintainers) for a lack of transparency (which is best-practice) around the fundraiser and my intentions with Requests III. Hindsight is always 20/20.
Everything about SEO is obnoxious “Search Engine Optimization” Blech. I hate it. This is what SEO should be: Write content on the internet. Make sure it is output in semantic, accessible HTML. Make sure the performance …
Eat. Sleep. Exercise. Work. • Chris Zacharias “Eat. Sleep. Exercise. Work.” I remember Jessica Livingston telling our YCombinator batch this in our first week of the Summer 2011 session. As a first time founder, I was terrified that I was expected to never see my friends or family again and... | Chri...
The T-shaped Developer | Petar Ivanov's Website The way how software companies work has changed. A new need has emerged — the need for T-shaped Developers.
Securing HTML fragments returned by API endpoints A web application frontend often performs requests to a backend API. Even though this API is only supposed to be used by the frontend, it is usually also accessible with a browser. An attacker can use this to exploit vulnerabilities.
The LEGO Arbitrage Generate miniscule amounts of LEGO Insiders points at zero cost, except lots of time and effort.