Telerik blogs
  • Mobile

    Device Mirroring Options for Mobile Developers

    list image
    As mobile developers, we feel a sense of joy when we deploy our apps and see them running on a real device. It can feel great to see our code in action and interact with our creation.  The next obviou...
    May 27, 2021 4 min read
  • Web ASP.NET MVC

    Go Responsive with ASP.NET MVC

    list image
    Recent mobile web statistics indicate that a huge percentage of users of your web application are likely doing so from mobile devices. But are you providing the best possible user experience for all y...
    June 17, 2014 8 min read
  • Web ASP.NET AJAX

    Web Menus for the Modern Touch World

    list image
    You’re on the road with your smartphone/tablet and pull up a website in your browser (not while you are driving, of course!). The fancy new restaurant in town lures you in with mouth-watering menus or...
    June 02, 2014 9 min read
  • Productivity Testing

    Using WebAii to run JsUnit tests in TFS continuous integration builds

    Inspired by the automation of functional tests with WebAii, I decided to bring our JsUnit tests on the same level as the NUnit ones – in the continuous integration build. As it turns out, automation with the WebAii framework was really easy – just a few lines were sufficient to integrate the test runner.   Requirements The build agent should have the following: Cassini.dll in the GAC installed WebAii framework (adds browser plug-ins to IE and Firefox which make their automation possible) the build service should run on an interactive port, under the user that performs the build ...
    March 05, 2025 1 min read
  • Productivity

    Telerik OpenAccess ORM and Ado.Net Data Services Example Refreshed part II

    In the first part of this 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...
    March 05, 2025 3 min read