Showing results for January 2017 - Visual Studio news feed

Jan 27, 2017
Post comments count0
Post likes count0

How To Build Planet Scale Mobile App in Minutes with Xamarin and DocumentDB

Vahe Minasyan
Vahe Minasyan

Most mobile apps need to store data in the cloud, and Azure DocumentDB is an awesome cloud database for mobile apps. It has everything a mobile developer needs, a fully managed NoSQL database as a service that scales on demand, and can bring your data where your users go around the globe -- completely transparently to your application. Today we are...

Jan 27, 2017
Post comments count0
Post likes count0

ASP.NET Core Authentication with IdentityServer4

Vahe Minasyan
Vahe Minasyan

In my post on bearer token authentication in ASP.NET Core, I mentioned that there are a couple good third-party libraries for issuing JWT bearer tokens in .NET Core. In that post, I used OpenIddict to demonstrate how end-to-end token issuance can work in an ASP.NET Core application.

Jan 27, 2017
Post comments count0
Post likes count0

Enhanced Device Logging in Visual Studio

Vahe Minasyan
Vahe Minasyan

During development we often print out logs, warnings, and errors to the console to help with the debugging process. However, with the complexity of mobile operating systems and applications, we often need to see what’s happening on the device or being logged by other parts of the operating system. This is where the iOS and Android device

Jan 27, 2017
Post comments count0
Post likes count0

Moving the Games Backend from Servers to Cloud: Game Insight Goes for Azure

Vahe Minasyan
Vahe Minasyan

Building a successful online multiplayer game is а complex task that requires orchestrating a host of nitty-gritty details. All the major components must play well together, starting from game design, artwork, client implementation, and the servers running behind the scenes. Without that last one, modern mobile games literally could not exist.

Jan 27, 2017
Post comments count0
Post likes count0

Training: Intermediate ASP.NET Core 1.0 (Microsoft Virtual Academy)

Vahe Minasyan
Vahe Minasyan

Want a deeper dive into ASP.NET Core 1.0? Build on what you learned in Introduction to ASP.NET Core 1.0, and explore this new technology even further, as Scott Hanselman, Jeff Fritz, and Rowan Miller offer an in-depth, intermediate-level look at ASP.NET Core 1.0.

Jan 26, 2017
Post comments count0
Post likes count0

.NET Core Image Processing

Vahe Minasyan
Vahe Minasyan

Image processing, and in particular image resizing, is a common requirement for web applications. As such, I wanted to paint a panorama of the options that exist for .NET Core to process images. For each option, I’ll give a code sample for image resizing, and

Jan 26, 2017
Post comments count0
Post likes count0

Open sourcing the VS Test platform (Brian Harry)

Vahe Minasyan
Vahe Minasyan

Yesterday we released our unit test execution infrastructure as an open source project.  You’ll also find an open source project with the documentation

Jan 26, 2017
Post comments count0
Post likes count0

Bing Maps .NET REST Toolkit Made Open Source

Dmitry Lyalin
Dmitry Lyalin

Many developers use the Bing Maps REST services to perform spatial queries such as geocoding an address or calculating routes and distances. The Bing Maps REST services are nice and fast, however, using them from a .NET application used to require a decent amount of work. The Bing Maps .NET REST Toolkit aims to make it easy to use these services

Jan 19, 2017
Post comments count0
Post likes count0

Manage your open source usage and security in your pipeline

Ilya Biryukov [MSFT]
Ilya Biryukov [MSFT]

The open source approach has a tremendous value for us as a technological community. The collaborative development model helps the industry evolve rapidly, increase innovation and save time and money. We all use open source components in our applications, front or back end, JavaScript, .NET or Python, whether it is a JSON serialization library or a...