Making a usable and effective UI is achieved by getting advice from many testers of your application
It is preferred to at least pair program with one other individual or use the “Rubber Ducky debugger” where you talk design problems out to understand them better
C# is a very diverse language with many features
Visual Studio is not my preferred IDE
ASP.net framework feels a little clunky, but dotnet tools are easy to use
ASP.net libraries can be a burden to use with version mis-matching errors
Learned how to publish a .NET app through IIS Server on Windows Server with an Microsoft SQL database
Learned how to build a .NET app in a container and use MySQL instead and connect two or more containers together