Telerik blogs

Latest

  • Productivity Reporting

    Using Telerik Reporting with WCF RIA Services

    Due to the rising popularity of Rich Internet Applications (RIA) e.g. Silverlight applications, the developers get more dependent on services for coordinating application logic between the middle tier and the presentation tier and the logical question raises how to use an already working WCF RIA Service as a datasource for Telerik Report. This is very useful if you want to enable the exact same business data access logic for clients other than Silverlight. For example to a WPF, WinForms or WebForms application. Thus we have made some tests locally and decided to share our observations in this post. Prerequisites: We will examine the WCF...
    May 27, 2021 5 min read
  • Productivity

    Agile, ALM, and Telerik Tools

    I don’t think that there is any disagreement that agile methods, stemming from the Agile Manifesto, have changed the way we build software and have lead to profoundly greater successful projects and balanced teams. Agile methods help teams and business bring into focus what is valuable and helps reduce waste by embracing high bandwidth team collaboration, continuous feedback processes, and ever evolving and emergent requirements and designs. A term you are going to see more and more of is “Application Lifecycle Management” (ALM). In fact, Microsoft has rebranded its entire Visual Studio Team System division to be Microsoft ALM. ...
    May 27, 2021 2 min read
  • Productivity

    Team Foundation Server (TFS) Sync in TeamPulse 2010 Q3 Beta

    With the release of TeamPulse 2010 Q3 Beta, TeamPulse now supports TFS 2010 Work Item Synchronization! This blog post is meant to give you an overview of the Beta features related to Sync. How to add a TFS Server for Sync with TeamPulse The first step is to give TeamPulse the information it needs to communicate with your TFS Server. This is all done on the Manage Sync Servers screen in TeamPulse. You can access that screen via the Ribbon button located on the Project tab. On that screen, use the Add Server Button. Once added to TeamPulse, the TFS ...
    October 19, 2010 6 min read
  • Productivity

    Converting L2S Model to OpenAccess Domain Model

    As you might or might not know for some time now we have been working on a tool that would make migrating from Linq2Sql to Telerik OpenAccess a breeze. Yesterday (the 13th of October) we released an internal build including a beta version of the new Telerik OpenAccess Linq to SQL converter. In a few simple steps I would like to explain both how to use the tool and the capabilities and important considerations you should know about. First of all for the purpose of demonstrating the converter, we will use this simple LINQ to SQL model : The model contains the following items...
    May 27, 2021 6 min read
  • Productivity

    How to raise event for a mocked call.

    Recently, while i was working with a support issue, I found this interesting piece of test code that i would like to share here. This is actually written by Stefan Lieser (clean code developer from Germany forwarded to me by Jan from Telerik Germany).
    May 27, 2021 2 min read