トピックス
Announcing C# Dev Kit for Visual Studio Code - Visual Studio Blog
https://devblogs.microsoft.com/visualstudio/announcing-csharp-dev-kit-for-visual-studio-code/
Release 4.9.17 · unoplatform/uno
https://github.com/unoplatform/uno/releases/tag/4.9.17
Release Diagnostics Release - v7.0.430602 · dotnet/diagnostics
https://github.com/dotnet/diagnostics/releases/tag/v7.0.430602
ReSharper 2023.2 EAP 3: Improvements for Working with Raw Strings and More C++ Features. | The .NET Tools Blog
https://blog.jetbrains.com/dotnet/2023/06/06/resharper-2023-2-eap-3/
Rider 2023.2 EAP 4 Is Out! | The .NET Tools Blog
https://blog.jetbrains.com/dotnet/2023/06/09/rider-2023-2-eap-4/
Rider 2023.2 EAP 3: Improvements for Raw Strings, GitLab Integration, Memory Snapshot Analysis, and More | The .NET Tools Blog
https://blog.jetbrains.com/dotnet/2023/06/06/rider-2023-2-eap-3/
アーティクル、スライドなど
System.Formats.Tarの使い方 - Qiita
https://qiita.com/skitoy4321/items/3ffe5ea62c9a75b6e397
Debugging JwtBearer Claim Problems in ASP.NET Core – Tore Nestenius | Trainer and Senior Software Developer
https://nestenius.se/2023/06/02/debugging-jwtbearer-claim-problems-in-asp-net-core/
Enhancing Data Validation in .NET IOptions Pattern: Utilizing Named and Typed IOptions for Robust Configuration.
How Docker Fast Mode Works in Rider | The .NET Tools Blog
https://blog.jetbrains.com/dotnet/2023/06/07/how-docker-fast-mode-works-in-rider/
HackTogether: the Microsoft Teams Global Hack - Keynote Recap and What’s Coming - .NET Blog
https://devblogs.microsoft.com/dotnet/hacktogether-recap-whats-coming/
Understanding Dependency Injection in .NET Core
https://auth0.com/blog/dependency-injection-in-dotnet-core/
Visual Studio's IntelliSense list can now steer GitHub Copilot code completions. - Visual Studio Blog
https://devblogs.microsoft.com/visualstudio/github-copilot-visual-studio-intellisense/
[.NET] CommunityToolkit.HighPerformance で画像処理を書く
https://zenn.dev/shimat/articles/c08c3522cdbfbb
Hey Yara, find some vulnerabilities | MSRC Blog | Microsoft Security Response Center
https://msrc.microsoft.com/blog/2023/06/hey-yara-find-some-vulnerabilities/
Avalonia UI - What does Vision Pro mean for Windows Developers?
未来を切り開くBlazor .NET開発者のための新たなチャンス - connpass
https://infragistics.connpass.com/event/286490/
[VisualStudio2022]いまさらLiveUnitTesting使ってみた - Qiita
https://qiita.com/yusuke-sasaki/items/3cd31a6ab288e1791b3c
DevCamp 2023: Meadow v1.0, Meadow Cellular, Meadow.Cloud, and More! – blog.wildernesslabs.co
https://blog.wildernesslabs.co/devcamp-2023-announcements/
EntityFramework Coreの一括更新 - Qiita
https://qiita.com/karuakun/items/d2626b2b518d57420a39
C# Dev Kitを遊んでみる
https://zenn.dev/tnagata012/articles/play-csharp-dev-kit-2e404533dd7e99
【R&D DevOps通信】研究開発部の.NET基盤をご紹介 - Sansan Tech Blog
https://buildersbox.corp-sansan.com/entry/2023/04/13/110000
.NET Annotated Monthly | June 2023 | The .NET Tools Blog
https://blog.jetbrains.com/dotnet/2023/06/01/net-annotated-monthly-june-2023/
Easy Test Database Reset in .NET with Respawn
https://medium.com/@kova98/easy-test-database-reset-in-net-with-respawn-d5a59f995e9d
Avalonia UI for .NET: Project Overview from Mike James
https://www.infoq.com/news/2023/06/avalonia-mike-james/
C# でリアクティブプログラミングを自作してみる:Select と Where オペレーター - Qiita
https://qiita.com/fsdg-adachi_h/items/01018ab1e0d3e71df9bd
Introducing Sep - Possibly the World's Fastest .NET CSV Parser
https://nietras.com/2023/06/05/introducing-sep/
Exploring the New Visual Studio Feature: .http Files
https://dev.to/iamprincejkc/exploring-the-new-visual-studio-feature-http-files-1i99
Dependency Injection in UWP apps
https://kidjenius.medium.com/dependency-injection-in-uwp-apps-82e6eebf9e23
nameof get's a bit better in C# 12
https://steven-giesel.com/blogPost/5b0bcb83-4508-4cde-9299-80940bf4709a
Where are Objects Allocated in C#? Understanding Heap and Stack
Embracing Simplicity in C# 12: Default Parameters in Lambda Expressions
ライブラリ、リポジトリ、ツールなど
サイト、ドキュメントなど
ツイート
Dapper; big thoughts and questions on vNext and future shape. Interested in database access in .NET (or Dapper specifically)? I want your thoughts! https://t.co/YijaixF3bW
— Marc Gravell (@marcgravell) June 8, 2023
/cc @ajcvickers @shayrojansky @_dotnetbot_
Did you know you can use the Range syntax with LINQ?
— Milan Jovanović (@mjovanovictech) June 8, 2023
Range syntax is supported from C# 8+.
It's a concise way to represent a range using the `..` operator.
For example, take the range `x..y`:
- `x` is the start of the range
- `y` is the end of the range
However... pic.twitter.com/TUv553z0VW