DevTools for .NET

  • Products Dropdown menu

    DevCraft: The Ultimate toolbox for developers

    WEB UI CONTROLS & COMPONENTS

    • ASP.NET AJAX
    • ASP.NET MVC
    • Silverlight

    DESKTOP UI CONTROLS & COMPONENTS

    • WPF
    • WinForms

    VISUAL STUDIO PRODUCTIVITY TOOLS

    • JustCode
    • JustTrace
    • JustDecompile

    HTML5 / JavaScript Widgets

    • Kendo UI Web
    • Kendo UI Mobile
    • Kendo UI DataViz

    DATA TOOLS

    • Reporting
    • OpenAccess ORM

    MOBILE UI CONTROLS

    • Windows Phone
    • Windows 8

    Unit Testing

    • JustMock
    Download Free Trial With dedicated support.
  • Online demos
  • Free trials
  • Buy Now Dropdown menu

    Buy the Ultimate toolbox for developers

    Buy Online
    • Get a quote
    • Purchase Orders
    • Renewals & Upgrades
    • Volume Discounts
    • Support Plans
    • License Agreement
    • FAQ

    Contact us

    • emailsales@telerik.com
    • uk+44‒20‒7291‒0580
    • usa+1‒888‒365‒2779
    • au+61‒2‒8090‒1465
  • Community & Support Dropdown menu

    Welcome to the Telerik community

    • Support Center
    • Announcements
    • Forums
    • Documentation
    • Videos
    • Webinars
    • Knowledge Base
    • Issue Tracker
    • Code Library
    • Skins

    Community programs

    • Evangelists
    • Insiders
    • MVPs
    Like us on facebook Follow us on twitter
  • Services
  • Blogs
Toggle search

