Telerik blogs
  • Productivity

    Telerik OpenAccess ORM Meets ASP.NET Web API

    Microsoft has recently released their latest technology helping the N-Tier development – the ASP.NET Web API framework. If you haven’t had the opportunity to experience this new platform built around the HTTP protocol, here we try to address some of the key points about Web API services as answers to the most common questions you might be already asking:  What is Web API? ASP.NET Web API is the latest platform provided by Microsoft for creating HTTP-based services.  When can I use Web API? The Web API framework is not limited to any kind of architecture. You can build REST services on top of it or...
    May 27, 2021 3 min read
  • Productivity

    The next trick in Add OpenAccess Service Wizard sleeve - Web API

    Telerik OpenAccess ORM Q2 2012 is already live so hurry up and check all the benefits of upgrading to it on our What’s New page!  One of the most interesting additions to this release is the Add OpenAccess Service wizard (in short AOS wizard), a great time-saver when you want to expose your data to other tiers using various kinds of services. After implementing the generation of WCF Data Services 5 there, we would like to share with you our future plans for this wizard – Web API support! Goals As many of you know Microsoft recently published a release candidate version of the new WebAPI with the MVC...
    May 27, 2021 2 min read
  • Web ASP.NET AJAX

    The Present and Future of Using JSON in WebForms

    JSON (JavaScript Object Notation) is the way to handle data on the client these days. It really is the cat’s pajamas. Almost all the client-side widgets or libraries that you’ll be working with will most likely be utilizing JSON, and sending large chunks of data over the wire as JSON as opposed to other bulky forms of data can lead to some dramatic performance increase across any application. I often come across individuals not sure of what JSON is, or how they can use it today, and I wanted to address this issue in a blog post. Of course I...
    March 06, 2025 14 min read
  • Web ASP.NET AJAX

    Take a Walk on the Client Side with WebAPI and WebForms

    In my last blog I introduced the basics of using ASP.NET AJAX and WebAPI together in the same project.  In addition, I showed how to bind results from WebAPI to a Telerik’s ASP.NET AJAX Grid. In this blog I will continue down this path and implement insert, update, and delete operations using WebAPI and RadGrid! Note: While this post focuses on using WebAPI in conjunction with RadGrid, most of the client code can be used when working with RadGrid in client mode.Set It Up! To get started an additional reference needs to be added to the project: System.Net.Http.Formatting Adding this reference allows us...
    May 27, 2021 10 min read
  • Web ASP.NET AJAX

    A Match Made in Http Heaven - ASP.NET Web Forms and WebAPI

    With the introduction of MVC 4 Microsoft has created a fantastic new way for developers to expose data via HTTP service.  WebAPI is extremely easy to configure when compared to WCF services, and can send content in a multitude of formats.  On top of that you can easily extend it at almost any level.  While WebAPI shipped with MVC 4, it can easily be used in Asp.Net AJAX as well!  In this blog we will take a look at setting up WebAPI in ASP.Net Web Forms Before We Get Started To follow along with this blog you will need to download and...
    May 27, 2021 4 min read