Showing results for .NET - Developer Support

May 26, 2017
0
0

Using Application Insights SDK in Aspect-oriented programming (AOP) style with .NET

Pam Lahoud
Pam Lahoud

This is the second post in a series on the Application Insights SDK from Premier Developer consultant Nasir Syed.  Check out his previous post here. In my previous post I talked about using Custom Attributes to avoid repetition, code pollution etc., and illustrated it from a very high level to use with Application Insights API, custom events...

.NETApplication InsightsNasir Syed
May 24, 2017
0
0

Avoiding Code Pollution when using Application Insights SDK

Pam Lahoud
Pam Lahoud

This post comes to us from Premier Developer consultant Nasir Syed. “Insert a few lines of code in your application to find out what users are doing with it, or to help diagnose issues. You can send telemetry from device and desktop apps, web clients, and web servers. Use the Azure Application Insights core telemetry API to send custom events and...

.NETApplication InsightsNasir Syed
Apr 12, 2017
0
0

.NET Core Overview

Developer Support
Developer Support

In this post, Senior Application Development Manager, Sash Kavalaparambil introduces .NET Core and many of the features that make it a powerhouse for cross platform development scenarios. It has been over 16 years since the first version of .NET framework has been released. In spite of its wide adoption among developer community, todays cloud fi...

Team.NETDocker
Jan 10, 2017
0
0

Multi-tenant WebAPI – simple admin consent

Pam Lahoud
Pam Lahoud

In this post, Premier Developer consultant Marius Rochon shares his application authentication experience in order to help you create your own Multi-tenant WebAPI applications. The VS.NET 2015 wizard for adding authentication to ASP.NET WebAPI projects does not support using the multi-tenant option. Here are some notes on how to implement this op...

Team.NETVisual Studio
Dec 12, 2016
0
0

Amazon Alexa Skills Development with Azure Active Directory and ASP.NET Core 1.0 Web API

Developer Support
Developer Support

In this post, Premier ADM, Rob Reilly, walks us through building Alexa Skills using Azure AD and ASP.NET Core Web API. Background Amazon Alexa is a technology developed by Amazon that takes voice commands, interprets them, and then takes action by sending requests on to API’s to perform a multitude of tasks only limited by your imagination....

TeamAzure.NET
Oct 3, 2016
0
0

Referencing a PCL project in both ASP.NET Core and Xamarin Forms

Pam Lahoud
Pam Lahoud

Thanks to Premier Developer Consultant Gustavo Varo for this prescriptive guidance on cross-platform development with Xamarin and ASP.NET Core. Back in March while working with Xamarin Forms and ASP.NET Core, I identified the need of sharing some code between both projects. My very first idea was to create a PCL (Portable Class Library) project ...

Team.NETasp.net
May 20, 2016
0
0

Universal Windows Programming: What is it and how it can help

Developer Support
Developer Support

Mike Finley, Senior Application Development Manager, discusses how Universal Windows Programming can help you develop one application that runs on multiple devices and form factors with Windows 10. More and more devices are now available for the end users to achieve an online and offline mobile experience.  Gartner believes that by 2020, 2...

.NETWindows 10Universal Apps
Nov 20, 2015
0
0

Using OAuth2 with SOAP

Developer Support
Developer Support

Premier Development Consultant Marius Rochon explores the combination of Universal App Platform (UAP) with SOAP using OAuth2 protocol for authentication. One possible application of this approach might be migrating from WCF to REST and/or needing to mix REST and SOAP services. Although the sample uses a UWP client, the same code would apply to othe...

.NETMarius RochonREST
Nov 12, 2015
0
0

Visual Studio 2015 ALM VMs and Hands-On Labs Available

Developer Support
Developer Support

If you looking to familiarize yourself with all the great new functionality in our 2015 ALM toolset, here’s an easy way to get started.  Check out the Visual Studio ALM VM 2015 (including both Visual Studio 2015 and Team Foundation Server 2015) along with many popular demo scripts. Don’t want to download the giant VM?  Check out the TechNet Virt...

ALM.NETVisual Studio
Sep 29, 2015
0
0

Tasks are (still) not threads and async is not parallel

Pam Lahoud
Pam Lahoud

Premier Developer consultant Ben Williams recently had the honor of having one of his blog posts reposted to Wintellect’s Dev Center as a guest post.  Here’s a blurb from that post, be sure to head over to Ben’s blog to check out the full technical deep-dive and download his sample WPF application. I talk to a lot of developers who are either...

.NETBen Williamsasynchronous