Craig Shoemaker
Craig Shoemaker is a developer, instructor, writer, podcaster, and a man of many hats at Infragistics.
-
Productive Writing
A while back Scott Hanselman wrote about DarkRoom, a distraction-free writing environment. I tried DarkRoom for a while a number of years back, but quickly put it down in favor of all the features of Word.
-
Silverlight: Live Mesh Integration, Surviving the Olympics and Future Expectations – Interview with Scott Guthrie
-
Using jQuery to Call ASP.NET AJAX Page Methods – By Example
A commenter recently requested a more in-depth sample demonstrating the technique I used in my Using jQuery to Call ASP.NET AJAX Page Methods post. He wanted to see how you could use jQuery to send the contents of a GridView row to a WebMethod page.
-
Poor Man’s Client Templates
Today I posted an article to my blog on the Infragistics site: Building an Ajax Master/Detail Page with the WebDataGrid.
-
BookRepository: The Mock Data Repository for Testing and Demos
My schedule is packed lately with writing test beds and sample code for presentations. One of the problems developers face when creating code that is turned over to a third party is to answer the question: what do you do about a data source? Over the years we’ve seen efforts like Northwind, AdventureWorks and even recently the NotNorthwind movement crop up in order to create an easy-to-use relational database tests and demos. Often, however, developers just need data and shouldn’t be bothered with connection strings and other sorts of database setup.
-
ASP.NET SEO
-
Developer’s Guide to User Experience Design
-
Using jQuery to Call ASP.NET AJAX Page Methods
I recently wanted to use jQuery to call an ASP.NET AJAX page method. While doing my research on Google I ran across this very helpful post by Dave Ward which shows you how to use jQuery almost exactly as I wanted.
-
Silverlight 2.0: Beyond the Basics
-
ASP.NET Caching and Performance