Blog Stats
- 2,111,649 hits
Twitter Updates
- It’s great to see light in Chicago around 5:15 PM; longer days, warmer days, better Covid-free days coming soon!! https://t.co/Lg2yRWE7mJ 17 hours ago
- If you are a traveller & have plans to travel overseas, make sure you get vaccinated ASAP whether you like it or no… twitter.com/i/web/status/1… 1 day ago
- 100 Productivity Hacks - learn.filtered.com/hubfs/Definiti… 1 day ago
- RT @sambitbal: A win like none other. My two bits espncricinfo.com/story/sambit-b… 1 day ago
- Nailed it!!! twitter.com/ThisIsDeepPixs… 1 day ago
Categories
- Conferences (7)
- Speaking (16)
- Uncategorized (238)
Monthly Archives: November 2010
Step by Step – Using C# Code in the PowerShell 2.0 Scripts
Have you ever had C# functions library and you wanted to reuse it in the PowerShell script instead of reinventing the wheels and translating the c# code into PowerShell. Thanks to the PowerShell 2.0’s new Add-Type Cmdlet demonstrated by the … Continue reading
Posted in Uncategorized
Leave a comment
Code Snippet – Programmatically Update the SharePoint Web Part Properties on the List Forms
If you ever want to update the web part properties on the out of the box SharePoint List forms programmatically, use the following code snippet. Thanks to Fransisco’s article for the inspiration. I have updated his code with better memory … Continue reading
Posted in Uncategorized
Leave a comment