asp.net core - core library



Can't believe it, but these are all the nuget package you need to start building your webapi project.





This will allow you to do all the dirty stuff like



  WebHost.CreateDefaultBuilder(args)
                .UseStartup();


Or start hosting it locally on your command prompt.

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm