- This post will be about a new sample of using “Sandboxable”. We will walk through the steps to create a Microsoft Dynamics CRM plug-in that on deletion of any record, stores the deleted data as a file on Azure blob storage.Storing entities on Azure blob storage from a sandboxed CRM plug-in
- A while back I've introduced Sandboxable. It's a means to use NuGet packages that normally are not available for code that runs with Partial Trust. In this post, we will walk through the steps to create a Microsoft Dynamics CRM plug-in that will add a message to an Azure queue.Sending a message to an Azure queue from a sandboxed CRM plug-in
- I would like to introduce to you Winvision’s first open source project: Sandboxable. Sandboxable enables your project to utilize functionality provided by other (Microsoft) libraries that normally are not available in a Partial Trust environment like the Microsoft Dynamics CRM sandbox process. The project offers modified NuGet packages that will run with Partial Trust.Introducing Sandboxable: use your favorite (Azure) NuGet packages in a sandbox environment
- The Microsoft Surface is a Windows Vista computer running the Microsoft Surface Shell. This shell is by default localized for US English. It is possible to localize for other locales, but there is no configuration screen to set the desired localization. This post will summarize the different steps to localize the Surface shell.Localizing the Microsoft Surface Shell
- If you want to develop for the Microsoft Surface you need a Surface device, but using the device to develop is not always practical, specially when there are more developers than Surface devices. The solution for this is to install the Surface SDK on you local development machine. This post will address some limitations you have to work around.Installing the Microsoft Surface SDK on Windows 7 x64
- I was browsing through the Project Server 2007 TimePeriodDataSet.TimePeriodsRow members and found the following empty entries I could fill.An addition to the Project Server 2007 SDK (Part 2)
- Currently I'm working on a project which uses Microsoft Project Server 2007. However, the SDK is poorly documented.An addition to the Project Server 2007 SDK