[Please download the attached project with full source code available.] Last week we released a Beta preview of Telerik RadControls for WindowsPhone. You can read more info on the 6 bright new components for Windows Phone here. RadDiagnostics was one of the released components which received a lot of attention from the Windows Phone developers. This component is sending rich crash reports when an ApplicationUnhandledException has occurred. Read more about RadDiagnostics in this detailed blog post. One of the features with which RadDiagnostics was created in mind is to allow developers to receive anonymous crash reports without user interaction. By default the control will display a message box...
The purpose of this post is two-fold: To let you know about our recent appearance on the popular WP Dev Podcast To talk about our position towards Kendo UI on Windows Phone Kendo UI on Windows Phone Dev Podcast I had the privilege of joining Ryan and Travis...
Imagine the scene. You are starting a new project. At the kickoff meeting the stakeholder introduces the mission of the project, the business analyst hands out the requirements document, the project manager hands out the project plan, and the development manager gives his best “Do it for the Gipper” speech. You look through the project plan and see that it specifies a release date (several months in the future), the resources that will be involved, major milestones to be met, and everyone’s assignments. The team looks over the stack of paper in front of them, and roll their eyes. “Here we...
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
{
...
If you have had your ear to the ground of the interwebs over the past 48 hours, you may have seen that our very own John Bristowe launched a brand new site called jqueryuivskendoui.com. It’s been making the rounds through Twitter, Hacker News, Reddit and various other places. Additionally...
Imagine the scene. You are starting a new project. At the kickoff meeting the stakeholder introduces the mission of the project, the business analyst hands out the requirements document, the project manager hands out the project plan, and the development manager gives his best “Do it for the Gipper” speech. You look through the project plan and see that it specifies a release date (several months in the future), the resources that will be involved, major milestones to be met, and everyone’s assignments. The team looks over the stack of paper in front of them, and roll their eyes. “Here ...
Choosing appropriate identifiers for the constructs in your code provides better readability and maintainability. With the latest build of Telerik JustCode you can now easily set naming conventions for all your code elements. Configuration and Supported languages These rules can be set for C# and VB.NET and are part of the Code Style section of the JustCode options dialog: These options are part of the shared settings so you can share them per solution as well. Naming Rules There are seven types of rules that a user can choose from: camelCase PascalCase UPPER_UNDERSCORE lower_underscore Sentence_underscore PascalCase_Underscore camelCase_Underscore You can also disable the naming convention for a specific construct. Just choose “Disabled” from the rules...
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...
Download the demo project Download the Q1 2012 BETA RadSlideView is one of the major and widely used controls in our RadControls for Windows Phone tools. For the Q1 2012 BETA release we completely revamped its architecture and API design to meet all the feedback and feature requests we gathered from our users. Instead of inheriting from RadLoopingList, the control now inherits from the abstract DataControlBase class and exposes properties and methods similar to the ones found in our RadDataBoundListBox. We believe this approach will have better adoption and will be more intuitive to you – our users. This re-design allowed us to improve performance...
Hello everyone and welcome back to XAMLflix with RadBarCode for Silverlight and WPF. What is XAMLflix you might ask? Well, it is Telerik’s way of teaching you how to use both new and existing controls from Telerik’s XAML suite. Each and every Thursday, we will provide a fresh batch of videos and sample projects highlighting a different control. Since our Silverlight and WPF share a common codebase and API, you only have to learn how to use these controls once! You can simply copy and paste the code between frameworks. If you are eager to get started then go ahead and download...