Showing archive results for September 2018

Sep 21, 2018
Post comments count0
Post likes count0

ASP.NET Core in Visual Studio for Mac – Help us build the best experience

Shikha Kaul

We are working to improve the experience for ASP.NET Core developers in Visual Studio for Mac. If you are working on ASP.NET Core apps in Visual Studio for Mac, we would love to hear you feedback. Your feedback is important so that we can help shape the future of ASP.NET Core in Visual Studio for Mac.

Sep 21, 2018
Post comments count0
Post likes count0

Announcing new REST API’s for Process Customization (Azure DevOps)

Shikha Kaul

Last sprint we released a new set of REST API endpoints for process customization. In version 4.1 there are 3 sets of REST API’s. Two for the inherited model and one for the Hosted XML model. This created some confusion on what endpoints to use and when. In the new 5.0 (preview) version we combined the two inherited REST API’s under a single domain...

Sep 21, 2018
Post comments count0
Post likes count0

Xamarin.Forms 3.2.0 Released: Going Big with Little Things

Shikha Kaul

Xamarin.Forms 3.2.0 continues the theme of previous releases to give you big wins by making little things much easier to do. The entire version 3 series has been about reducing the friction of doing such things as positioning the Android tabs to the bottom, controlling spellcheck and capitalization and prediction on text controls. There are even tr...

Sep 21, 2018
Post comments count0
Post likes count0

The future of ASP.NET SignalR

Shikha Kaul

In ASP.NET Core 2.1, we brought SignalR into the ASP.NET Core family. Many of our users have asked what this means for the previous version of SignalR: ASP.NET SignalR.

Sep 21, 2018
Post comments count0
Post likes count0

Deep dive into Azure Repos

Shikha Kaul

With the introduction of Azure DevOps, we’re offering developers a new Git service called Azure Repos. It has unlimited free private repositories with collaborative code reviews, advanced file management, code search, and branch policies to ensure high quality code. Azure Repos is great for small projects as well as large organizations that need na...

Sep 19, 2018
Post comments count0
Post likes count0

Announcing TypeScript 3.1 RC

Shikha Kaul

Today we’re happy to announce the availability of the release candidate (RC) of TypeScript 3.1. Our intent with the RC is to gather any and all feedback so that we can ensure our final release is as pleasant as possible.

Sep 19, 2018
Post comments count0
Post likes count0

Windows 10 SDK Preview Build 17754 available now!

Shikha Kaul

Today, we released a new Windows 10 Preview Build of the SDK to be used in conjunction with Windows 10 Insider Preview (Build 17754 or greater). The Preview SDK Build 17754 contains bug fixes and under development changes to the API surface area.

Sep 19, 2018
Post comments count0
Post likes count0

Deep dive into Azure Boards

Shikha Kaul

Azure Boards is a service for managing the work for your software projects. Teams need tools that flex and grow. Azure Boards does just that, brining you a rich set of capabilities including native support for Scrum and Kanban, customizable dashboards, and integrated reporting.

Sep 19, 2018
Post comments count0
Post likes count0

How can I pause my code in Visual Studio?: Breakpoints FAQ

Shikha Kaul

Have you ever found a bug in your code and wanted to pause code execution to inspect the problem? If you are a developer, there’s a strong chance you have experienced or will experience this issue many, many times. While the short and sweet answer to this problem is to use a breakpoint, the longer answer is that Visual Studio actually provides mult...