Check out the latest status of the Conference Buddy applications being developed in Windows 8 (XAML and WinJS), Windows Phone, ASP.NET WebForms, and Windows Forms.
The new release of Telerik’s controls for ASP.NET AJAX which we shipped just yesterday includes a ton of great new features and capabilities. This post is the first of two posts in which I will talk about some of the improvements coming with the new RadControls’ suite for the .NET 4.5 framework.
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.