Telerik blogs

Latest

  • People

    Telerik at Agile Testing Days

    Just a few short weeks ago, Telerik was a proud sponsor for 2011 ‘Agile Testing Days’ event in Potsdam, Germany. This event brought together agile testers from all over Europe to converse and learn in an intimate setting. Jim Holmes and Daniel Levy were there to guide the European agile testing community through many of the recent advancements that have been made in our automated functional and performance testing software, Test Studio.  Those who dropped by the Telerik booth were treated to in-depth product demos and some amazing ‘SWAG’ including our new testing t-shirts featuring a soon-to-be-named character. While the event has...
    November 29, 2011 1 min read
  • Release

    Telerik OpenAccess ORM Q3 2011 – Connection Pooling in Oracle environments

    With the Q3 2011 release of Telerik OpenAccess ORM we introduced three connection pool types which are explained in this blog post. In this blog post we will have a look at the connection pooling behavior of the Oracle driver and what setting to be used when we want to use Telerik OpenAccess ORM with Oracle databases.   Which setting for Oracle and why? When we want to use Oracle as our backend, it is advisable to use the connection pool type Open Access Connection Pool with OpenAccess Connection Management or the Ado Connection Pool setting. When using one of the two settings, we...
    November 29, 2011 3 min read
  • Release

    Introducing Telerik Color Editor for Silverlight and WPF

    We are proud to introduce the newest member of the Telerik XAML family - the Color Editor. With its powerful color selection mechanism, the Color Editor allows an intuitive way of picking your desired color. The Color Editor provides support for few of the major color modes - RGB, HSV, HLS and CMYK. In addition, the Color Editor allows you to edit each individual channel of the above mentioned color models. Let's begin with the most basic declaration of the Color Editor in XAML. <telerik:RadColorEditor Height="220" Width="400" /> By changing the value in the color mode drop-down you can control which color model is currently active. As mentioned...
    November 29, 2011 2 min read
  • Release

    Q3 2011 Webinar Week, This Week!

    Unlike the Webinar Weeks from the last few releases, this time we're doing things a little differently. With more than 12 products to talk about, we needed a new format that would let us cover more topics in fewer days, so with Q3 2011 there will be multiple webinars today, tomorrow, and Wednesday. The full schedule for the week looks like this: Date Time Topic Monday, Nov 28 9:30 AM Kick-off, Webinar Week Overview 11:00 AM Silverlight & WPF 12:30 PM Data Tools Tuesday, Nov 29 9:30 AM Windows Phone 11:00 AM AJAX & MVC 12:30 PM Tools for Better Code 2:00 PM Test Studio Wednesday, Nov 30 9:30 AM Preparing for Windows 8 11:00 AM Putting It All Together 12:30 PM Sitefinity 4 Thursday, Dec 1 11:00 AM Kendo UI Launch...
    November 28, 2011 3 min read
  • Mobile

    Building a Picture Browser app for Windows Phone using RadSlideView and RadDataBoundListBox

    One of the fresh new add-ons for the official Q3 2011 release of RadControls for Windows Phone is RadSlideView. The control provides smooth and slick user experience allowing for navigating a sequence of content items slide-by-slide. The control is also fully aware of orientation changes and the items are resized and re-arranged accordingly to the current orientation. In this post I want to demonstrate how easy it is to build a simple picture-browser application based on our RadDataBoundListBox and RadSlideView controls.   Download Demo What’s more interesting in the demo: Simulating Wrap Layout with RadDataBoundListBox Building a custom control to be used for image holder Using RadSlideView with SlideViewPictureSource  App architecture It is...
    November 28, 2011 6 min read
  • Release

    Introducing Industry's First Touch API for Windows Forms components

    We are very proud to be the first (and still only) Windows Forms component suite to provide full multi-touch support and API. As discussed in the sneak peek blog Get Ready to Touch’n’Roll with RadControls for WinForms, the powerful touch API that our components expose allow you to handle the touch gestures that occur on the screen and take some actions depending on what your touch scenario is. Now that Q3 2011 is a fact, allow us to introduce the main aspects of the touch API. These aspects will allow you to unleash the power of windows forms under touch-enabled devices,...
    November 25, 2011 4 min read
  • Web ASP.NET AJAX

    OData Binding for Navigation Controls (ASP.NET AJAX)

    Nowadays, it is more and more common for web developers to utilize RESTfull like services in their projects. There is nothing surprising in that, since in the nature of REST is to provide uniform interface to access the data. One may ask, what uniform means at all? Well simply said, all operations have the same meaning across all the resources they can act on. OData in turn, is a protocol that exposes your data to the web in a simple, RESTlike manner. A consumer can query the data via set of URL parameters and receive a response in the JSON format, which is native...
    November 25, 2011 5 min read
  • Productivity

    Telerik OpenAccess ORM – Stored Procedure Editor essentials

    Before Q3 2011 was live we have introduced you one of the major new functionalities you can find in the release – the new Stored Procedure Editor. It is the tool that allows us now to present our stored procedure support as feature complete. Along with the visual interface the Editor is offering, we have enhanced the functionality that was available in previous OpenAccess ORM versions generating automatically methods in the OpenAccessContext that are calling stored procedures. The old version of this code generation used to produce methods such as this one: // Old code generation public object[] GetCarsDetails(string carMake) {     SqlParameter parameterCarMake = new SqlParameter("CarMake",...
    November 25, 2011 3 min read
  • People

    Telerik at Øredev

    Telerik was a partner of the largest technical conference in Sweden - Øredev. It took place in Malmö between 7-11 November 2011. Øredev is the Premier developer's conference in Europe focused on the whole software development process. The conference brings the best speakers on subjects such as Java, .Net, Project Management, Web development and Testing.   In such a diverse community of developers it was incredibly easy and fun to exchange ideas and points of view, despite our differences in preferred platforms and programming languages. We felt the strong energy and eagerness of people to be creative.   It was nice to see the huge...
    November 25, 2011 1 min read
  • Web ASP.NET AJAX

    RadAsyncUpload for ASP.NET AJAX Revisited

    File API and Drag and Drop RadAsyncUpload has undergone significant changes since it's initial release back in Q1 2010. With the advent of the HTML 5 FileAPI and the updates to the XMLHttpRequest object, it is now easier than ever to utilize AJAX mechanisms when uploading files, a practice that was hardly possible prior to that. As you may have expected, RadAsyncUpload is not lagging behind these concepts and since Q2 2011 it utilizes a FileAPI module, which is now the default one under FireFox 4.0+, Safari 5+ and Google Chrome and will be used by default in the upcoming IE10. The File API module provides all functionalities provided by the other modules (multiple...
    November 24, 2011 3 min read