usually when I programming a web application with java I use DWR library to enables Java on the server and JavaScript in a browser to interact and call each other.
for example, I can call a java routine to access the DB directly from a javascript code, and this is really useful.
Now I'm trying to create a web application with visual studio 2012 and I don't know if I can do the same thing with asp.net.
I've tried some "googling" but i don't had success. Someone can help me?
Thanks and sorry for my bad english >.<