8 March 2010 0 Comments

How to Create a Powershell 2.0 Module and Cmdlet with Visual Studio 2010 (Screencast included)

This is one of those tasks I need to repeat every now and then and always forget the exact steps. So in the interest of sharing, I’ve written this post to demonstrate how to get started building a very simple module and cmdlet with C# and Visual Studio.

27 May 2009 0 Comments

SharePoint Server Downloads

Download tools, updates, documentation, trial software, and more for Microsoft Office SharePoint Server 2007. Tools Search for tools on the download center Find the tools you need to help run Office SharePoint Server 2007 efficiently.

21 May 2009 0 Comments

Boot from Windows 7 VHD Boot without having any native Operating System

VHD boot is a new feature of Windows 7 and can be used in very creative ways. If you have a need for Reimaging a machine (like a testing environment) back to its original configuration then booting from VHD seem to be a very easy way to do it.

18 May 2009 0 Comments

Videos: TechTalk Recordings from TechED 2009 US

Following are Tech Talk videos we recorded in this year at Tech-ED US BizTalk Server Microsoft Business Integration Server How to leverage BizTalk Server as Enterprise Service Bus(ESB)? Integrating BizTalk RFID with the Enterprise BizTalk RFID Biztalk RFID Enabled Warehouse Operations and Work-in-Process Tracking .

13 March 2009 0 Comments

Scottish MVP Demystifies IIS 7.0 for ASP.NET Developers

Recently, UK MVP Andrew Westgarth delivered a presentation on Microsoft Internet Information Services 7.0 (IIS 7.0) for ASP.Net developers. He delivered his presentation at the Scottish Developer User Group Meeting and looked at the architecture behind IIS 7.0.

6 March 2009 0 Comments

Kernel Debugging MFCMAPI

I noticed recently that one on of my machines, whenever I ran MFCMAPI and displayed one of my CEditor dialogs, the whole machine froze for 1 to several minutes.

Tags: , , , , , , ,
24 February 2009 0 Comments

Custom wiki site definition with custom document template for creating wiki pages

Architectural behavior of wiki site definition and the wiki page library 1.     When a site is created based on the OOB wiki site definition, a wiki page library (List Template Type = 119) instance is created which is attached with the wiki document content type. Following is the snippet from the Onet.xml which explains you the remaining   < Lists >         < List FeatureId = ” 00BFEA71-C796-4402-9F2F-0EB9A6E71B18 ” Type = ” 119 ” Title = ” $Resources:core,WikiWebLibPages; ” Url = ” $Resources:core,WikiWebLibPages_Folder; ” VersioningEnabled = ” TRUE ” /> </ Lists >     2.