Reading a book about Windows Phone 7 development is a great way to get you started on developing on the Windows Phone 7. Here is a list of known upcoming books on the subject. Beginning Windows Phone 7 Development by Henry Lee Published by Apress. More info Pro Windows Phone 7 Development by Rob Cameron [...]
SharePoint 2010 cumulative updates This table summarises the know SharePoint 2010 cumulative updates. Release Date Microsoft SharePoint Foundation 2010 Microsoft SharePoint Server 2010 Version August 2012 KB2687355 KB2687353 14.0.6126.5000 April 2012 KB2598321 KB2598151 14.0.6120.5000 October 2011 KB2596508 KB2596505 14.0.6112.5000 June 2011 KB2536601 KB2536599 14.0.6106.5000 April 2011 KB2510639 KB2510639 14.0.5136.5002 Service Pack 1 (SP1) KB2460058 KB2460045 [...]
Simulate a WHERE IN clause in a SPQuery If you ever have used something like SELECT * FROM table WHERE field IN (‘value1′,’value2′,’value3′,’value4′) in T-SQL, and wanted to mimic this functionality in the SharePoint SPQuery class, you probably have found out there is no IN statement in the CAML Query language. So what do [...]