In ASP.NET MVC Core the BundleConfig class -- where, in ASP.NET MVC, you used code to create script bundles in ASP.NET MVC -- is gone. Instead, you use a configuration file called bundleconfig.json to ...
Okay, so I've been messing around with ASP a little bit for my new job (I'm a VB programmer usually). One thing I'm working on is trying to let my ASP scripts access a universal "Collection" object.