Craig Shoemaker
Craig Shoemaker is a developer, instructor, writer, podcaster, and a man of many hats at Infragistics.
-
Update Controls: Leaving INotifyPropertyChanged?
-
Use jQuery to Decorate Links
I’ve recently been in the habit of decorating links to Twitter profiles with the Twitter icon. This technique makes it easy for readers to scan a page and know exactly where the link points without having to spend time hovering over or clicking on the link.
-
Secrets of Real World ASP.NET Dynamic Data Websites eBook Now Available
I am pleased to announce that Secrets of Real World ASP.NET Dynamic Data Websites is now available as a Wrox Blox ebook. The material for this book is largely pulled from the recent talks I’ve given at various user groups and developer conferences on the same topic.
-
Search Multiple Labels in Gmail
Yesterday I posted a podcast Digital Productivity Strategies for Developers where I talk about using Gmail for implementing the concepts found in the book Getting Things Done. I talk about not being able to search inside multiple labels and thus needing two accounts for managing “things to do”.
-
Digital Productivity Strategies for Developers
-
Hands-On Model-View-ViewModel (MVVM) for Silverlight and WPF
Over the years I have spent a fair amount of time thinking about design patterns surrounding the presentation layer. Just as your values as a grown-up are often determined by experiences you have as a child – I think my interest in these patterns stem from frustrations I had as a newbie developer.
-
2009 Southern California Code Camp Session Materials
I realize this is a little late, but I thought I would put up links for the session materials to whomever attended my 10 Secrets of Real World Dynamic Data Websites at the Southern California Rock n’ Roll Code Camp this year.
-
ASP.NET 4.0 and Visual Studio 2010 Enhancements
Scott Hunter brings a summary of the new features coming in ASP.NET 4.0 and Visual Studio 2010. Learn why you'll never have to type runat="server" again!
-
Controlling HTML in ASP.NET WebForms
-
The Illusion of Persistence: Saving Test Data
I recently introduced the BookRepository, which is a set of a few classes designed generated fake data. The idea is that if you are writing a test or a demo and just need some data objects and don’t want to have to worry about the ins and outs of a real persistence layer – then the BookRepository is just for you.