Sample: C# code to have EWS Managed API code go through Fiddler on the same machine.

Having calls done with the EWS Managed API go through Fiddler is very easy. Below is an example. public static void SetProxyToFiddler(ref ExchangeService oService) { System.Net.WebProxy oWebProxy = null; oWebProxy = new System.Net.WebProxy(“127.0.0.1”, 8888); oService.WebProxy = oWebProxy; } Here is how you might call it:     ExchangeService oService = new ExchangeService();     oService.Credentials = new WebCredentials(“test@contoso.com”, “test”);…


Application Insights – Advisory 9/28 : Update to the Application Insights JavaScript SDK on 10/2/2017 – May impact telemetry collected

We are implementing a change to reduce the number of cookies used by Application Insights.  The ai_authuser cookie will not be dropped by default when calling the setAuthenticatedUserContext API.  The id will be stored only in memory. This may impact telemetry when the API is not called on every page. To keep the same telemetry,…


Announcing Azure Disk Encryption Preview for Virtual Machine Scale Sets

Today, we are excited to announce the public preview of Azure Disk Encryption for Virtual Machine Scale Sets (VMSS). With this announcement, Azure disk encryption can be enabled for Windows and Linux VM Scale Sets in Azure public regions to enable customers to help protect and safeguard the Scale Sets data at rest using industry…


Looking back at Build 2017–Going “All In” on Microsoft Azure

In this post, Senior App Dev Managers, Latha Natarajan and Sujith Nair reflect on some of the improvements and announcements from Build 2017 that made it even easier to enable your cloud transformation.  If you have been meaning to review the buzz from build, this post is a good place to start! Microsoft Azure is…


Maximize productivity with a large UHD 4K display (40” or more)

This post is provided by Senior ADM, August Banks who highlights the many benefits of having a large display area to increase developer productivity. If you are considering a dual monitor setup for your desktop using 24” or smaller displays, or if your think that more screen real estate would help you to be more…


Setting and Getting Math Speech, Braille, UnicodeMath, LaTeX…

This post augments the post Inserting and Getting Math Text in RichEdit by documenting the RichEdit options for ITextRange2::SetText2(options, bstr) and ITextRange2::GetText2(options, pbstr) including those for math speech and math braille. As such, this post is for programmers. But more generally, it reveals that RichEdit supports Nemeth math braille (!). All options work in the…

1

Git and Visual Studio 2017 part 2

In this article, let’s see how Visual Studio add and commit your solution. Adding items What will happen when we add items such as class file into the project? Let’s try. 1. Right click the project and add class file called “Class1.cs” 2. In Solution Explorer Class1.cs has[+] icon, which indicates the file is added…


Visual Studio Code Tools for AI Extension

Visual Studio Code Tools for AI is an extension to build, test, and deploy Deep Learning / AI solutions in Microsoft Visual Studio Code. This allows you to develop deep learning and AI solutions across Windows and MacOS This extension seamlessly integrates with Azure Machine Learning for robust experimentation capabilities, including but not limited to…


OCTOBER 2017 EDITION – HOT SHEET TRAINING SCHEDULE

Welcome to the Australian Partner Community Hot Sheet, a comprehensive schedule of partner training, webcasts, community calls, and office hours. This post is updated frequently as we learn about new offerings, so you can plan ahead of time. If you have any questions/feedback about any of the training below or would like to suggest training…


Minecraft námskeið 5. og 6. október 2017

Námskeið fyrir kennara sem sérfræðingar frá Dansk Arkitektur Center halda. Sömu aðilar bjóða upp á námskeiðið Byggjum draumaborgina með Minecraft fyrir börn í Norræna húsinu laugardaginn 7. október. Hver: Mira Valentina Krogstrup frá Dansk Arkitektur Center Hvenær: Fimmtudaginn 5. október 2017, kl. 15-18 eða föstudagur 6. október kl. 15-18 Hvar: Háaleitisskóli – Hvassaleiti – Stóragerði…