Blog Logo
TAGS

Review: Yubicos 5C NFC YubiKey Works Well With Apples Security Keys Feature

With the launch of iOS 16.3 and macOS 13.2 Ventura, Apple added Security Keys for the Apple ID, offering a more robust way to protect your Apple account and everything associated with your Apple accou...

Read more...

2D Fluid Simulation in .NET + OpenGL: A GPU-accelerated simulation inspired by WebGL-Fluid-Simulation

This project is a .NET and OpenGL-based 2D fluid simulation that uses the Silk.NET library. It is inspired by WebGL-Fluid-Simulation by PavelDoGreat. The simulation accelerates fluid dynamics calculat...

Read more...

OpenAI ChatGPT based PR reviewer and summarizer

This OpenAI ChatGPT based GitHub Action provides a summary, release notes and review of pull requests with prompts that have been tuned for a concise response. It can also reply to user comments made ...

Read more...

Using AnyOf to Handle Multiple Defined Types in C# Methods

The AnyOf type is a useful way to handle multiple defined types as input parameters for methods. This project provides up to 10 AnyOf-types, each named `AnyOf`. In addition, two versions of the packag...

Read more...

Failing fast with invalid configuration in .NET

When building applications that require frequent configuration changes, it can be difficult to ensure that the application is correctly configured. In this article, Microsoft MVP and developer Kevin S...

Read more...

How to Handle Multiple Commands in the Same Transaction

In this article, Oskar Dudycz explains how to handle two commands or change two aggregates in one transaction using ASP.NET and Marten, a NoSQL document database. He discusses the importance of consis...

Read more...

Immutable Collections in C#

Learn about the different Immutable Collections in C# and how they achieve full immutability functionalities with good performance. These collections are designed to never change their structure once ...

Read more...

Introducing the Data Wrangler extension for Visual Studio Code Insiders - Python

Data Wrangler is an extension for VS Code Insiders that simplifies and expedites the data preparation process for data scientists and analysts who work with tabular data in Python. It offers features ...

Read more...

Unity DOTS support in Rider 2023.1

Rider has added support for Unitys new Data Oriented Tech Stack (DOTS) in its latest release. The DOTS architecture moves from an object-oriented to a data-oriented design, restructuring games into En...

Read more...

7 Common Misunderstandings about Passkeys

Passkeys are a new technology that allows for secure sign-ins without traditional passwords. However, there are many misunderstandings surrounding this new technology. One of the biggest misunderstand...

Read more...

Contract-Driven Development for Effective Microservices Integration: A Real-World Adoption Journey

Contract-driven development (CDD) is an effective solution for testing contract compatibility between components during the software development lifecycle, especially for microservices. It involves wr...

Read more...

Contract-Driven Development – a Real-World Adoption Journey

BT presents their journey of adopting contract-driven development, discussing the challenges faced and benefits gained. Join world-class software leaders at QCon San Francisco (Oct 2-6) to learn about...

Read more...

How Async/Await Really Works in C#

This article discusses the history, design decisions, and implementation details of async/await in C# and .NET. Async/await has transformed how scalable code is written for .NET and is a common functi...

Read more...

OpenAI checked to see whether GPT-4 could take over the world

OpenAI has allowed an AI testing group to assess the potential risks of the new GPT-4 AI model, including power-seeking behavior, self-replication, and self-improvement. While the testing group found ...

Read more...

Top 6 mistakes in software architecture diagrams

Learn the six most common mistakes made in software architecture diagrams and how to avoid them. Diagrams are crucial for explaining complex systems but often lack necessary information, causing confu...

Read more...

The Future of Work With AI - Microsoft March 2023 Event

The Future of Work With AI - Microsoft March 2023 Event

Microsoft CEO Satya Nadella discussed the evolution of human-computer symbiosis, starting with Vannevar Bushs vision of the Memex in 1945, and how it has progressed through seminal moments such as the...

Read more...

Announcing Polyglot Notebooks! Multi-language notebooks in Visual Studio Code

Polyglot Notebooks, Visual Studio Code’s multi-language notebook extension, is now generally available in the VS Code Marketplace! Notebooks are an interactive programming and computational file that ...

Read more...

OpenAI releases GPT-4, a multimodal AI that it claims is state-of-the-art

OpenAI has released GPT-4, its latest and most powerful deep-learning model capable of understanding both images and text. GPT-4 is already being used by Stripe to scan business websites, by Duolingo ...

Read more...

ASP.NET Core updates in .NET 8 Preview 2

The latest release of .NET 8 Preview 2 includes several improvements to the ASP.NET core. The new release features the Blazor QuickGrid component which is a high-performance grid component for display...

Read more...

Working with Git in JetBrains Rider

In this post, Andrew Lock describes the Git integration in JetBrains Rider IDE, which he prefers to use over command-line Git for its efficiency and keyboard-based workflow. He also explains why he sw...

Read more...