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

Posted in Essentials | 1 Comment

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

Posted in Essentials, Observations, Opinion | 2 Comments

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

Posted in Agile, ALM, Essentials, Podcast | Tagged | 2 Comments

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

Posted in Essentials, Mini-Tutorial, Patterns & Skills, Windows 8 | Tagged | 8 Comments

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

Posted in Essentials, Observations, Patterns & Skills, Windows 8 | Tagged | 2 Comments

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  

Posted in Data, Essentials, Patterns & Skills, Podcast, TDD, Tools and Utilities | Tagged | Comments Off on Yet Another Podcast #70–Jim Holmes & Automated Testing

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

Posted in Essentials, Languages, Windows 8 | Tagged | 77 Comments

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

Posted in Essentials | 1 Comment

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

Posted in Essentials, Podcast, Silverlight 5, Windows 8 | Tagged | Comments Off on Yet Another Podcast #65–Windows 8 with Michael Crump

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

Posted in Essentials | Tagged | 6 Comments

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

Posted in Essentials, Mini-Tutorial, Windows 8 | Tagged | 9 Comments

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. 

Posted in Essentials, Windows 8 | 3 Comments