EN VI
Posts (0)
Questions (2)
2024-03-13 23:00:09
You should remove the .NET framework development options from the Visual Studio installer directly. This implies maybe removing some other options that depend on it, e.g. ASP.NET ("classic", non-core)...
2024-03-14 01:30:06
ToList() will not create a CollectionOfA. You could assign a CollectionOfA (i.e., the more derived class) to a List (the less derived class) but not the other way round. The way to go is to use the So...
Tags: c# .net visual-studio

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login