Unleashing Cross-Platform Magic in .NET 8: Creating .NET MAUI Apps on Linux with Visual Studio Code Developing .NET MAUI mobile apps on Linux is now a reality! Thanks to the recently announced .NET MAUI extension you can now develop apps on different operat...
Finally Go Eyes On with Upcoming Visual Studio 2022 UI Refresh -- Visual Studio Magazine Six months ago, Microsoft teased Visual Studio 2022 developers by announcing an upcoming UI refresh, which they can now finally get their eyes on in the new v17.9 preview 1.
.NET Conf 2023 - Day Two After Hours + Day 3 Welcome to .NET Conf Day 3, our 24 hour stream with session from community members from around the globe! Full agenda: https://www.dotnetconf.net/agenda.NET ...
COM Source Generation: An evolution of COM interop in .NET | .NET Conf 2023 In .Net 8, the interop team created a source generator to enable you to easily transition from the runtime's built-in COM interop for IUnknown interfaces to ...
Wide binary debate heats up again One of the most interesting and contentious results concerning MOND this year has been the dynamics of wide binaries. When last I wrote on this topic, way back at the end of August, Chae (2023) and…
The Mighty 'MOX: 50kW AM Tower site tour Nearing it's centennial, KMOX-AM (1120 kHz) is a 50,000-watt clear-channel AM radio station with studios located in downtown St. Louis, MO, USA.
Your Never-Ending To-Do List - Chris Bailey Your to-do list will never end. That’s a good (and normal) thing!
Migrating to OpenTelemetry | Airplane At Airplane, we collect observability data from our own systems as well as remote “agents” that are running in our customers’ infrastructure. The associated outputs, which include the standard “three pillars of observability” (logs, metrics, and traces) a...
On Frame Rate Independence Diving into how we can determine whether some way of iteratively updating a value will be affected by variations in time step.
The State of Math in Markdown TLDR: Markdown + math is hard. GitHub is bad, Gitea better, GitLab best. Backticked syntax trumps $-syntax.
Upgrade your Development Environments with Devbox A gentle guide to creating isolated development environments
Build .NET MAUI Apps with DevOps | .NET Conf 2023 In this session, we'll walk through DevOps pipelines to show how to build .NET MAUI apps. We'll also share some tips and tricks, tips on how to optimize your...
Episode 479 - Radius.- radapp.IO Episode 374 - Keeping up with AzureJohn Savill, Azure Cloud Solution Architect and YouTube personality for his very popular series of A...Episode 133 - Service Fabric in the real worldThe guys talk to Todd Abel, a PM in the Azure Service Fabric team, abou...
From databases to API: an efficient solution both on-premises and in Azure | .NET Conf 2023 Data API builder turns Azure Databases into REST a GraphQL API so that you can have the backend for your next modern application done in just a few minutes i...
GitHub - localstack-dotnet/localstack-dotnet-client: A lightweight .NET client for LocalStack A lightweight .NET client for LocalStack. Contribute to localstack-dotnet/localstack-dotnet-client development by creating an account on GitHub.
Integrate Basic AWS Services by Blind-Striker · Pull Request #875 · dotnet/aspire This pull request initiates integrating fundamental AWS services into the Aspire. The current changes lay the groundwork for incorporating basic AWS services such as S3, SQS, and SNS. The next phas...
The real realtime preemption end game The addition of realtime support to Linux is a long story; it first shows up in LWN in 2004. For much of that time, it has seemed like only a little more work was needed to get across the finish line; thus we ran headlines like the realtime preemption e...
How to build a story generator application for children with NET MAUI and Microsoft Azure In this demo, I recount the process for using .NET MAUI to create a cross-platform application, along with Azure OpenAI services for creating stories and ima...
Make a template for your template; profit! | .NET Conf 2023 Ever wish you could create your own File | New template for your company or side projects? Complete with your favorite tools and settings ready to go? In thi...
The Lack of Compensation in Open Source Software is Unsustainable It’s 11:43pm on a Monday night. My 6-week-old son is asleep in my office so my wife can get some uninterrupted rest for the first half of the night. He’s finally asleep now, and I probably should be also after a full day of work. But I’m not done for the ...
Privacy is Priceless, but Signal is Expensive Signal is the world’s most widely used truly private messaging app, and our cryptographic technologies provide extra layers of privacy beyond the Signal app itself. Since launching in 2013, the Signal Protocol—our end-to-end encryption technology—has beco...
To the cloud with minimal changes: A pattern to make your app reliable | .NET Conf 2023 Do you want to move your web app to the cloud without rewriting it from scratch? Do you want to enjoy reliability and resilience benefits without sacrificing...
The Simplest Way To Build .NET 8 Native AOT Lambda Functions Hi, I'm James! And in this video you're going to learn how you can simplify the development of natively compiled .NET 8 Lambda functions with the Lambda Anno...
What happened to the custom exception description I threw from a C++/WinRT IAsyncAction? - The Old New Thing The description is just a courtesy and is not part of the API contract.
Reverse proxying is easy with YARP | .NET Conf 2023 How is YARP different from most other reverse proxies, and enables you to do easily customize to support your specific scenarios as its implemented as ASP.NE...
ASP.NET Core Exception Handling Tutorial | .NET 8 💻Join me on Patreon to get the source code: https://www.patreon.com/juliocasal🔥My Free .NET Backend Developer Roadmap: https://juliocasal.com/roadmapLearn ...
Should You Use The Async Suffix in C#? 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...
Build a Monolith and Deploy like Microservices? Maybe with Service Weaver Writing distributed applications like microservices can be challenging. I know, surprise, surprise. Performance, versioning, testing, and the list goes on, a...
Building 3D apps with Net MAUI and Evergine | .NET Conf 2023 In this session, we will learn how to build 3D apps with .Net MAUI and Evergine. Evergine is an industrial cross-platform graphics engine that you can now us...
.NET MAUI - One or more invalid file names were detected. - András Tóth's professional blog | banditoth Developers working on .NET MAUI projects may encounter a perplexing error during the build process, revealing invalid file names that must adhere to specific rules. The Solution To resolve this issue, developers need to identify and correct the problemati...
.NET MAUI + Visual Studio Code: Debugging Cancelled: XCode Not Found - András Tóth's professional blog | banditoth One common issue users face is the “Debugging Cancelled: XCode Not Found” error on macOS. In this blog post, we’ll explore a step-by-step guide to troubleshoot and resolve this vexing problem. Solution 1: Verify VS Code Command Line Tools Installation Bef...
The CSharp Switch Statement – How To Go From Zero To Hero Discover how to master the CSharp switch statement to make your code more effective and efficient. Follow along with C# switch statement examples!
Revolutionize Cloud Development with .NET Aspire - Your Gateway to the Future #shorts Discover .NET 8 Aspire new features #shorts 🖥️✨ Support me on Patreon to access the source code:https://www.patreon.com/mohamadlawandLet us connect:🌍 My w...
GitHub - davidfowl/WebQWorker Contribute to davidfowl/WebQWorker development by creating an account on GitHub.
Everything You Need To Know About Blazor in .NET 8 Blazor in .NET 8 has fundamentally changed! It's not about just some fancy new stuff, it's a whole new programming model that will require from us as develop...
Coding Clean, Reliable, and Safe Rest Apis With Asp.Net Core 8: Develop Robust Minimal APIs with .NET 8: Giretti, Anthony: 9781484299784: Books - Amazon.ca Coding Clean, Reliable, and Safe Rest Apis With Asp.Net Core 8: Develop Robust Minimal APIs with .NET 8: Giretti, Anthony: 9781484299784: Books - Amazon.ca
.NET Rocks! React Server Components with Aurora Walberg How can React Server Components make your website better? While at NDC in Porto, Carl and Richard talked to Aurora Walberg about her work with RSC and Next.js 13. Aurora discusses mixing server and client rendering - and server rendering within client ren...
Microservices using ASP.NET Core 8, Ocelot, MongoDB and JWT Microservices sample architecture using ASP.NET Core 8, Ocelot, MongoDB and JWT
Azure Well-Architected Review Assessment Updates Learn about the Well-Architected Review updates resulting from the Well-Architected Framework refresh.
.NET MAUI on Linux with Visual Studio Code Explore Cross-Platform Development with .NET MAUI on Linux! Dive into the latest release of the .NET MAUI extension for Visual Studio Code, enabling Linux..
Introducing Native Authentication for consumer mobile applications | Microsoft Entra Identity Developer Blog We invite you to take an early look at what we're doing to help make your mobile app login journeys more user-friendly and in line with your brand.
Introducing Visual Studio 17.9 - Preview 1 is Here! - Visual Studio Blog We’re excited to introduce Visual Studio 17.9 Preview 1, another leap forward in our continuous effort to enhance your development experience. This latest iteration is not just an update; it’s a transformation, enriched with features that speak directly t...
GitHub - paulyuk/aspire-samples at daprstate Contribute to paulyuk/aspire-samples development by creating an account on GitHub.
Elevating the developer experience on Windows with new AI tools and productivity tools With the latest Windows 11 update on Sept. 26 we released a host of developer features as the core component of the Windows OS with an intent to make every developer more productive on Windows. Today we are excited to announce Windows AI Studio, a ne
Announcing Azure Functions Flex Consumption: sign up for the early access preview <p><span><li-image width="264" height="264" alt="azurefunctions.png" align="center"..
Azure Developer CLI (azd) - November 2023 Release November 2023 release (version 1.5.0) of the Azure Developer CLI (azd) is now available. As always, you can learn about how to get started with the Azure Developer CLI by visiting our official documentation.
GitHub - martinjt/aspire-app-extension Contribute to martinjt/aspire-app-extension development by creating an account on GitHub.
With a systems approach to chips, Microsoft aims to tailor everything ‘from silicon to service’ to meet AI demand - Source Microsoft unveils two custom chips, new industry partnerships and a systems approach to Azure hardware optimized for internal and customer workloads
Resiliency policies now available in Azure Container Apps We are thrilled to announce the public preview of Azure Container Apps resiliency policies.Seamlessly recover from service and outbound dependency request..
Fiat-Shamir security of FRI and related SNARKs — Part 1 We have recently delved into analyzing the security of some SNARKs that are built on top of the FRI protocol. This emerging trend…
Everyday C# - A blend of modern and time tested features "Everyday C#C# innovates quickly. Your team needs to chart a course to adopt new features most applicable to you and your team. Everyday C# defines the subse...
Young Animator of the Year UK Helping to discover, nurture and celebrate all the amazing young animators across the UK.
What's new in System.Text.Json Our focus for System.Text.Json in this release has been to substantially improve the user experience when using the library in Native AOT applications, as we...