Telerik blogs

Latest

  • People

    The community chooses the three best projects in the Telerik Reporting Contest

    Three months ago we decided it was just the right time to test the creativity of our customers in developing projects with the help of Telerik Reporting. We wanted to see how our solution integrated into their operations and helped them achieve their business goals. This community initiative attracted a lot of interest and we received quite a few submissions, of which only 7 made it to the finals. We would like to take this opportunity and thank all of you who took part in the challenge! We are pleased to present the winners chosen by the community to win the...
    May 27, 2021 2 min read
  • Productivity Testing

    Live Demo of the new Telerik Automated Testing Tools

    Do not miss the Live Demo of the new Telerik Automated Testing Tools! Tomorrow (Wednesday, 14th April) @ 11 AM EDT Register Now Faris Sweis will show you all the cool things we have been working on over the past months. He will also guide you through the brand new QA Edition of the WebUI Test Studio. We will also welcome any questions you have. See you tomorrow.
    May 27, 2021 1 min read
  • Productivity Testing

    Doing your first mock with JustMock

    In this post, i will start with a more traditional mocking example that includes a fund transfer scenario between two different currency accounts using JustMock.
    May 27, 2021 3 min read
  • Release

    Our plans for ASP.NET AJAX and SharePoint 2010

    The new MS Office and SharePoint release is just around the corner, and I want to assure everyone that we will provide full support for SP 2010 in our next RadControls release - Q2 2010. We have already put up a page with information about the new SP release. You can find all the information you need at the SharePoint product page on our site. In this post I will talk about the ASP.NET AJAX controls, but as you will see on the product page, we will also offer support for our Silverlight UI controls.   The most important thing I want to...
    May 27, 2021 2 min read
  • Productivity

    JustMock Beta available for download.

    We've just uploaded the latest JustMock bits so feel free to log in to your Telerik accounts and download JustMock. We'll be glad to hear your feedback. In the current JustMock build we've included documentation and examples to help you get started with our mocking tool. You can open the documentation from the JustMock menu in Visual Studio: It's still in an early stage but we'll improve it a lot more in the following few months. You can open the JustMock examples from the [JustMock Installation Folder]\Examples. Currently the tests which mock final / statics / etc. classes and members could be run with the default MSTest...
    May 27, 2021 1 min read
  • Web

    Commands in Task-It - Part 1

    Download Source Code Task-It Series This post is part of a series of blog posts and videos about the Task-It (task management) application that I have been building with Silverlight 4 and Telerik's RadControls for Silverlight 4. For a full index of these resources, please go here. One of the posts listed in the index provides a full source download for the application. Intro to Commands In recent blog posts, like my MVVM post, I used Commands to invoke actions, like Saving a record. In this rather simplistic sample I will talk about the basics of Commands, and in my next post will go deeper into the subject. What is...
    May 27, 2021 5 min read
  • People

    Riding waves

    While I typically refer to our journey of the last 8 years or so as a roller-coaster ride, another analogy is better suited: that of surfing. The waves of opportunity keep coming in one after the other and we, as one of the surfers, are enjoying them. Surfing and business, like everything else, starts with many difficult and painful moments. In the beginning, you barely hang yourself on the board, you fall off too often, you hit yourself. After a lot of practice and perseverance, you start riding small waves. And then you constantly go for bigger and bigger ones....
    May 27, 2021 4 min read
  • People

    Speaking at the VS 2010 Launch at TechEd India this week

    I’ll be speaking at TechEd India and the Visual Studio 2010 Launch in Bengaluru, India this week. I’ll be doing three sessions: Tuesday 2:30- Building RESTful Applications with the Open Data Protocol Wednesday 12:30-Building Applications with Silverlight 4.0 and WCF RIA Services Wednesday 2:30-Exploring the Silverlight 4.0 Business Features In addition, Team Telerik will be staffing a booth with Tee-shirts (hopefully if they get out of customs on time!) and live demos of our products and our brand new product to be announced today! See you at my sessions or at the booth! Technorati Tags: Telerik,TechEd
    March 22, 2023 1 min read
  • Web

    30 seconds from File|New to a new CRUD Silverlight application with Telerik’s new LINQ Implementation

    Last month Telerik released its new LINQ implementation and last week we released the new Data Services Wizard for Telerik OpenAccess, which supports both traditional OpenAccess entities and the new LINQ implementation. I will a walk you through the process where you can connect to a database, add a new domain model, wrap it in a new WCF Data Services (Astoria) service, and add a CRUD enabled Silverlight application. All in 30 seconds! Step 1: Build your Domain Model (20 seconds) Open Visual Studio 2010 RTM (or 2008) and add a new ASP.NET project. Right click on the project and select Add|New Item and choose Telerk OpenAccess Domain Model from the item...
    May 27, 2021 2 min read
  • Desktop WPF

    Implementing logical paging with RadDataPager for WPF and Silverlight

    Following the great series about RadDataPager started by Rossen and Pavel today I’m going to show you how to implement logical paging. We are going to implement alphabetical paging similar to this ASP.NET AJAX Grid Demo. As you may already know the key to the heart of the RadDataPager is the IPagedCollectionView interface. You can create your own implementations of this interface and implement any custom logic for paging you want. This is exactly what we are going to do in this article. Introducing PagedCollectionViewBase and LogicallyPagedCollectionView<T> If you have looked at IPagedCollectionView interface you may have found out that it is not a trivial interface to...
    May 27, 2021 4 min read