Accessing Platform Features in .NET MAUI [7 of 8] | .NET MAUI for Beginners Welcome to the .NET MAUI for Beginners Series where you will learn the basics of building multi-platform apps with .NET MAUI for iOS, Android, macOS, and Win...
Abbot - Automation for customer-facing teams in Slack | Product Hunt Abbot helps teams keep track of customer conversations in Slack and automate manual work. With built-in reporting and a powerful integration layer, Abbot can save your team hours of work and endless headaches.
Nick Chapsas - Goodbye controllers, hello Minimal APIs - NDC London 2022 Minimal APIs are the hottest .NET 6 feature and for good reason. They makes it extremely easy to create high performance and scalable APIs without having to ...
Lessons From a Startup Pivot Depending on SAAS, PAAS, and IAAS is great, but it can hurt when you should have turned left at Albuquerque if you haven’t insulated yourself from some of those choices.
Inspect XAML properties while debugging - Visual Studio (Windows) Learn how to use the Live Visual Tree and Live Property Explorer tools while debugging to inspect XAML properties and get a tree view of UI elements.
Remote iOS Simulator for Windows - .NET MAUI Learn how the remote iOS Simulator for Windows allows you to test your apps on an iOS simulator displayed in Windows alongside Visual Studio 2022.
Edge Browser Tests Experimental DevTools Command Palette -- Visual Studio Magazine A new experimental Command Palette is available for testing in the bleeding-edge Canary channel for daily builds of the Microsoft Edge web browser.
Projecting Marten Events to a Flat Table Marten 5.8 dropped over the weekend with mostly bug fixes, but one potentially useful new feature for projecting event data to plain old SQL tables. One of the strengths of Marten that we’ve …
Unit Testing ASP.NET Core Minimal APIs This post is about implementing unit testing ASP.NET Core Minimal APIs. This feature is only available in .NET Core 7 Preview. If you’re using .NET Core 6. This will not work. So first you need to install the .NET 7 preview. For the demo I am using this 7...
Recording: Build your own database at Cloud Lunch & Learn I spoke at Cloud Lunch & Learn about the basics of building a database from scratch. We took a storage engine and created a simple database within the sp...
Running Lighthouse CI when deploying Azure SWA - Gérald Barré In this post, I describe how to run Lighthouse CI after deploying an Azure Static Web Apps using GitHub Actions.
The Case for C# and .NET It has been interesting as I’ve shifted out of .NET ecosystem which I’ve worked with on the server side (and some stints of desktop…
How finishing what you start makes teams more productive and predictable Let’s be honest. When you read this post’s title, you thought it was obvious. Yet, most people don’t follow this simple piece of advice. You know that too, a...
Cloudflare deployment in Guam Cloudflare Deployment in Guam - Delivering a Better Internet for Faraway Pacific Ocean Archipelagos Residents
C# MongoDB Guide | Rubik's Code In this article, we explore how MongoDB can be used with C# to perform basic CRUD operations.
System.Text.Json - Polymorphic Serialization and Deserialization In this article, we will deal with the polymorphic serialization and deserialization of C# objects with System.Text.Json.
316: Hosting Websites & Web Apps for Free After a quick update on Frank's drone, we dive into the world of static web apps, websites, and pages that are completely free to host on different platforms.
Real-World Cryptography: Wong, David: 9781617296710: Amazon.com: Books Real-World Cryptography [Wong, David] on Amazon.com. *FREE* shipping on qualifying offers. Real-World Cryptography
GitHub - dadhi/ImTools: Fast and memory-efficient immutable collections and helper data structures Fast and memory-efficient immutable collections and helper data structures - GitHub - dadhi/ImTools: Fast and memory-efficient immutable collections and helper data structures
Armchair Architects: Architecting Mission Critical Apps In a new episode of the Azure Enablement Show, Uli, Eric, and David have a lively discussion about what architects need to consider when designing mission critical solutions such as emergency services that must always work. Read below for highlights...
Using Visual Studio Notebooks for learning C# Visual Studio Notebook Editor brings C# and .NET to Jupyter Notebooks - Learn To Code Interactively. Getting Started with the .NET Notebook Editor Extension and C# Noteboooks Open Source Repo Step1. Install Notebook Editor Extension: https://market...
Subtle breaking change when adding DbContextPool Entity Framework Core 6 During the upgrade process of one of our applications from .NET Core 3.1 to .NET 6.0, I stumbled across a very subtle breaking changing when using the AddDbContextPool<TContextService,TContextImplementation>() feature of EF Core. I thought it might be wor...
Introducing FsSpec Type-driven and Domain-driven approaches commonly represent constrained values as a type. This approach is good, but generally leaves the constraints implicitly buried in functions. FsSpec exposes those constraints as data so they can be programmatically ...