Developer Support

Advocacy and Innovation

Jump-Start: Swaggerizing ASP.NET Core

In his latest blog post, Premier Developer consultant Rob Vettor gives an overview of how to use Swagger with your ASP.NET Core application.As a consumer of an API service, how do you know what functionality the service exposes?Easy answer: Swagger supportSwagger is a framework that enables you to visually discover an API service. With it, you...

Nailing it: Making Sense of Vague PowerShell Errors

This post on troubleshooting PowerShell errors comes to us from Premier Developer consultant Rob Vettor.PowerShell is a “must-know” for Azure cloud development. Yes, it’s a scripting language, but moreover, it’s an automation engine that can execute complex tasks with minimal effort. The vast majority of Azure administrative ...

Finding that Perfect Home: Web App Hosting in the Azure Cloud

This post is from Premier Developer consultant Rob Vettor. After months of late nights and more pizza than you want to remember, it’s time to deploy your brand-new web application to production. The good news is… you’ve got choices – lots of choices! However, making the right decision requires that you have a good understanding of ...

Speed Matters – Turbo Charging Data Services with EF Core

Premier Developer consultant Rob Vettor brings us this post on performance of the new Entity Framework Core. Entity Framework Core (EF Core) has arrived and brings with it several long-awaited improvements. Officially released this past June, EF Core is a complete rewrite of the Entity Framework. While the high-level developer APIs (...