How to create custom snippets in Visual Studio 2022
A simple way to improve efficiency is knowing your IDE shortcuts. Let’s learn how to create custom ones to generate code automatically. Continue readingC# Tip: ObservableCollection - a data type to intercept changes to the collection
ObservableCollection<T>
is a data type that allows you to react when an item is added or removed from the collection. Let’s learn more!
Continue reading