Cisco VPN Client and Windows 8 Developer Build
Just to update, the legacy Cisco VPN client (5.0.07.0440 for x64, 5.0.07.0410 for x86) is working for some people. You need to apply a small workaround as explained below –…
Tools for building CAML Queries
Checkout U2U CamlQueryBuilder: http://www.u2u.be/Tools/wincamlquerybuilder/CamlQueryBuilder.aspx Stramit Caml Viewer: http://spcamlviewer.codeplex.com/
Master/Detail Pages in SharePoint 2007 (Idea 2)
http://www.sharepointdrive.com/blog/how-to-establish-a-parent-child-relationship-in-sharepoint/ I want to show you one of the ways how to quickly establish parent – child relationship in SharePoint. By using this way you will be able to add…
Master/Detail Pages in SharePoint 2007
http://aghy.hu/AghyBlog_EN/Lists/Posts/Post.aspx?ID=78 Sometimes (very often) we have to be faced with the user requirements of master-detail lists. If you want to implement a very basic one, it’s very simple: lookup fields…
Need to write a CAML Query that filters against a Lookup Column?
There are two options to do this -- one is based on the value and the other on the ID. Unfortunately MSDN doesn't provide any help at all on the…
IIS7: Moving the INETPUB directory to a different drive
Great article on what is involved in moving the IIS root folder in Server 2008 and newer OSs. Having your content on a different partition than your Operating System…
Looking for a way to list a row count for every table in a database? Look no further…
SELECT OBJECT_NAME(OBJECT_ID) TableName, st.row_count FROM sys.dm_db_partition_stats st WHERE index_id < 2 ORDER BY st.row_count DESC GO
Google Calendar Sync upgrades Outlook 2010 support
Repost from here... Making sure that your calendar is available to you whenever and wherever you need it is important. That's why Google Calendar works with a number of desktop…
Tool for working with .NET config file transforms
Check out this great tool for working with .NET config file transforms http://www.hanselman.com/blog/SlowCheetahWebconfigTransformationSyntaxNowGeneralizedForAnyXMLConfigurationFile.aspx