Another year - another medal. Or several medals to be precise. Telerik has a pretty good track record when it comes to the Visual Studio Magazine Readers Choice Awards and this year is no exception. And this is something that makes us extremely proud. It means the world to us when we see that the users appreciate our products - you can count on Telerik to continue delivering top-notch third-party tools for application development in Visual Studio. You have our sincerest gratitude for the support you've given us over the years. Now without further ado here are the award honors ...
The Visual Studio community has awarded TeamPulse with a Silver in the Collaboration, Project Management and Agile Solutions category. Telerik collected thirteen awards in the 2012 Visual Studio Magazine Readers Choice Awards and one of them was for us, the TeamPulse team, for our agile project management and collaboration tool. The Visual Studio community has always been of great importance to us and the resounding response to our work is nothing short of fantastic. It is rewarding and exhilarating to know that you believe in Telerik and especially in TeamPulse. We would like to thank all of you who voted ...
The most complicated process in the Test Studio for iOS Documentation is the configuration for UIKit Testing. It's easy to accidentally skip a step or perform one incorrectly. This post addresses common mistakes, their symptoms, and how to fix them. Cannot Begin Testing You see the following message when attempting to record a test against an iOS Application: There are no testable applications
installed on this device. Please
consult the documentation for more
information.
The Document Type tells Test Studio that an application is testable. See step 13 here for how to add and configure a tstest Document Type. Cannot Record You ...
Today marks the release of the second version of UglifyJS. If you aren't familiar with Uglify, its a JavaScript library that minifies JavaScript. It's probably the most widely used minification tool for JavaScript in the community, based on it's speed and reliability for producing...
Thirteen. The number of awards Telerik collected in the 2012 Visual Studio Magazine Readers Choice Awards. The Visual Studio community has always been of great importance to us and the resounding response to our work is nothing short of fantastic. It is rewarding and exhilarating to know that you believe in Telerik and its products. We would like to thank all of you who voted for us! Fact: the number of awards Telerik won this week alone is higher than all awards Telerik won in 2004. The number of awards may seem a bit high, but it shouldn't come to a surprise....
Four months ago, we released over 20 ready-to-use templates that provide implementation for common application development scenarios: Design Templates. We have good news for you: after our latest release the templates are over 50! The fresh additions include our newest controls demonstrated in various scenarios, allowing you to choose what suits you most. One of these new controls is RadDataForm. It is included in different form scenarios like: registration forms, sign in, check-out and multipurpose template for search and filter purposes. The templates that include RadConversationView are a great example of how Design Templates not only use and configure RadControls so that you can...
When you create a site you want it to be accessible as well as beautiful. We strive to give you both and this is why we have taken up a major campaign to improve the accessibility support of Telerik’s ASP.NET AJAX controls .We, as developers, are quite used to getting things done through the keyboard and we want to give your users the same experience. This time the Dock and TagCloud controls are leveling up. RadDock now has keyboard support
Since Q3 2012 RadDock has the ability to execute DockCommands using keyboard shortcuts. To enable this new feature all you need to do is set...
Auto mocking containers are designed to reduce the friction of keeping unit test beds in sync with the code being tested as systems are updated and evolve over time. Background The Dependency Inversion Principle states: High level modules should not depend upon low level modules. Both should depend upon abstractions. Abstractions should not depend upon details. Details should depend upon abstractions. As more developers follow this and the rest of Robert Martin’s SOLID principles, methods and classes become much smaller with dependent objects injected into them, typically through constructor injection. As additional dependencies are needed (or the code is refactored to improve dependency isolation), the signatures of...
A new Fiddler Beta minor update was released this evening [.NET2 or .NET4]. This build contains a few long-awaited tweaks, bug fixes, and minor features. Read on for the summary of changes, and please let us know (Help > Send Feedback) in Fiddler if you find any problems! Web Sessions List Improvements The Web Sessions list on the left side of Fiddler shows each Session and provides entry points into most of Fiddler’s functionality. In the new version, a number of improvements have been made to this critical interface. Sorting Indicator Fiddler has always allowed sorting the Web ...