Showing results for Rob Vettor - Developer Support

Sep 13, 2017
0
0

Jump-Start: Swaggerizing ASP.NET Core

Pam Lahoud
Pam Lahoud

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 can ...

.NET Coreasp.net coreRob Vettor
Aug 17, 2017
0
0

Nailing it: Making Sense of Vague PowerShell Errors

Pam Lahoud
Pam Lahoud

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 functionality is availa...

PowerShellRob Vettor
Jun 7, 2017
0
0

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

Pam Lahoud
Pam Lahoud

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 each. In this p...

AzureCloudRob Vettor
May 19, 2017
0
0

Speed Matters – Turbo Charging Data Services with EF Core

Pam Lahoud
Pam Lahoud

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 (DbContext, LI...

PerformanceRob VettorEntity Framework