Set a web proxy on sharepoint timer service

You might have a requirement to get or post data from any internet source with a custom timerjob such Azure Insights or Azure Service Bus. You might be tempted to do it the ugly way: open iexplore.exe with the service account which runs Sharepoint Timer Service but you might »

One liner CSV reader

I can't count how many times I had to read quickly (for small oneshot script purpose) a CSV file which was coming from powershell, database, Excel or anything else. I can't count how many times I've wrote the following ugly & clunky lines public class data { public Guid column1; public »

Update Excel file connections to CRM

In scope of our CRM Dynamics 2013 On premise to CRM Online migration, we had users who created dynamic Excel workbook based on CRM views. When switching environment, URL changed (to become xxxx.crm4.dynamics.com) which prevented existing workbooks to work. We found out no other way than edit »