Whidbey has a method of embedding scripts, images, css, htc, etc. as resources in your code-behind assembly. Nice solution to the problem of versioning script files. Also, makes deployment easier. If you're curious, here's an article about it. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/webresource.as
Read More...