Turn2Jesus2
Best place to find open source Web API projects?
This is the associated github link: https://github.com/Harsha-Global/AspNetCore-Harsha
10 replies
Best place to find open source Web API projects?
What you're asking for is perfect! Seeing a worked example is the fastest way to learn, especially if there are copious notes as to why certain decisions were made. I recommend a course on Udemy.com for this
10 replies
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
I wrote a ton of bundling code for .NET framework. If it's the same thing, then I'll probably try to port that. But when I did my research, that wasn't available in .NET core
36 replies
How should I include 3rd-party JavaScript Libraries in my ASP.NET Framework SDK-style project?
So there's the "I want to get a specific version of a javascript library installed locally on my website" and then there's "I've got a lot of JS files that need to go to the client." Does grunt handle both, or just the bundling aspect?
36 replies