
Be aware of some shortcomingsĪSP.NET is powerful and makes building great Web applications a piece of cake. It is also well suited for a platform for IoT. ASP.NET Web API particularly shines with rich-client web applications (whether it be a Silverlight application or any single-page application like AngularJS) or mobile applications which needs a backend. ASP.NET Web API is just the solution developed by Microsoft for providing data services over HTTP. It facilitates plumbing code like content negotiation and leverages the power of HTML.

We shall develop in the remainder of this article an ASP.NET Web API application, but the following can be applied, without loss of generality, to all other components of the ASP.NET platform. It is developed and maintained by Microsoft. It also enables us to create Web APIs, mobile sites and use real-time technologies with SignalR. What is ASP.NET?ĪSP.NET is a free web framework for building Web sites and Web applications using HTML, CSS and JavaScript. We shall then see in the second part how to elegantly circumvent this issue by amending the default configuration with browser files.

NET Framework or building great Web sites and Web applications using HTML, CSS and javascript.īut, if browser detection is a primary concern for your business, you certainly noticed that ASP.NET fails to correctly perform such a task: we shall illustrate this point in depth in the first part of this article. It is an ideal platform for developing RESTful applications on the. Overall I love Google Chrome, but one thing has just come up that I thought would be useful to point out: Google Chrome doesn’t respond to XML in the same way (as I’ve just found out!) Both IExplorer and Firefox use different methods to acheive this, and usually Google Chrome is easy to deal with because from a javascript point of vew, has behaved as though it was a clone of Netscape/Mozilla/Firefox! HOWEVER…īEWARE THE DANGERS OF CODING THEM THE SAME, as your browser will just assume you’re using Firefox, and anything that Google Chrome does not do, will go by is a high productivity framework for building Web Applications using Web Forms, MVC, Web API and SignalR (this is the official definition).
(sorry, didn’t mean to shout, was just to grab your attention!) lol. Thanks for that! It’s been a great help! I’VE FOUND ANOTHER GOOGLE CHROME BUG:
