Random Discovery
The .NET Web API returns a list of base class objects. When testing, the endpoint only returns properties of the base class. How can the properties of the implementation class be returned?
ASP.NET Core
Random Discovery
Although .NET 8 brings many enhancements in areas such as artificial intelligence, cloud-native, performance, native AOT, etc., I am still most interested in the changes in the C# language and some framework-level aspects. Below I introduce the new features in C# 12 and the framework that I find most practical.
.NET
Random Discovery
Some friends have been asking in the WeChat public account comments to share .NET MAUI UI frameworks. Today, Da Yao shares an open-source, free .NET MAUI UI toolkit: Uranium.
MAUI