Category Archives: Essentials
Creating A Sticky AppBar in Win8 –
In talking with other developers, there seems to be a growing fear that creating an AppBar for Windows 8 is somehow difficult or complex. Nothing could be further from true; creating an AppBar is quite straight forward. [Click on the … Continue reading
Getting Your Questions Answered
The single best place to get your questions answered are the Forums. (Now, I know that forums are often a company’s way of saving money on customer service, but the dev team and the Evangelists monitor these forums carefully, so … Continue reading
Yet Another Podcast #71–Esteban Garcia
Talking with Esteban Garcia about ALM, ALM Rangers, SCRUM, Agile and much more. Esteban’s Blog ALM Rangers Understanding the Visual Studio ALM Rangers Scrum.org Scrum Alliance VS Scrum 2.0 Guidance ALM With VS & TFS Listen | Yet Another Podcast … Continue reading
Exploring Win8 Metro: The RichEditBox & FilePickers
Win8 provides a number of controls in the XAML toolkit that are easy to use and that provide a great deal of flexibility and power. I’ll be writing about some of these controls now and then, starting with some simple … Continue reading
Win 8–Some Things Are Just Too Easy
Okay, like everyone else I know, I’m writing a book on Win 8. Actually, two books. The first, which will be very short, will be on XAML from absolute scratch for Win 8 (not the title!) and the second is … Continue reading
Yet Another Podcast #70–Jim Holmes & Automated Testing
Talking with Jim Holmes about automated testing. Jim is the evangelist for Telerik’s TestStudio and he is also the Chief Cat Herder for CodeMash. Test Studio CodeMash Jim’s Blog Listen | Yet Another Podcast
C# 5–Making INotifyPropertyChanged Easier
There are times when I think my friends in the C# team are just listening to me gripe before adding a cool new feature that solves the problem. (I have never quite outgrown the assumption that the world revolves around … Continue reading
Yet Another Podcast #66–Chris Sells
Talking with Chris Sells about Win 8, his history in the business, his new job at Telerik and much else. Write to Chris Telerik Windows 8 Dev Club Listen | Yet Another Podcast Call in comments: 1-347-YAP-CAST
Yet Another Podcast #65–Windows 8 with Michael Crump
Talking with Michael Crump about The Ten Things Silverlight Programmers Should Know About Windows 8 – based on a number of presentations Michael has been giving lately on Win8. Michael’s Blog Michael’s Telerik Blog Michael on Twitter Listen | Yet … Continue reading
Yet Another Podcast #64–John Papa & Javascript
Talking with John Papa and Jon Galloway about Javascript, JavaScript libraries and JavaScript patterns. John Papa’s Web Site Jon Galloway’s Web Site JsRender course toastr Knockout course Sammy JsRender Knockout Bootstrap Amplify Listen | Yet Another Podcast Call in … Continue reading
GridView Control in Windows 8
While ListBox and ComboBox continue to work in Windows 8, their use is discouraged. They are not designed well for touch input and there are new and more powerful controls in WinRT that you can use instead; specifically the ListView … Continue reading
Win 8 Page Navigation
Let’s start with something relatively easy… navigating between pages in Windows 8. Create a new application in Visual Studio 11. Add two BlankPages to the application, naming the first Page1.xaml and the second (you guessed it) Page2.xaml.