Hot on the heels of my post on creating a Kendo UI DataSource for a Backbone.Collection, Brandon Satrom and I built a quick hack to see what it would take to integrate Breeze.js with our DataSource. If you're not familiar with Breeze.js, it describes itself by saying "Rich...
If you have read our blog post from earlier this week, waiting for the Q1 2013 bits with high anticipation, then the wait is over! Q1 2013 is alive and kicking ready to energize your applications with a wide range of new functionality and improvements.
Four months of exciting hard work and finally the result is here - RadControls for WPF and RadControls for Silverlight are more ready than ever to rock your enterprise application development. Hearing your requests, we have expanded our XAML suites with four new controls.
Mocking is all about making it easy to isolate the system under test in unit tests. In non profiled mocking, this is typically done by creating a proxy for an interface, and arranging the methods that will be called on the proxy. Mocking frameworks like JustMock determine matching calls not only based on the method signature, but also by the values of the arguments passed into the method. JustMock provides many mechanism to tune how the matching is done.
Q1 2013 brings an entirely refactored export functionality in RadEditor – you can now plug external libraries to do the HTML to other format conversion. Read on for an example and stay tuned for more samples that will come in the next posts in the series.
Creating a source for sharing in Windows 8 is surprisingly simple as we show in this demonstration. A few lines of code enable you to share with Mail and other applications.