Telerik blogs
  • Release

    Q2 2011 What's New for Windows Phone Wrap-up

    Hey Windows Phone lovers, it has been a busy two weeks since we had release webinar week.  We've seen the release of Visual Studio LightSwitch and the Telerik Hands-On-Labs that I wrote for that release, we've been prepping some really neat content that will start making some waves soon (check back tomorrow!), and of course we have been hard at work on creating learning resources to cover everything that was release during this latest round.  So of course part of that is packaging up the demos and slides from the Q2 presentations as well as covering some of the great...
    August 03, 2011
  • Productivity

    Constructors Made Easy with JustCode

    Constructors are a necessary element of class design that typically involves repetitive work. Language teams try to reduce verbosity by moving patterns into language features. Where this terseness doesn’t exist, tools such as Telerik JustCode can alleviate some of the work to make a smooth coding experience. Today, I will introduce a few features that make creating constructors easier. Blank Slate Let’s start with a simple Employee entity class.   public class Employee { public int Id { get; set; } public string FirstName { get; set; } public string LastName { get; set; } ...
    August 02, 2011
  • Productivity Testing

    Working with Test-Hostile Web UIs

    Part of what I’ll be blogging about over the next few months is my journey to become an expert with Test Studio. I’m not an expert yet, but I do bring a long history of applying tooling and frameworks to solving real-world problems, and I’m going to be working through many of those same problems in short order—figuring out how to solve those same problems is an awesome way to learn a new tool or framework’s strengths and weaknesses. I hope that by sharing my discoveries I’ll help you work through some of the same common problems! First up in ...
    August 02, 2011
  • 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

    How to use SharePoint List for Telerik Reporting Datasource

    SharePoint provides types and members in the Microsoft.SharePoint.Client namespace for accessing SharePoint remotely from a client computer or server. To get started with SharePoint client object model you will need Microsoft.SharePoint.Client and Microsoft.SharePoint.Client.Runtime assemblies. You can copy these DLLs from the %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\ISAPI folder of the server that runs Microsoft SharePoint Foundation 2010. Using the Microsoft.SharePoint.Client types you can get access to SharePoint List data. However in order to have design time support (Telerik Reporting Data Explorer, Wizards and Expression editor) with SharePoint as data source, you will need the following SharePointDataSource helper class. This class manages the SharePoint credentials,...
    July 29, 2011
  • Release

    Q2 2011 What's New for Windows Phone Wrap-up

    Hey Windows Phone lovers, it has been a busy two weeks since we had release webinar week.  We've seen the release of Visual Studio LightSwitch and the Telerik Hands-On-Labs that I wrote for that release, we've been prepping some really neat content that will start making some waves soon (check back tomorrow!), and of course we have been hard at work on creating learning resources to cover everything that was release during this latest round.  So of course part of that is packaging up the demos and slides from the Q2 presentations as well as covering some of the great...
    August 03, 2011
  • Productivity

    Constructors Made Easy with JustCode

    Constructors are a necessary element of class design that typically involves repetitive work. Language teams try to reduce verbosity by moving patterns into language features. Where this terseness doesn’t exist, tools such as Telerik JustCode can alleviate some of the work to make a smooth coding experience. Today, I will introduce a few features that make creating constructors easier. Blank Slate Let’s start with a simple Employee entity class.   public class Employee { public int Id { get; set; } public string FirstName { get; set; } public string LastName { get; set; } ...
    August 02, 2011
  • Productivity Testing

    Working with Test-Hostile Web UIs

    Part of what I’ll be blogging about over the next few months is my journey to become an expert with Test Studio. I’m not an expert yet, but I do bring a long history of applying tooling and frameworks to solving real-world problems, and I’m going to be working through many of those same problems in short order—figuring out how to solve those same problems is an awesome way to learn a new tool or framework’s strengths and weaknesses. I hope that by sharing my discoveries I’ll help you work through some of the same common problems! First up in ...
    August 02, 2011
  • 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

    How to use SharePoint List for Telerik Reporting Datasource

    SharePoint provides types and members in the Microsoft.SharePoint.Client namespace for accessing SharePoint remotely from a client computer or server. To get started with SharePoint client object model you will need Microsoft.SharePoint.Client and Microsoft.SharePoint.Client.Runtime assemblies. You can copy these DLLs from the %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\ISAPI folder of the server that runs Microsoft SharePoint Foundation 2010. Using the Microsoft.SharePoint.Client types you can get access to SharePoint List data. However in order to have design time support (Telerik Reporting Data Explorer, Wizards and Expression editor) with SharePoint as data source, you will need the following SharePointDataSource helper class. This class manages the SharePoint credentials,...
    July 29, 2011