If I use Ajax.ActionLink in my ASP.NET MVC 3 app, when I browse th开发者_开发问答e site with mobile Safari and click my ajax links, the browser address bar drops down and briefly shows the POST url. N
My Controller creates a list of links like this <ul id=\"MainMenu\"> @foreach (var item in Model.MenuItems)
For a company that has their stack built on Apache Tomcat and JSP what would be the best web service platform to be leveraged by that infrastructure that would be consumed by .NET c开发者_C百科lient.