Blog
Setup and Configure No-IP Solution for Azure Service Bus
NO-IP offers dynamic domain services, You can read more about dynamic domain services here. No-IP is free and you get three hostnames. You can upgrade to 25 hostnames for 20$ a year, its pretty cheap. Oh, and the free version you have to confirm your hostnames once a...
On Prim SQL to Azure Mobile Services Guide
This is not a guide, or a tutorial, this is my scratch pad for creating a hybrid cloud model that implements a 2-tier application model (Data Tier, Application Tier). This blog entry will evolve over time as the Azure tools evolve overt time. [3/14/15/] Overview...
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....
Azure Mobile Services .NET Backend – Error – The Model Backing…
Error - The model backing the 'tableServiceContext' context has changed since the database was created. Consider using Code First Migrations to update the database I've been beating Azure Mobile Services up for a while now. I have to say the product demoed well and...
Claims-based Authentication, ADFS 3.0, and SharePoint 2013 – Beginners Guide
Linking back to a great post by Summit 7 Systems. http://summit7systems.com/claims-based-authentication-adfs-3-0-and-sharepoint-2013-beginners-guide/ I'm looking forward to the second post. Configuration of AD FS to support a SharePoint 2013 farm
Install BondByte.Shredder Service
When installing the service you must have Local Administrator rights on the server.
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...
Execute .NET Compiled code from PowerShell
I was troubleshooting some third party software the other day, it was some .NET code that was written by another vendor. Their logging scheme was lacking and the error on the browser side was less than helpful. I was mulling over the problem and the thought occurred...
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...
Visual Studio SharePoint List Rich HTML Field
I couldn't figure out how to add Rich HTML field to a List I was deploying in a project. I searched MSDN, it's literary reference for the Type property was "DataType". I threw my hands up. I remembered a trick I used somewhere else when I creating site templates...