I\'m a noob to MVC, jquery and DataTables. I get a Microsoft Visual Studio warning dialog when I hit F5 to build and bring up the site locally for development/debug:
I think you may have a try to comment these lines out:
@Scripts.Render("~/bundles/jquery")
@RenderSection("scripts", required: false)
which are at the end of "_Layout.cshtml" page.
Hope it makes sense