by jeremy@bondbyte.com | Mar 23, 2015 | Powershell, SharePoint 2013, Visual Studio
For security and availability purposes we’ve moved away from using the SharePoint Farm account for development. Adding new devs to your farm can be pretty simple if you know what tools to use. Frist, I always add my devs to the local admin group. Second you need...
by jeremy@bondbyte.com | Mar 14, 2015 | Uncategorized
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...
by jeremy@bondbyte.com | Mar 14, 2015 | Azure, Azure Service Bus, MS SQL Server
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...
by jeremy@bondbyte.com | Mar 13, 2015 | Azure, Azure Service Bus
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....
by jeremy@bondbyte.com | Feb 28, 2015 | Azure, Azure Mobile Services
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...