diff between working javascript framework in .net & java?
can any one kindly tell me the difference between working javascript frameworks(angular.js, backbone.js, node.js), ajax, json in .net and java.(visual studio IDE and netbeans IDE)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
Jaganathan BantheswaranPosted Oct 26, 2014, 7:50 AM
There is NO difference between working in the same frameworks with different IDEs. Everything is same except IDE.
.Net, Java are in Backends (in your case) where as angularjs is in FrontEnd. So whether the angular is with Java or .Net, it does't matter.
In angular you are going to use the data which is returned from the .Net based or Java based Services thats it.