509.949.2162 jeremy@bondbyte.com

Blog

Connect On Primise SQL to Azure

Connect On Primise SQL to Azure

With Azure Service Bus you can connect your on premise SQL to Azure Web Sites and the like. I haven't had a chance to do this my self, keep looking for more posts related to Azure Service Bus. This is how you would configure hybrid model for resale....

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...