Telerik blogs

Latest

  • Desktop WinForms

    RadGridView for WinForms – Getting Started with Virtual Mode

    Every once in a while, someone asks me "What’s the best way to bind 1,000,000+ records to RadGridView?” The first thought that pops into my head is, “Why in the world would you want to do that?” But – as there is always a reason for everything, good or bad, I typically go ahead and answer this question by suggesting the use of Virtual Mode. Virtual Mode allows you to implement your own data management operations for RadGridView. This means, instead of setting radGridView1.DataSource = bagillions of objects, you can intelligently manage how objects are loaded and cached ...
    May 27, 2021 4 min read
  • Release

    SP1 of Telerik Reporting Q2 2010 released; new videos on their way

    A few days ago we released the Service Pack 1 of Telerik Reporting Q2 2010. Although this is the first Service Pack for Telerik Reporting for this release, it is quite impressive in the amount of improvements it contains in all product fronts - VS report designer, data source components, report rendering and processing, and in the report viewers. The shortlist of the most important fixes includes better medium trust support, addressed Table/Crosstab design time issues related to TableGroup.GroupKeepTogether, KeepTogether, and repeating GroupHeader section overlapping other sections. The improvements include SqlDataSource support for stored procedures under MySQL, support for the ODP.NET ADO.NET provider,...
    May 27, 2021 1 min read
  • Web

    Getting Started with LightSwitch and OpenAccess – Part 3

    In my last blog we learned how to create an OpenAccess Domain Service that can be consumed by LightSwitch.  In this post we will continue down this path, and get the service loaded as a data source in a LightSwitch application. Adding the Service Our first task today is to add a LightSwitch Project to our solution. Do this through the standard “Add New Project” dialog.  You should see “LightSwitch” as one of the installed templates in the tree view on the left.  Select C#/VB, give the project a name, and click Ok.   Our solution explorer should now look like this:   Right click on “Data...
    May 27, 2021 3 min read
  • People

    Impressions from Basta

    While approaching the exhibition reception with fun and food around, Jan is doing his session about code generation in VS 2010.     Our Geekette had to do the booth in the meantime ;-)    
    May 27, 2021 1 min read
  • Web

    Building a Data Warehouse Part II: Building a new schema

    [repost from Stephen Forte's Blog] In Part I: When to build your data warehouse we looked at when you should build your data warehouse and concluded that you should build it sooner rather than later to take advantage of reporting and view optimization. Today we will look at your options to build your data warehouse schema. When architecting a data warehouse, you have two basic options: build a flat “reporting” table for each operation you are performing, or build with BI/cubes in mind and implement a “star” or “snowflake” schema. Let’s take a quick look at the first option and then we will take a look at...
    May 27, 2021 7 min read
  • Web

    Getting Started With LightSwitch and OpenAccess – Part 2

    In the last blog we looked at creating an OpenAccess domain model to expose to LightSwitch.  In this blog we continue down the path of integrating OpenAccess and LightSwitch.  Today we will set up an OpenAccess Domain Service that can be consumed by LightSwitch. Creating the Service The first thing we need to do is add a new “WCF RIA Service Class Library” to our solution:   This will add a new folder to our solution containing 2 projects, one is the RIA Service library(Demo.OALightSwitch.Web), and the other is a Silverlight client project(which we can ignore for these blogs).    After we add the new projects, we...
    May 27, 2021 2 min read
  • People

    Wrapping up the Telerik Eastern Canada User Group Tour

    Hey everyone! Now that I'm all back and settled in the Boston metro area, it's time to make some resources available to people who attended and for anyone interested in a little bit of Silverlight goodness. First though I've got a tiny side-note as far as the presentations.  Originally in this post I mentioned that we offered three different Silverlight talks to the user groups, but as it turns out nobody picked this one: Building a Unified Experience – Developing with Silverlight 4 and Windows Phone 7 In this session, we will get look into development on both the full Silverlight platform and on Windows Phone...
    May 27, 2021 3 min read
  • Productivity

    Building a Data Warehouse Part I: When to build your data warehouse

    [repost from Stephen Forte`s Blog] Most developers are scared of “Business Intelligence” or BI. Most think that BI consists of cubes, pivot/drill down apps, and analytical decision support systems. While those are very typical outcomes of a BI effort, many people forget about the first step, the data warehouse. Typically this is what happens with a BI effort. A system is built, usually a system that deals with transactions. We call this an OLTP or on-line transaction processing system. Some time passes and reports are bolted on and some business analysts build some pivot tables from “raw dumps” of data. As the system grows, reports start to slow...
    May 27, 2021 3 min read
  • Web

    Getting Started With LightSwitch and OpenAccess

    Over the next few blogs we will look at working with LightSwitch and OpenAccess, but first i would like to lay a little ground work. :) What is LightSwitch? LightSwitch is a new Microsoft tool enabling developers, and power users, to create multi-tier applications, quickly and easily.  Those of you familiar with Microsoft Access will find it gives you even more power to create application that are easy to maintain, and easy to distribute. Since the applications made with LightSwitch are Silverlight based, they are easily deployed in browser (3-tier), out of browser(3-tier), or directly to the desktop(2-tier).  What Do I Need? To get...
    May 27, 2021 2 min read
  • Release

    A New Book on Telerik RadControls and a Special Offer

    A great new book called “Pro Telerik ASP.NET and Silverlight Controls” was recently released by Apress. As the name suggests it is aimed at .NET developers working with Telerik’s ASP.NET and Silverlight controls. The author, Jose Rolando Guay Paz, has been a professional developer for more than 15 years and is currently involved in the development of web application using ASP.NET and Silverlight. He has significant experience in the field and was among the first developers to build commercial apps in .NET in Central America. The book provides a complete guide on how to increase your productivity when developing software by...
    May 27, 2021 2 min read