The Telerik Blogs

  • AJAX Series Part 3: Advanced Techniques – Performance, Theming, Cloud Deployment

    Wednesday, August 31, 2011 by ASP.NET AJAX Team | Comments 4

    The third, and final, episode of the ASP.NET AJAX webinar series took place yesterday. Much like with the first to webinars I wanted to make sure that I followed the webinar with a blog post containing all of the questions asked during the presentation, as well as a link to all of the recorded webinars. You can find a list of the questions asked below, and as always if your exact question is not found here then it’s due to a duplicate (or very similar) question.

    Q&A

    • Can the RadAjaxManager support partial post back that appends new controls to the page?
      ...
    Email to a friend
  • Running Telerik Reports in the cloud with Windows Azure Part 2

    Wednesday, June 22, 2011 by Reporting Team | Comments 3
    • Download Telerik_Reporting_in_Azure (C# VS2010) - 1.69 MB

    As we bragged in the SP1 of Telerik Reporting Q1 2011 Available post, besides the improved performance and optimized server resources, the XAML rendering extension can now be used in Windows Azure. That is why we decided to update our cloud demo to show the reports in the Silverlight report viewer as well (which utilizes the XAML rendering). You can learn how to use the Silverlight report viewer from the Getting Started with the Silverlight Report Viewer for Telerik Reporting video.

    The updated demo site can be seen at http://telerikreporting.cloudapp.net/. The good news is there is nothing specific that has...

    Email to a friend
  • Windows Phone 7 and Azure Webinar Wrap-up

    Monday, May 23, 2011 by Evan Hutnick | Comment 1

    Following the first webinar in our Windows Phone Wednesdays webinar series, I’m happy to say that the recording is online and ready to view on-demand!  You can check it out on Telerik TV here:

    http://tv.telerik.com/watch/windows-phone/windows-phone-7-azure-webinar

    Also to note for those who are in attendance, I re-recorded the portion where the Windows Phone 7 emulator was having display issues so that you can really take in the whole experience of adding data to your application and enhancing the app by using the RadJumpList control.  Sorry for the trouble, the display issues when presenting a webinar are hit or miss, last series for me...

    Email to a friend
  • Windows Phone 7 Wednesdays by Telerik

    Wednesday, May 11, 2011 by Evan Hutnick | Go comment!

    Hey everyone!  I'm happy to announce that Telerik is going to be hosting a 100% free, 100% awesome webinar series on some hot Windows Phone 7 development topics.  We've got Telerik Developer Evangelists, Microsoft MVPs, and up-and-coming community influencers (one of which happens to be from the Telerik Insiders), all presenting webinars for you to get up to speed with the platform and the latest and greatest programming techniques out there, all from the comfort of your desk.

    Windows Phone Wednesdays!

    Starting Wednesday, May 18th at 11am, tune in every Wednesday for four wees to take in these great presentations.  Happen to attend?  You...

    Email to a friend
  • Telerik Extensions for ASP.NET MVC in Azure – Part 2, Deploying your Application

    Friday, April 15, 2011 by ASP.NET MVC Team | Go comment!

    In Part 1 of this series we covered how you can create an MVC (both MVC 2 and MVC 3) web application that is ready to be published to the cloud. Of course we also went through how you can make this application a Telerik application, taking use of our Visual Studio Extensions. What the application actually does is up to you of course, but now that you’ve finished developing everything you want to take it to the next level; you want to deploy!

    Launching to the cloud

    So your project is ready to rock and you’re eager to brag to everyone that...

    Email to a friend
  • Telerik Extensions for ASP.NET MVC in Azure – Part 1, Building your Application

    Thursday, April 14, 2011 by ASP.NET MVC Team | Comments 2

    As some of you are (hopefully) aware of, our RadControls for ASP.NET AJAX work flawlessly on Windows Azure. We actually have a short blog series available here on our blogs that go through the necessary steps for creating an application (Part 1) and later deploying it (Part 2) to Windows Azure. However, do our ASP.NET MVC components work on this platform? The answer is: yes! (Note the usage of ‘!’, that’s how exciting it is!). The best thing is that the process is no more complicated than what you have to do for our RadControls for ASP.NET AJAX.

    Note

    Since most of...

    Email to a friend
  • Run Your Telerik Reports in the Cloud and Export Them to Word, PowerPoint & Excel 2007+

    Saturday, March 12, 2011 by Telerik Marketing Blog | Go comment!

    As with every release, the Q1 2011 focus for Telerik Reporting has been on both -- the end-user and the developer.

    Analyze, Update, Present & Share Data

    Supporting the Office Open XML standard, developed by Microsoft for representing spreadsheets, presentations and word processing documents, was a natural evolution for Telerik Reporting. This notable end-user feature means that starting from Q1 2011 Telerik Reporting will be able to export its reports to 2007/2010 Microsoft Office PowerPoint, Word, and Excel documents.

    Export Telerik Reporting Reports to PowerPoint

    Native support for the Office Open XML standard means a couple of important things:

    • Firstly, we are not simply exporting an image of the report,...
    Email to a friend
  • Connecting Telerik Reporting to SQL Azure via Entity Framework

    Tuesday, January 11, 2011 by Reporting Team | Go comment!
    • Download SqlAzure.EntityFramework (C# VS2010) - 160KB
    In the previous blog post from the series we discussed how to connect Telerik Reporting to a SQL Azure database using Open Access ORM with the OpenAccessDataSource component. Now it is time to demonstrate how to perform this with another very popular ORM – Microsoft ADO.NET Entity Framework and the EntityDataSource component.
    For the sake of this example we assume an existing SQL Azure account with the Adventure Works sample database already installed. Let’s start with a new ADO.NET Entity Data Model. To connect to the SQL Azure database specify the server name and the login credentials of your SQL Azure account, then choose the AdventureWorksLTAZ2008R2 sample database as shown below:

    azureentityframework1

    To create the entity model,...
    Email to a friend
  • Running Telerik Reports in the cloud with Windows Azure

    Sunday, December 05, 2010 by Reporting Team | Comments 2
    • Download Telerik_Reporting_in_Azure (C# VS2010) - 412KB

    Cloud computing is getting quite the hype these days, especially Windows Azure. To bring you up to speed, Windows Azure is a cloud services’ operating system which provides developers with on-demand computing and storage to host, scale, and manage .NET web applications on the internet through Microsoft datacenters.

    In this post, we would demonstrate how to add a Telerik Report to a Windows Azure Project, publish it to Windows Azure and serve it from the Azure cloud.

    Prerequisites:

    What you should have installed prior starting:

    • Windows Azure SDK 1.3 (November 2010)
    • Telerik Reporting Q3 2010 or later.

    Creating the project

    We start by creating a Windows Azure project (make sure...

    Email to a friend
  • Telerik Web Mail Demo on Azure

    Tuesday, May 19, 2009 by Todd Anglin | Comments 3

    webmail_morecloud I recently showed you how to get started working with the RadControls for ASP.NET AJAX on Azure. It’s really a lot easier than you might think. If you missed the first two posts (and the follow-up videos), here they are for quick reference:

    RadControls for ASP.NET AJAX on Azure

    Deploying RadControls to Azure

    Azure Videos on Telerik TV

    Today, I updated the live running Telerik demo on Azure to feature the complete Telerik Web Mail demo! That means you can now see almost all of the RadControls for ASP.NET AJAX running live on the Azure Cloud. Included in the demo are RadGrid, RadEditor, RadSplitter, RadMenu, RadAjax,...

    Email to a friend
12
Subscribe for updates
Bloggers Archive Tags
  • ASP.NET AJAX Team (472)
  • XAML Team (376)
  • Telerik Marketing Blog (379)
  • Phil Japikse (55)
  • Jeff Fritz (9)
  • JesseLiberty (78)
  • Support Department Blog (24)
  • Just* Team (155)
  • Carey Payette (11)
  • Michael Crump's Blog (78)
  • Mehfuz Hossain (2)
  • WinForms Team (180)
  • Windows Phone Team (77)
  • OpenAccess ORM Team (169)
  • Chris Eargle (17)
  • Vladimir Enchev (115)
  • Georgi Atanasov (38)
  • Windows 8 Team (28)
  • Miro Miroslavov (18)
  • Reporting Team (148)
  • Telerik Services (7)
  • Todd Anglin (65)
  • Evan Hutnick (97)
  • Valentin Stoychev (64)
  • Vesselin Vassilev (6)
  • Hristo Kosev (42)
  • Vassil Terziev (87)
  • Nikolay Atanasov (60)
  • The Telerik VSXTeam Blog (25)
  • Chris Sells (6)
  • ASP.NET MVC Team (70)
  • Vladimir Milev (34)
  • Developer Community's Blog (33)
  • 2013 May (22)
  • 2013 April (48)
  • 2013 March (55)
  • 2013 February (52)
  • 2013 January (42)
  • 2012 December (43)
  • 2012 November (40)
  • 2012 October (63)
  • 2012 September (45)
  • 2012 August (45)
  • 2012 July (37)
  • 2012 June (57)
  • 2012 May (42)
  • 2012 April (40)
  • 2012 March (43)
  • 2012 February (68)
  • 2012 January (21)
  • 2011 December (34)
  • 2011 November (61)
  • 2011 October (36)
  • 2011 September (57)
  • 2011 August (41)
  • 2011 July (55)
  • 2011 June (48)
  • 2011 May (53)
  • 2011 April (51)
  • 2011 March (76)
  • 2011 February (39)
  • 2011 January (29)
  • 2010 December (50)
  • 2010 November (58)
  • 2010 October (33)
  • 2010 September (36)
  • 2010 August (33)
  • 2010 July (57)
  • 2010 June (48)
  • 2010 May (42)
  • 2010 April (68)
  • 2010 March (50)
  • 2010 February (42)
  • 2010 January (46)
  • 2009 December (48)
  • 2009 November (49)
  • 2009 October (28)
  • 2009 September (38)
  • 2009 August (32)
  • 2009 July (40)
  • 2009 June (30)
  • 2009 May (46)
  • 2009 April (51)
  • 2009 March (39)
  • 2009 February (59)
  • 2009 January (54)
  • 2008 December (39)
  • 2008 November (41)
  • 2008 October (56)
  • 2008 September (57)
  • 2008 August (38)
  • 2008 July (48)
  • 2008 June (46)
  • 2008 May (20)
  • 2008 April (18)
  • 2008 March (16)
  • 2008 February (17)
  • 2008 January (8)
  • 2007 December (9)
  • 2007 November (11)
  • 2007 October (4)
  • 2007 September (17)
  • 2007 August (12)
  • 2007 July (16)
  • 2007 June (13)
  • 2007 May (19)
  • 2007 April (13)
  • 2007 March (11)
  • 2007 February (4)
  • 2007 January (6)
  • 2006 December (4)
  • 2006 November (11)
  • 2006 October (9)
  • 2006 August (1)
  • 2006 July (2)
  • 2006 June (3)
  • 2006 May (6)
  • 2006 April (6)
  • 2006 March (5)
  • 2006 February (8)
  • 2006 January (6)
  • 2005 December (9)
  • 2005 November (8)
  • 2005 October (10)
  • 2005 September (6)
  • 2005 August (3)
  • 2005 July (2)
  • 2005 May (1)
    silverlight winforms telerik windows-phone aspnet radcontrols-for-silverlight reporting aspnet-mvc silverlight-4 xaml radcontrols openaccess-orm net windows-forms winrt howto justtrace wp7 win8 radeditor release metro radtips wp7dev themes visual-studio styling winjs taskit servicepack javascript optimization performance roadmap mocking skin mvc Windows-Phone-8 radtreeview q1-2012 q2-2012 client-side radcontrols-for-windows-phone-showcase wpf wcf-ria-services q1-2010 service-pack events metro-ui q1-2011 getting-started telerik-ajax-grid windowsclient conference webinars 2011 c silverlight-3 linq treeview databinding teched accessibility net-tools aspnet-45 web-ui ui vsextensions wp8 chartview odata q2-2011 visual-studio-11 client-side-databinding wcf radpivotgrid contextmenu combobox theme justcode refactoring code-analysis justmock-lite design telerik-openaccess-orm pdf coverflow prism radrichtextbox visual-studio-2012 grid q3-2012 radwebinar aspnet-ajax data components support-resources mvc3 crm radgridview-for-silverlight sample-applications example rss radcoverflow editor design-time application html webapi diagram raddatepicker agile Q1-2013 customization radmap ria-services web-service localization radrotator visual-style-builder memory-profiler testing-framework template reporting-parameters contest sql-server warehouse features mobile-devices vs11 jquery radfileexplorer browsers optimization-tips windows-store build test-studio gauge navigation rich-ui menu video visual-studio-2010 vs-2010 scheduler virtualization drop n-tier dragdrop installation radmenu xml falafel code-camp radcalendar windows-7 reporting-crosstab services wcf-data-services helpdesk radajax free radjumplist awards testing radchartview radupload mvvm-light raddatapager silverligh radribbonbar videos resources radslider visualization q3 tips silverlight-editor grouping vs2012 courseware messagebox office2010 windowsclientnet extensibility refactor gallio mbunit-3 decompile test-runner qunit radimageeditor case-studies microsoft prizes sharepoint-2010 q3-2010 connections css3 developer-tools migration orgchart barcode blogs reduce-assembly-size radajaxloadingpanel radrating radcaptcha internet-explorer web-api best-practices raddiagram gallery help 2009 licensing wai-aria devconnections msdn M-V-VM memory-profiling OLAP series dependencyproperty layout vs2008 appearance mvvm map filtering raddomaindatasource radtileview windows gridview docking transition blend radbook persistence workarounds hristo-borisov hierarchy word localizationmanager control-panel coded-ui-tests raddock carousel propertygrid paging listview sp1 upgrade internal-build formatter justteam plugins subreport minneapolis orm pdc2008 survey report-items twitter interactivity keyboard-navigation qr-code radasyncupload web-developer-tools console canvas support-lifecycle firefox dev-tools rtm drill-down load-on-demand radinput validation collaboration ajax wcf-web-service general web-site digital-media organizational-chart radtreelist declarative-binding radnotification radsocialshare client-side-api routing opera wcf-plain-services mvc4 silverlight-5 openaccess-sdk assembly-minifier optimizer minify kendoui-for-aspnet-mvc mvc-grid upload conversationview radpickerbox wrap-layout ui-virtualization dashboard mix httpmodule radtabstrip dotnetregister stephen-forte aspnetpro-magazine mix-08 telerik-insiders website competition devproconnections mix-11 alm radtimeline radsparklines raduploaddroppanel rx reactive-extensions windows-phone-wednesdays just-plain-cool profiling RadDataForm new-control dropdownlist lightweight Searchbox Persistence-Framework Model-binding less Graph improvements Windows-RT software-testing annotations empty-values openaccess pixel-snapping extension-methods pointmark snapshot ria implicit-styles gantt radcontrols-for-wpf radcontrols-for-winforms vista routed-events webinar treev easing panelbar cookies htmlplaceholder color beta effects image-processing ziplibrary row-reorder groupbox label copypaste clipboard ironpython calculated-column dlr sorting data-engine virtualqueryablecollectionview netflix ribbonwindow outlookbar radmediaplayer editing silverlight-html richtext richtextbox q2-2010 gids silverlight-themes compass wpf-telerik-raddocking telerik-raddocking wpf-raddocking toolbar sandcastle totals csv financial trackball demo touch radmessagebox dialog start right-to-left project tpf gmail codeplex typing-assistance c5 await appx keyboard-shortcuts colorization solid dependency-inversion refactorings q2-2012-service-pack-2 net-memory-profiling net-performance-profiling justmock-unit-testing-mocking-nunit-mocking-tdd-test-driven-development technical-debt sl-oob-profiling live-data stubs fakes clr arrange-act-assert visual-aid async vbnet telerik-license-winner ten-year-anniversary report-designer service boston free-software bizspark john-kellar gabe-sumner sql-server-management-studio bugs linq-to-xml forward-mapping mysql devlink report-group page-number crosstab calendar objectdatasource open-xml-formats powerpoint viewer radcontrols-for-aspnet-ajax zoom markdown format autocompletebox 2d-rendering q2-2012-sp2 htmlchart discontinued radeditor-for-moss scripts ie9 aspnet-button client-templates htmlchart-radhtmlchart-chart-aspnet-ajax-radcontrols-comparison-radchart ebook qamp htmlchart-radhtmlchart-chart-aspnet-ajax-radcontrols multicolumn-headers track-changes web-forms strongly-typed-controls tag q1-2012-sp1 dimitar-raykov internship page-inspector trial designer drag-and-drop biff treelist qa data-source-engine reordering google navigation-controls organizational radticker radtextbox telerik-support tsak roadmaps toolbox web-parts scroll extender tooltip animation reorder seo items futures xmldatasource mathml radcolorpicker as radformdecorator-webkit-safari-chrome-scrollbar-styling radformdecorator-accessibility-radio-buttons-checkboxes-khtml-appearance-focus css-form-decorator-webkit-safari-chrome safari radslideview spatial-data add-openaccess-service sql-server-2012 adonet-data-services advanced tegra ray-gun-navigator stored-procedures linqpad stored-procedure xap-minifier radribbontab cag telerik-extensions-for-aspnet-mvc scatter-line scatter web dataform popup compiler radtrialreminder application-building-blocks radrateapplicationreminder ctp lob sp2 fast tree web-mail architecture radajaxmanagerproxy linq-to-m m comparison-and-migration-tool mono new-year vanatec surprise books powershell mind-mapping forms izoofari red-herring europe-top-100 radpony agile-myths project-management las-vegas devconnections-2012 open-source freiburg starwest xbox office2007 game moonlight linux team-productivity webui-test-studio radtreemap upload-parameters upload-filters esri-shapefiles kml-data radbulletgraph backstage-view q12012 custom-gantttask highlighting custom-timeline-items advanced-tooltips trackball-behavior pan-and-zoom-behavior radcartesianchart resource-grouping resource-filtering radentityframeworkdatasource radcalculator radcoloreditor radpdf radbarcode patterns-practices epic raduniformgrid modularity behaviors source-code repository-pattern telerik-rocks precon lightswitch radphoneapplicationframe live-tiles caliburnmicro push-notifications drag-cue raddraganddropmanager radanimation radwrappanel user-group mvp firestarter new-england-code-camp designer-developer-experience inotifydataerrorinfo dashboards application-library-caching northeast-roadshow software-craftsmanship wireframes WP RadAutoCompleteBox Token legacy-code Login Redirect Authorization Unexpected-redirect Page-Lifecycle .NET3 .NET2 2008 2005 Telerik-Academy Corporate-Social-Responsibility BAIT RadTreeList-for-ASP.NET-AJAX RadGrid-for-ASP.NET-AJAX RadPivotGrid-for-ASP.NET-AJAX RadControls-forAccess-ASP.NET-Ajax RadconQ1-2013 asp.netASP.NETQ1-AJAX Conference-Buddy Telerik-ASP.NET-AJAX SharePoint-2013 DropDownTree Zip-Library PdfViewer RadDropDownTree webfarm webgarden web-garden web-farm client-side-binding custom-colors RadPdfViewer Design-Time Designers decompilation future code-templates diagrams Nokia Hackaton RadPanorama RadLiveTileElement request server callback postback webservice comparison Wallet supp drawing Image-filters Report-Viewer AppMock aspnet-ajax scss sass QUnitMetro DevCraft Q2-2013 Silk Glow BlackMetroTouch serializer storage-provider persistencemanagerproxy persistencemanager settings save-settings CodeProject startup paste-from-word Intune range-bar-series multi-axes multiple-axes CJK sup extension hackathon Drag-and-Drop New-Orleans tip-of-the-day anti-aliasing radchart debugging expression-blend chart integration exporting ux row-details radgridview radwindow entity-framework radscheduler radgauge community radribbonform radexpander support animations breadcrumb routed-commands mef radtransitioncontrol adrotator slider tileview official-release drag-amp fixes windows-phone-7 image-editor zip radribbonview data-templates visual-studio-tips sql-server-2008 vertical-coverflow control radscheduleview rating backstage intellisense circle half quarter bindablelinq word-processor age-pyramid silverlight-word-processor silverlight-coverflow silverlight-richtext sqldatasource india wpf-docking raddocking drag-drop radtoolbar extensions export excel print touch-support panorama pivotgrid printing windows-8 coded-tests windows8 facebook autocomplete outlook css radcarousel telerik-reporting cab immersive expressions dialogs load msaa win radwizard automation wizard coversion visual-studio-extensions radconrolspy demos test-driven-development tdd unit-testing vs-2012 mocking-tool automocking justdecompile winmd api profiler performance-profiling memory-leaks bdd naming-conventions jasmine largest-memory-retainers camel-case-searcher lazy-programming file-system justmock search razor productivity ultimate-collection devcraft-complete community-team teched-europe teampulse developercommunity sql-azure ireportresolver telerik-tv silverlight-foundations hdc evangelists radgrid picturebox report-parameters send-email adobe-acrobat training radcombobox telerik-trainer page-aggregate sharepoint azure rendering cloud self-hosted-service case-study filter medium-trust radtagcloud keyboard-support telerik-ajax-pivotgrid skins new ribbonbar import format-painter configurationpanel mobile graphics radhtmlchart moss sharepoint-2007 ribbon chrome radbutton controls a whats-new clientitemtemplate web-development radformdecorator data-binding xhtml support-tickets style radlistview json resizing column-show-hide thumbnail q3-2011 social-network html5 web-resources radorgchart scrolling radspell overview headercontextmenu aria prometheus revert column dotnetnuke wiris caching dynamic-data troubleshooting tutorial code-generation spatial typeconverter project-templates nuget metrics kendoui database or nvidia stored-procedure-editor reverse-engineering generic-data-access minifier svg unobtrusive-validation how-to hub-tile flickr hubtile raddataboundlistbox radtimepicker data-visualization csc named-arguments context-menu radtooltip radpaginationcontrol raddiagnostics radbusyindicator radchart-for-wp7 sample q1 documentation radinputmanager compression oslo phone-support consulting-express secret-project new-product avaxo peter-blum show-off company readers-choice-awards pdc ideas-and-feedback-portal speaking announcement q3-release webinar-week sitefinity smashing-conference chris-sells award xamlflix radpivotmap raddatabars radtimebar radbreadcrumb contextual-tabs icon-viewmodel radganttview-ctp radpolarchart custom-appointments radvirtualizedwrappanel event-to-command lob-chronicles crm-demo infrastructure attributes hands-on-lab q1-2011-sp1 telerik-eastern-canada-user-group-tour silverlightrecruit bi net-user-group q2-2009 application-design PivotOverview RadControls-for-Windows-Phone RadListPicker Forbes NUnit Authentication Bulgarian-Association-of-Information-Technologies OLAP-BROWSER sdk web-farm load-balancing load-balancing load-balanced Access-Data asp plu The-Telerik-team-is-heading-down-to-New-Orleans-for-TechEd-NA-2013
  • .NET Developer Tools DevTools

    UI controls for ASP.NET AJAX, MVC, WPF,
    Silverlight, Windows 8 and Windows Phone

  • Hybrid Mobile Development Icenium

    Cross-platform Mobile Development Tool
    with cloud-based architecture

  • HTML5 / JavaScript Development Kendo UI

    Everything you need to build sites and
    mobile apps with JavaScript and HTML5

  • Testing Tools Test Studio

    One easy tool for Functional, Performance,
    Load and Mobile software testing

  • Online Business Platform Sitefinity CMS

    Everything for your online business - content
    management, ecommerce, emarketing

  • Agile Project Management TeamPulse

    Simple and intuitive project management
    and collaboration software

Contact us

We are here for you.
  • usa+1‒888‒365‒2779
  • uk+44‒20‒7291‒0580
  • bg+359‒2‒8099850
  • de+49‒89‒2441642‒70
  • au+61‒2‒8090‒1465
  • emailsales@telerik.com
Your account Access to your products, updates and support
Telerik Product Families
  • Anonymous

    • Account Overview
    • Support Tickets
    • Edit Profile
    • Log out

    Your Bookmarks

    It seems you haven't bookmarked any pages. Fix that by clicking the button below

      Bookmark this page
    • ABOUT US

      About Telerik

      • Company
      • Press Center
      • Customers
      • Community
      • Careers
      • Contacts
    • shopping cart

    Products

    .NET Developer Tools

    • ASP.NET AJAX Controls
    • ASP.NET MVC Extensions
    • Silverlight Controls
    • Windows 8 Controls
    • WPF Controls
    • WinForms Controls
    • Windows Phone
    • Telerik Reporting
    • Telerik OpenAccess ORM
    • JustCode
    • JustMock
    • JustTrace
    • JustDecompile

    SharePoint

    Controls and Web parts

    Agile Project Management

    • TeamPulse
    • Ideas & Feedback Portal

    HTML5 JavaScript Framework

    • Kendo UI Web
    • Kendo UI Mobile
    • Kendo UI DataViz

    Hybrid Mobile Development

    • Icenium

    Software Testing

    • Test Studio
    • Test Studio for iOS
    • Testing Framework

    Web Content Management

    • Sitefinity ASP.NET CMS
    • Add-ons Marketplace

    Value Bundles

    • DevCraft Ultimate

    Services

    • Software Development
    • Training & Mentoring
    • UX & Design
    • Assessments
    • Enterprise Solutions

    Demos

    • Developer Tools
    • Agile Project Management
    • Software Testing
    • Web Content Management

    Free Trials

    Purchase

    • Request a Quote
    • Contact Sales
    • Purchase Orders
    • Renewals & Upgrades
    • Volume Discounts
    • Support Plans
    • License Agreement
    • FAQ

    Free Tools

    • Telerik Minifier
    • Code Converter
    • Razor Converter
    • JustMock Lite
    • JustDecompile

    Community & Support

    • Support Center
    • Announcements
    • Documentation
    • Forums
    • Webinars
    • Videos
    • Code Library
    • Issue Tracker
    • Knowledge Base
    • Skins

    Blogs

    About Us

    • About Us
    • The Telerik Difference
    • Customers & Testimonials
    • Awards
    • Press Center
    • Events
    • Follow Us
    • Career Opportunities
    • Management
    Telerik - deliver more than expected
    • Contact Us
    • Site Feedback
    • Terms of Use
    • Privacy Policy

    Copyright © 2002-2013 Telerik. All rights reserved.

    • USA: +1‒888‒365‒2779
    • Germany: +49‒89-2441642-70
    • UK: +44‒20‒7291‒0580
    • Bulgaria: +359‒2‒8099850
    • Australia: +61‒2‒8090‒1465
    • mail: sales@telerik.com
    • Telerik fanpage on Facebook
    • Telerik updates on Twitter
    • Telerik company page on LinkedIn
    • Telerik on Google+
    Powered by Sitefinity ASP.NET CMS