What is the difference between “@Scripts.Render” and “”?

I want to know about the difference between @Scripts.Render(“~/something.js”) and <script type=”text/javascript” src=”/something.js”></script>. Yes, I’ve already searched about this subject, but with no success. I think if @Scripts.Render exists isn’t by chance. More details What I’m meaning is: when I should use one or other and why. Answers: Thank you for visiting the Q&A section … Read more