In Asp.Net with Ajax I can include my Javascript files as embedded resources in my assembly and create references to the embedded scripts using the ScriptManager.
Is there a way to do the same with Asp.Net MVC?
In Asp.Net with Ajax I can include my Javascript files as embedded resources in my assembly and create references to the embedded scripts using the ScriptManager.
Is there a way to do the same with Asp.Net MVC?