Category: Uncategorized
-
Automating SharePoint Deployments (aka Continuous Integration) by PowerShell
SharePoint has an infrastructure for packaging, deploying, and upgrading with its own meta language (XAML), but often our requirements during deployment and maintenance goes beyond what’s possible in SharePoint’s out-of-the-box IMHO it’s the case with every software that provides such facilities. Fortunately SharePoint relies on PowerShell, a scripting language meant for automating administrative tasks. Since […]
-
How to enable three finger drag-n-drop in Windows 10 on a macbook
In my previous post we saw how easy it is to update a Boot Camp Windows installed on a MacBook to Windows 10, and how you can easily install the latest version of your Windows drivers provided by Apple. In this post I am going to focus on a different issue that annoys all of […]
-
Upgrading from Windows 7 or 8 on Macbook’s Boot Camp to Windows 10
I decided to share my experience of upgrading to Windows 10 so that in case any of you out there who are thinking about upgrading your BootCamp hosted windows to the latest version can be prepared before hand. Don’t panic! First of all know in advanced that the upgrade process went smoothly and you’ll still […]
-
Per developer web.config files using out-of-the-box Visual Studio functionality
out-of-the-box web.config transformations are the only thing you need to create per-developer web.config files.
-
Preventing IIS time-outs / recycles when debugging your ASP.NET / SharePoint code
If you are developing web applications or SharePoint solutions that are deployed to the front-end you have probably already encountered the following error while you were debugging a long piece of code: The web server process that was being debugged has been terminated by IIS. this can be avoided by configuring application pool setting in […]