Telerik blogs

Latest

  • Release

    New Mocking Capabilities in JustMock Q3 2011 SP

    Telerik JustMock received many new features in the service pack for the Q3 2011 release, enhancing the mocking framework’s impressive ability to mock almost everything. Let’s take a look at a few highlights of JustMock Q3 2011 SP. Mock Inside a Threadpool Mock objects can be accessed inside of another thread and work as expected. var mockable = Mock.Create<Mockable>(); Mock.Arrange(() => mockable.IsMocked).Returns(true); bool mocked = false; var latch = new WaitLatch(); ThreadPool.QueueUserWorkItem(cookie => { try { mocked = mockable.IsMocked; } finally { ...
    February 03, 2012 3 min read
  • Release

    The Q1 2012 MVC Beta is here with new Area chart and galore of charting features

    I am happy to announce the immediate availability of the Telerik MVC Extensions Q1 2012 Beta release! With it comes the longed-for Area chart type as well as a bunch of new features for the majority of the existing chart types supported by our MVC charting. We are also shipping a plethora of small and medium-sized features across all the Telerik MVC extensions, as well as formal support for the Chrome 16 and FireFox 10 browser versions. I won't go into much detail about each and every new functionality delivered with the Beta and, consecutively, the upcoming official major release...
    February 02, 2012 2 min read
  • Release

    Try the Hot Stuff – Telerik’s AJAX Q1 2012 Beta is Out!

    Though the time since the last official release, Q3 2011, and today’s release of the next Q Beta is a month shorter than usual, I am happy to present you the early preview of the Q1 2012 version of Telerik’s Controls for ASP.NET AJAX. Thanks to the hard work of the AJAX team members, we were able to include all of the major features here in the Beta version. And as most of them have been highly requested by you for some time now, I am sure you are eager to get them. But let’s stop wasting time and see...
    February 01, 2012 2 min read
  • Release

    RadControls for Windows Phone Q1 2012 Beta is here

    Two weeks before the official Q1 2012 release we have prepared a Beta package containing all the new stuff that we have been working on the previous months for you to check out. There are some brand new components, as well as cool new features in RadSlideView, RadDataBoundListBox and RadBusyIndicator.   Let's start with the newborn components available in RadControls for Windows Phone Q1 2012 Beta: RadToolTip - this is a control that allows you to display a popup associated with a given visual element on your page. This popup may contain any type of information, like additional details or some hints. We have a...
    February 01, 2012 2 min read
  • Release

    Introducing RadDiagnostics for Windows Phone

    As part of the Telerik “Q1.2012 Beta” package for Windows Phone we are releasing a new set of "Application Building Blocks" components. You can find more info on the idea of Application Building Blocks here. Among these components is RadDiagnostics. Overview RadDiagnostcs component will enable you to receive crash reports, get specific debug and run-time information from your end users when an issue (ApplicationUnhandledException) in your application is encountered. When an exception occurs, a MessageBox dialog is displayed and users are asked to report the diagnostics data. The collected data contains rich information about the exception, device and runtime info. Optionally a screenshot of the current application state can be provided....
    February 01, 2012 3 min read