The formatter in Telerik JustCode is one of its many great features. Its main goal is to let you define and enforce your code style across your projects. It is a very important part of the product as it is used in many other places as well (for example typing assistance and refactorings). Configuration The JustCode formatter is very configurable. You can find its options in the Code Style section of the JustCode options dialog: You can also configure JustCode to share the Code Style options per solution. To do that, go to the Options Sharing page in the Options. Supported languages As shown on the image...
I’ve just posted up a new video showing how you can link automation tests in Test Studio to user story acceptance criteria in Team Pulse. It’s extraordinarily simple to do! Find the video here on Telerik TV! About the author Jim Holmes Jim Holmes has around 25 years IT experience. He is co-author of "Windows Developer Power Tools" and Chief Cat Herder of the CodeMash Conference. He's a blogger and evangelist for Telerik’s Test Studio, an awesome set of tools to help teams deliver better software. Find him as @aJimHolmes on Twitter.
RadMap provides a rich set of geocoordinate-enabled shapes that can be defined and displayed onto the map surface .There are scenarios, however, where you would like to do more than just position a shape onto the map. This blogpost will demonstrate how to manipulate each individual segment of line/polyline/polygon shape based on mouse input from the user. For example we will select (highlight) a point, and drag the selected object to another location on the map – modifying in this way the shape or the line segment. First of all we’ll need two Information layers – one...
It never ceases to amaze me at how much I don’t know. jQuery is a pretty straight forward library. It’s essentially one large object off of which we can call and chain functions. The beauty of it is in it’s simplicity. It takes a somewhat convoluted and...
In case you didn’t know, each Thursday we have webinars for introducing people to Test Studio. They’re an hour long with ten or 15 minutes of slides, then 45-60 minutes of demos with Q&A interwoven in. I recorded yesterday’s session and have posted it up to Telerik TV: Getting To Know Test Studio (1/5/2012). It’s just over an hour long and walks through the main features of Test Studio. I talk a lot about general automated software testing, discuss our performance testing features, and also show off our great manual testing capabilities. I also spend some time talking about ...
Happy New Year everyone! I hope you enjoyed the Christmas and New Year holidays and spent them with your beloved ones. Let's wish prosperous and joyful year 2012 to all of us!
Now that everything is going back to the regular daily routine here at Telerik, I want to present you the Q3 2011 SP1 release of Telerik Extensions for ASP.NET MVC, delivered for the commercial package. This is our present, right after the holidays, to our MVC prospects...
It’s amazing how much we managed to do since the official Q3 2011 release. We’ve improved and introduced so many things you guys have shared with us, so go ahead and check the Service Pack out. Here’s a small part of the release highlights: jQuery library used in Telerik.Web.UI is updated to version 1.7.1 AsyncUpload – hover state is added for the select button Grid – introduced new client-side methods, clearSort() and clearFilter(), for clearing the applied sort and filter expressions, as well Grid – improved support for OpenAccessLinqDataSource control Input – new HTML5 input type “time” ScriptManager – added support for scripts grouping...
I’ve just posted up a new video showing how to hook Test Studio and Team Foundation Server together. The video walks through using Test Studio to open up projects from your TFS repository, then shows basic check-in/check-out features. I also walk through what merge conflicts look like in Test Studio and how to deal with them. Then I flip to Visual Studio and show how you can link User Stories to Test Cases to Automated Tests—and show how you can write bugs against specific test cases. Test Studio: Integrating With TFS I hope you find this useful!
With each new release Telerik JustCode continues to expand in all directions. Following our previous refactorings post, here we’ll show you some new conversions added to the refactorings area for JustCode 2011’s Q3 release. Anonymous, Lambda And Named Method Conversions Now you can easily alter between those three ways of defining and using a method. Select the method and then choose from the refactorings menu "To Anonymous", "To Lambda" or "To Named Method" (refactorings context menu is shown with the shortcut Alt+Insert or from the VisualAid’s R menu): Convert Interface To Abstract Class And Vice Versa Next we have "Convert Interface To Abstract Class" and vice versa. Place...
Some time ago a customer of ours asked us if there is a possibility to use the FilterDescriptors, SortDescriptors and GroupDescriptors collection in a MVVM context by binding them to collections defined by the view model. As all the data is managed there, why not also manage the data operations in the same class? Unfortunately, these three properties are readonly and therefore binding them to a property defined by the main view model wouldn’t work. We decided that allowing similar scenarios will simplify the development with RadJumpList and therefore as of Q3 2011 SP1 the control exposes three new properties which...