I cannot hide my excitement form the fact that even though RadControls for Windows Phone are still in a CTP stage, there are already a bunch of apps on the Windows Phone Marketplace, that are built with the suite. The application I’m showing you today is called HealthCaddy – your buddy if you are tracking health data points such as blood glucose, blood pressure and weight readings daily as part of your health and fitness goals. The main reading entry screen displays a quick snapshot of four most recent entries. Double-tap the graph and you’ll get to a full-screen version of the...
2011 lays new challenges in front of us as we set high our goals. Now that our offering is mature and rich, we will focus on further increasing the developer productivity. We will work hard on improving usability and performance, while continue adding tools and controls to enable our customers achieve any business goal with minimum efforts. You can check the full RoadMaps for Q1 2011 at: RadControls for Silverlight RoadMap RadControls for WPF...
In a recent blog post, Joel Semeniuk talked about something he called “Best Practice Debt” – referring to the ever increasing amount of work your team will need to consider as you put off following best practices. The TeamPulse team has realized this as well, as this was one of the reasons we added Best Practice Analysis to TeamPulse early in the product release cycle. We found that even with our own teams, we needed to have an experienced and detailed oriented person look over our project looking for things that “smell bad” –sometimes even a great team doesn’t ...
If you are planning to be near Bay Area tomorrow, January 5th, make sure to stop by the Microsoft Silicon Valley Center Building 1 for a session on testing and debugging Silverlight applications with Telerik automated testing tools. The presentation is 2 hours long and will start at 6:45pm.
The session will focus on best practices for testing Silverlight applications. Telerik WebUI Test Studio will be utilized to demonstrate the techniques and integration into Visual Studio 2010. Attendees will learn how to control the browser and automate standard HTML, MVC, JavaScript, AJAX and Silverlight elements; use built-in validations to prove that the...
Although Rossen has stated almost all of the things in his introductory blog post about RadDomainDataSource I wanted to create a separate blog entry which answers the most important question that you might be asking: “Why Telerik have developed their own version of a domain data source component?” Here is the answer: We felt your pain We have received numerous forum posts and support tickets stating that you want a codeless approach to data-binding that supports most common data operations without the need for any custom code. During the times when RadDomainDataSource was not available you will have to write hundreds of lines of code in...
There are only about 7 hours we have left in 2010 and this will be my last blog post for this year. For those of you who are not familiar with the new RadDomainDataSource control for Silverlight, here is my introductory blog post. This one describes how to load data with the new control and this one is about performing CRUD. Having read these three blogs might lead you to the next logical question: What about MVVM support? I truly believe that every time someone places an UI element or a control in his view model, a baby kitten dies somewhere. So what can...
Last year I made 14 predictions on what I thought might transpire in the world of technology in 2010. http://weblogs.asp.net/jsemeniuk/archive/2010/01/07/predictions-for-2010.aspx So, what do I think is in store for us in 2011? Here is goes… 1. The Kanban Influence: Last year I predicted that Lean Software Engineering will become a first class citizen. I was wrong; however, some Lean principles have been emerging in the form of Kanban. David Anderson is absolutely pioneering this wave, and I believe that the influence of Kanban will make its way deeper into the world of agile software development this year. More and ...
Do you ever find yourself too busy “fighting fires” to do things “the right way”? Do you know that there are better ways of managing your project, but you find that you just need to get things done and can’t be bothered to fix underlying problems because it may slow you down? Ever find yourself wondering if you will ever have time to go back to a feature you released a year ago to make it better and move valuable to your users? If so, you may be in debt. No, I’m not talking about your personal financial situation. I’m ...
It has been a great 2010 here at Telerik and we hope you're enjoying the holiday season and getting ready for a new year.
Watch our greetings from around the world gathered in this Happy Holidays video!
May 2011 bring prosperity, love, happiness and delight in your life....
I will extend my colleague’s blog post series regarding RadDomainDataSource control with an example how to create simple CRUD (Create, Read, Update and Delete) application. For more information how to load data initially you can take a look at this blog post. Along with RadDomainDataSource control Telerik provides codeless solution for CRUD operations powered by WCF RIA Services. The solution is a combination between RadGridView and RadDomainDataSource. First let’s create a default Silverlight project as following: Next step is to create ADO.NET Entity data model called Northwind.edmx. For the sake of the example I’ll create this entity model with a Northwnd.mdf...