Showing archive results for September 2019

Sep 12, 2019
Post comments count0
Post likes count0

GC Perf Infrastructure – Part 0

Shikha Kaul

In this blog entry and some future ones I will be showing off functionalities that our new GC perf infrastructure provides. Andy and I have been working on it (he did all the work; I merely played the consultant role). We will be open sourcing it soon and I wanted to give you some examples of using it and you can add these to your repertoire of per...

Sep 12, 2019
Post comments count0
Post likes count0

HockeyApp Transition to Visual Studio App Center – August Update

Shikha Kaul

Visual Studio App Center is closing important feature gaps as HockeyApp is transitioning to App Center later this year. See what we’ve been working on in August and learn more about what we’ve committed to on our roadmap.

Sep 12, 2019
Post comments count0
Post likes count0

Refactoring made easy with IntelliCode!

Shikha Kaul

Have you ever found yourself refactoring your code and making the same or similar changes in multiple locations? Maybe you thought about making a regular expression so you could search and replace, but the effort to do that was too great? Eventually you probably resigned yourself to the time-intensive, error prone task of going through the code man...

Sep 10, 2019
Post comments count0
Post likes count0

Boost Performance with Compiled Bindings in Xamarin.Forms

Shikha Kaul

Data binding is at the core of every Xamarin.Forms application. It enabled developers to easily bridge their user interface with their code behind form a simple markup. Data binding also simplifies user interactions and updates to the user interface automatigical! With all this awesome comes with some trade-offs. Xamarin.Forms has to analyze and re...

Sep 10, 2019
Post comments count0
Post likes count0

Announcing .NET Core 3.0 Preview 9

Shikha Kaul

Today, we’re announcing .NET Core 3.0 Preview 9. Just like with Preview 8, we’ve focused on polishing .NET Core 3.0 for a final release and aren’t adding new features. If these final builds seem less exciting than earlier previews, that’s by design.

Sep 10, 2019
Post comments count0
Post likes count0

Hardware Intrinsics in .NET Core

Shikha Kaul

Several years ago, we decided that it was time to support SIMD code in .NET. We introduced the System.Numerics namespace with , , , , and related types. These types expose a general-purpose API for creating, accessing, and operating on them using hardware vector instructions (when available). They also provide a software fallback for when the hardw...