Telerik blogs

Latest

  • Productivity

    Visual Studio: “Error Creating Control”

    I’ve run into this error before and last night it reared its ugly head again. You’ll find it from time to time when switching to Design View in Visual Studio to work with custom server controls. The bug is in Service Pack 1 of VS and can be quite annoying.   It has been submitted to Microsoft and they claim to be working on a solution which will “fix it in subsequent releases” of Visual Studio. Unfortunately, developers (like me) don’t want their productivity to suffer while we all wait for a fix from Microsoft. So here are a couple of steps...
    May 27, 2021 1 min read
  • Productivity

    Getting Started with ADO.NET Data Services and Telerik Open Access – Step IV

    Just a quick follow-up: we uploaded the application sample as a code library item named "Using OpenAccess with SilverLight and Ado.Net Data Services" and it is available at:...
    May 27, 2021 1 min read
  • Productivity

    Getting Started with ADO.NET Data Services and Telerik Open Access – Step III

    After we prepared our data service it is time to put some client UI into it. I must apologize in advance as the only UI that I’ve used is a ListBox control, and it looks… well pretty much ugly. The goal was to proof that the whole setup works as expected, not to design a profound UI solution. I am pretty sure that as a follow up, our SilverLight team will enhance the sample to a full-scale integration example very soon.
    May 27, 2021 5 min read
  • Productivity

    Getting Started with ADO.NET Data Services and Telerik Open Access – Step II

    In my previous post we looked into providing data to the client using ADO.NET Data Services and Telerik OpenAccess. However it is very rare just to present data, as usually some processing is done by the application on the client side, data gets modified and it is pushed back to the server for persistence. With ADO.NET Data Services this is done by implementing the IUpdateable interface by the data context class used on the server. NOTE: We do not implement IExpandProvider at the moment. They say that a picture is worth a thousand words, so same is true for the code – I...
    March 10, 2025 2 min read
  • Productivity

    Getting Started with ADO.NET Data Services and Telerik Open Access - The First step

    To my opinion the day the Astoria incubation project was unveiled,  all about querying and pushing data through a webservice changed for good. I was pretty amazed to see that the REST paradigm was so easily embraced in the .NET world. Now some time later, this is an official release and it is called ADO.NET Data Services. For all of you that are not familiar with ADO.NET Data Services you can find more information here. To put it shortly: <quote>“The goal of the ADO.Net Data Services framework is to facilitate the creation of flexible data services that are naturally integrated with...
    May 27, 2021 5 min read