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
  • Productivity

    Telerik OpenAccess ORM - From your Database to a WCF Service

    After the official release of our new Add OpenAccess Service wizard you have shown some great interest in using it to shorten the efforts for creating the Web Services and start developing your N-Tier solution. As we are always trying to help you achieve your goals faster and easier, we decided to enhance our resources on the matter with two video tutorials, covering all you need to know about using the wizard for generating WCF Plain Services and WCF Data Services.   WCF Plain Services As many of you already know, for exposing your OpenAccess Domain Model through a Plain Service, we are generating a layer of Data Transfer Objects....
    September 25, 2012
  • Web

    Getting Started with KendoUI and OpenAccess ORM

    As many of you may know, KendoUI is a really awesome new JavaScript framework that combines everything needed for modern JS development into one sweet package.  One of the features it provides is the ability to bind different UI controls to various data sources; so in this blog I will show you how OpenAccess ORM can be leveraged on the backend, and KendoUI can take care of the front end! Getting Set Up To get started create a new ASP.Net Empty Web Application. Note: You can really use any web based project template you like, in this walkthrough I just chose to start with nothing. :) Once...
    February 07, 2012
  • Web

    Using Telerik OpenAccess ORM Spatial Data with RadMap for Silverlight

    Spatial data is all the rage, everyone wants a map in their application to quickly visualize data.  In a previous blog I showed how you could query, and display, SQL Spatial data on RadMap for WPF using Telerik OpenAccess ORM.  In this blog, I will show you how to display the data on RadMap for Silverlight.  This adds a slight twist because we need to transport the SQL Spatial data across a service boundary, but thanks to some updates in RadMap this is still an easy process; so lets take a look! Database Setup The first thing we need is some spatial data. In...
    July 29, 2011
  • Productivity Reporting

    Understanding the Telerik Reporting WCF Service

    After working a bit with the Silverlight Report Viewer for Telerik Reporting, it seemed only natural to write a quick post to explain how exactly the Reporting WCF Service (located here in the help file) works and how to quickly and easily get started with it. To start with, why do we need a WCF service for Telerik Reporting?  The answer is that we added a Silverlight Report viewer not too long ago, and in order to get information to a Silverlight client application you need to either use a javascript bridge through the webpage hosting the XAP, which is a slightly clunky...
    February 11, 2010