The final major release of RadControls for ASP.NET AJAX for this year brings new controls, embedded Metro skin and a plethora of new features for the existing controls to the table. The Q3 2011 Beta preview which has just been uploaded on the site (both for TRIAL and COMMERCIAL users) grants a direct access to the pre-release bits to play with them at your disposal. Read on to learn more about the Beta: Org Chart | Social Share | Metro Skin | Items drag and drop on mobile The Premium Telerik AJAX component set grows with a couple more controls - Org Chart and...
In the last versions of Telerik JustCode we added some nice features that will help you quickly refactor your code, so let’s start right away. Convert If To Switch Statement
JustCode now detects the if-statements that can be converted to a switch statement and suggests doing it for you. Place your cursor on the if-statement and hit Alt+Enter or choose the F menu from VisualAid, select ‘Convert if to switch statement’. Convert If To Conditional Expression Another if conversion that we added is to convert an if-statement to a conditional expression (or ternary operator as some people call it). Place your cursor on the if-statement and hit...
The Q3 2011 BETA release of RadControls for Windows Phone is on its way (expected within several days) and I cannot wait to share what’s new in our charting component. Along with several important bug fixes reported by our users, two brand new series that bring the financial charting to your applications are included. Candlestick series According to Wikipedia, these series are used primarily to describe price movements of derivatives or currency over time. Supporting true UI virtualization, the series are capable of displaying thousands of data points. Using the Pan-And-Zoom behavior you can move through the timeline to a certain time slot...
As Q3 is approaching we give you a sneak preview of
what’s coming in November. What’s new in the box: RadChartingKit Our brand new ChartingKit control empowers users to
understand and analyze complex data and ensures great performance for your data
visualization applications. The new architecture comes to serve the numerous
requests for improvements in our existing RadChart control.
We decided to build this new control from scratch to achieve the best results
that could not have been done with the architecture of the old RadChart.
The new ChartingKit reuses the charting engine from our Windows Phone 7 Chart
and guarantees flexibility, advanced customization options and unique
performance. Check out the ChartingKit demos RadEntityFrameworkDataSource
(WPF...
Testing and software development are complex enough without your tools getting in the way. I’m particularly excited at how Test Studio’s R2 release kept a number of critical pieces of functionality crisp, clean, and simple while giving you great power to focus on essential portions of your quality program.
Performance Testing: Focusing on Critical Information
Perhaps the centerpiece of our R2 release is our new Performance Testing feature. You can now easily use any automated functional test to gather performance metrics on that specific slice of your application. You don’t need to change the test in any way, and you ...
Although the command prompt has fallen out of vogue in the past few years, developers and power users alike invoke cmd when a job calls for finesse. Command line support is also essential for many scripting and automation languages, such as MSBuild. JustDecompile has the ability to export code directly from the command prompt. For ease of use, I recommend adding %PROGRAMFILES(X86)%\Telerik\JustDecompile\Libraries to your path. To decompile an assembly from the prompt, use the command JustDecompile.exe /out:[OutputDirectory] /target:[PathAndAssemblyName]. This currently only supports csharp, but in the future the /lang switch will enable you to target other languages. You may find yourself wanting to...
About a week ago I tweeted that two happy Windows Phone developers will go home with $5000 and $300 from Telerik. What I didn’t mention was that these are the Telerik Windows Phone 7 Unleashed Events Grand Prize and the Community Vote Award. 25 apps from all apps submitted by the participants in the Windows Phone Unleashed Events were selected to participate in the contest for Telerik’s Grand Prize - $5000. The winner will be randomly picked up and announced on October 28. Check out the page here We are also announcing one additional prize for the WP7 community favorite app -...
After a long journey through building up various aspects of the CRM demo here in the LOB Chronicles, we’re finally at the point that we can start talking about the different controls that we are using to better display and organize data within the application. If you recall the last episode in which the topic of UI consistency was discussed, these are going to be working within that uniform model for displaying content, providing a uniform (and downright good looking) experience for users. This time around we’re going to start taking a closer look at what controls from the RadControls...
As we are constantly trying to make the Telerik OpenAccess ORM learning resources and documentation better and easier to use, we have made some changes that you might find very useful. Getting Started Videos Recently we released two sets of entry level videos on working with Telerik OpenAccess ORM. You can choose your scenario between Database First or Model First approach the short series of 2-3 videos will guide you from creating your model to updating your changes to/from the database. Check them out and don't forget to LIKE them. Feel free to post some feedback about your learning experience either here or in YouTube! Online...
One of the lesser talked about and yet really useful features of the Beta 2 release is the introduction of Kendo UI models and the concept of “syncing” with the Kendo UI DataSource. It was mentioned briefly in the Beta 2 release announcement last week. One of...