stripping template down to bare minimum content

  • Thread starter Thread starter Adam102345
  • Start date Start date
A

Adam102345

Guest
maybe some you experts can help with this. I'm basically a beginner in VS 2019, as my previous thread here has indicated, but what I've found is that the template creations, when asked for by me, produce a lot of content that seems totally unnecessary for my puprposes. I know plenty about creating classes, writing javascript and formatting with CSS. But all the other stuff like controllers, jquery (bootstrap), json stuff and maybe a few other content items in there, are not needed whatsoever for my purposes. so the question I have for you all is...

What all can I eliminate out of an ASP.NET CORE template solution so I can still publish and run a website application that utilizes c#.net code, asp.net code, html, css and javasctip (no jQuery)? Anyone got any advice on this? See image below for what I see in VS after creating a .NET CORE template:

siteCSS.jpg

Continue reading...
 
Back
Top