๐ฐ Assuming Visual Studio News
Assuming Visual Studio News Today
Fast, Ad-Free News Updates
Stay updated with breaking news from Assuming Visual Studio. Real-time updates on events, politics, business and more.
April 5, 2024
The new SearchValues class takes advantage of vectorization and hardware acceleration to speed up repeated searches in .NET 8.
February 22, 2024
Learn how you can use value objects in C# to improve the clarity, structure, and maintainability of your code.
February 15, 2024
Learn how to choose between classes, structs, and record types in C# for power, flexibility, efficiency, and performance.
January 18, 2024
AutoMapper makes life easy, but has its limits. Learn how to implement a custom mapper to handle complex data structures or incompatible types.
January 4, 2024
Primary constructors in C# 12 can be used in classes and structs as well as record types. Hereโs how they make your code cleaner and more concise.
December 21, 2023
Understand the differences between the most commonly used interfaces for accessing and manipulating collections of data in C#.
December 7, 2023
From dynamic memory limits to faster collection classes, .NET 8 is packed with new features for building more performant, scalable, and secure applications.
November 9, 2023
Take advantage of the specification design pattern in C# to improve the modularity, maintainability, and reusability of your source code.
November 2, 2023
Learn how to use IAsyncEnumerable in C# to easily filter, aggregate, transform, project, or otherwise process continuous streams of data asynchronously.
October 19, 2023
Structured concurrency offers a more organized and more intuitive way of managing the lifetimes of asynchronous tasks. Hereโs how to take advantage of it in C#.