Telerik blogs
  • Web ASP.NET AJAX

    Different ways to make a request to the server in ASP.NET

    I’ve been noticing that people use the word “callback” for almost any request to the server, but in ASP it has its own meaning and there are many other ways to call the server. So, I wanted to make a few clarifications and a quick list.
    March 21, 2013
  • People

    Conference Buddy

    Check out the latest status of the Conference Buddy applications being developed in Windows 8 (XAML and WinJS), Windows Phone, ASP.NET WebForms, and Windows Forms.
    February 23, 2013
  • Productivity

    Decompile with a Bang!

    JustDecompile Q3 2012 Is Here It is hard to believe that less than year has gone by since we officially released JustDecompile. This is the second release cycle since that time, and we have added features worth celebrating! JustDecompile API is Open Create your own plugin and supercharge the power of JustDecompile. The JustDecompile API is now open and fully documented, making it easier than ever to harness the power of JustDecompile’s decompilation engine.  There are currently two plugins available: Reflexil, for assembly editing and De4Dot, for deobfuscating obfuscated assemblies. These plugins and their source code are available on the JustDecompile plugins page....
    October 26, 2012
  • 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...
    October 09, 2012
  • 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...