509.949.2162 jeremy@bondbyte.com

Blog

Run C# code in PowerShell

Ever wanted to run a snippet of C# code in PowerShell? Some times this is useful for testing code in environments without requiring a full deployment of software. This can also be used and an advanced troubleshooting technique. Open a PowerShell Prompt with Elevated...

Bondbyte.Shredder – Logging System

How it works The logging system uses the Windows Event viewer for logging transactions that occur during execution. These messages are unique to each type of connection and transformation definition. Transformation messages & errors that may during message processing...

SharePoint 2013 Modal Dialogs that work.

SharePoint 2013 Modal Dialogs that work.

Customer request modal dialogs from time to time in their applications. We use Twitter Bootstrap pretty heavy but sometimes we don't have complete control over the JavaScript Framework. In those cases you're forced to use the OOB SharePoint Modal implementation. The...