We Have to Start Over: From Atom to Zed - Zed Blog Thorsten interviews co-founders Nathan, Max, Antonio in about the vision and the technological choices behind Zed, how they went from Atom and Electron to Rust and GPUs with Zed.
Forgot that connection string? Get it here! All connection strings in one place. Find the syntax for your database connection using ADO.NET, ADO, ODBC, OLEDB, C#, VB, VB.NET, ASP.NET and more.
From engineer to manager: what I love, what I hate It's been almost 2 years since I moved to a team lead role, then to a full-time engineering management position after the expansion of our team. I've been a front-end developer for 7 years before that, and initially I took the "advanced individual contrib...
Automated Unit Test Improvement using Large Language Models at Meta This paper describes Meta's TestGen-LLM tool, which uses LLMs to automatically improve existing human-written tests. TestGen-LLM verifies that its generated test classes successfully clear a set of filters that assure measurable improvement over the origi...
REST002: Standardized Provider Abstraction Spikes In this session, we will review some of the work The Standard Community has been doing to implement SPAL (Standardized Providers Abstraction Library) for RES...
Add AWS CDK support by vlesierse · Pull Request #2225 · dotnet/aspire This pull request is intended to gather feedback for supporting AWS CDK with Aspire. It is build upon the work @normj is doing for general AWS with CloudFormation support (#1905 Add AWS CloudFormat...
8 things you didn’t know you could do with GitHub Copilot Developers all over the world are using GitHub Copilot to help speed up their development and increase developer productivity. With GitHub Copilot available to developers everywhere, we’ve found some fun and useful examples of how developers can use GitHu...
.NET Aspire Apache Kafka component - .NET Aspire Learn how to use the .NET Aspire Apache Kafka client message-broker component.
Considerations for a long-running Raspberry Pi # Chris Dzombak Keeping a Raspberry Pi online and working with zero intervention for weeks, months, or years is somewhat of an art form. Several classes of things can go wrong, and you need to consider how your Pi will recover from each of them.
Vision Pro - Exploring Spatial Computing My thoughts on using Vision Pro to get some real work done, exploring what Spatial Computing means and how it can be useful.
How to Check if a String Contains Only Letters in C# - Code Maze We will meet different alternatives to check if a string contains only letters and, also, discuss their benefits and drawbacks.
Alexeï Navalny, l’homme qui dérangeait Vladimir Poutine, est mort Alexeï Navalny, connu pour avoir dénoncé le régime politique et la corruption du gouvernement russe, est mort dans sa colonie pénitentiaire de l’Arctique rus...
Code to Cloud with .NET Aspire In this session, Distinguished Engineer David Fowler and .NET Product Architect Damian Edwards will talk about how .NET 8 makes building cloud-native apps easier than ever, with powerful new features to turbocharge the development experience.
Introducing project Kiota a client generator for OpenAPI | .NET Conf 2023 Integrating your application with APIs by manually implementing authentication, authorization, serialization, error handling and building requests represents...
Paying people to work on open source is good actually - Jacob Kaplan-Moss If you have a problem with maintainers getting paid then you have a problem with me and I suggest you let that one marinate.
Using Scoped Services From Singletons in ASP.NET Core Did you ever need to inject a scoped service into a singleton service? I'll explain how you can solve this problem and safely use scoped services from within singletons in ASP.NET Core.
Forgejo forks its own path forward Since its inception, Forgejo (a self-hosted git forge, like GitHub) has been a soft fork of Gitea. Upgrading to it was - and for the time being, remains to be - as simple as changing the URL from which the release is downloaded. Over time, the way Forgejo...
.NET Continuous Profiler: CPU and Wall Time Profiling How we implemented CPU and wall time profiling in our .NET continuous profiler.