DNNCommunity / starter-module-spa

SPA module starter project for DNN Platform (formerly known as DotNetNuke) made by and for the DNN Community.
Other
5 stars 2 forks source link

Updated Template to Match .NET Community Standards #1

Closed SkyeHoefling closed 4 years ago

SkyeHoefling commented 4 years ago

The SPA template does not meet current .NET Community best practices for building a Web API. If you go to File->New Project in Visual Studio for a Web API in .NET Framework or .NET Core you will see the disconnects that this PR aims to fix.

These are recommendations based on my experience outside of DNN in the .NET Community and what I have seen as standards from official Visual Studio templates. They may be different than what DNN has done historically but if we want greater interop with developers coming from standard .NET this will be a good direction to go.