Visual Studio news feed

Visual Studio news feed

Latest posts

Visual Studio App Center: A New But Familiar Upgrade for HockeyApp Customers
Oct 31, 2018
Post comments count 0
Post likes count 0

Visual Studio App Center: A New But Familiar Upgrade for HockeyApp Customers

Shikha Kaul
Shikha Kaul

You’re a HockeyApp user and you’re using the service for beta distribution, crash reporting, and analytics for your Android, iOS, macOS, and Windows apps. You may also use the service’s powerful workflow integrations to help you better make better apps. It’s likely you’ve also heard of Visual Studio App Center and know that it’s somehow related to HockeyApp. In this post, I compare the two services, filling in the blanks for those customers who haven’t spent time with App Center. If you know the details about App Center, great! If you don’t, then I’m going to tell you why App Center offers even more than HockeyA...

Xamarin.Forms 3.3.0: Little Things, Huge Difference
Oct 26, 2018
Post comments count 0
Post likes count 0

Xamarin.Forms 3.3.0: Little Things, Huge Difference

Shikha Kaul
Shikha Kaul

The Xamarin.Forms team has been working closely with our open-source community to help fill in the “little things”. Things you’ve told us are important to building your mobile apps and being supremely productive in the process. Since Xamarin.Forms 3.0 shipped at Build 2018, we have been collaborating with you to deliver over 20 new features and fixes. With many more on the roadmap!

Announcing .NET Core 2.2 Preview 3
Oct 26, 2018
Post comments count 0
Post likes count 0

Announcing .NET Core 2.2 Preview 3

Shikha Kaul
Shikha Kaul

Today, we are announcing .NET Core 2.2 Preview 3. We have made more improvements to the overall release that we would love to get your feedback on, either in the comments or at dotnet/core #2004.

Announcing Entity Framework Core 2.2 Preview 3
Oct 26, 2018
Post comments count 0
Post likes count 0

Announcing Entity Framework Core 2.2 Preview 3

Shikha Kaul
Shikha Kaul

Today we are making EF Core 2.2 Preview 3 available, together with a new preview of our data provider for Cosmos DB and updated spatial extensions for various providers.

Announcing TypeScript 3.1
Oct 26, 2018
Post comments count 0
Post likes count 0

Announcing TypeScript 3.1

Shikha Kaul
Shikha Kaul

If you haven’t heard of TypeScript, it’s a language that builds on top of modern JavaScript and adds static type-checking. When you write TypeScript code, you can use a tool like the TypeScript compiler to remove type-specific constructs, and rewrite any newer ECMAScript code to something that older browsers & runtimes can understand. Additionally, using types means that your tools can analyze your code more easily, and provide you with a rock-solid editing experience giving you things like code-completion, go-to-definition, and quick fixes. On top of that, it’s all free, open-source, and cross-platform, so i...

Azure.Source – Volume 54
Oct 26, 2018
Post comments count 0
Post likes count 0

Azure.Source – Volume 54

Shikha Kaul
Shikha Kaul

Announcing the public preview of Azure Digital Twins - Azure Digital Twins is an Azure IoT service that creates comprehensive models of the physical environment. Among its many features is the ability to create spatial intelligence graphs to model the relationships and interactions between people, spaces, and devices. Announced at Ignite last month in Orlando, Azure Digital Twins is now available in Public Preview. To provide concrete examples of how partners are packaging the capabilities present in Azure Digital Twins to create digital twins of physical environments, below are images of what finished solutions ...

ASP.NET Core 2.2.0-preview3 now available
Oct 24, 2018
Post comments count 0
Post likes count 0

ASP.NET Core 2.2.0-preview3 now available

Shikha Kaul
Shikha Kaul

Today we’re very happy to announce that the third preview of the next minor release of ASP.NET Core and .NET Core is now available for you to try out. We’ve been working hard on this release, along with many folks from the community, and it’s now ready for a wider audience to try it out and provide the feedback that will continue to shape the release.

Complex Animations in Xamarin.Forms using Finite State Machine
Oct 24, 2018
Post comments count 0
Post likes count 0

Complex Animations in Xamarin.Forms using Finite State Machine

Shikha Kaul
Shikha Kaul

If you have been a student of a technical specialty, you will surely remember the course devoted to the Finite State Machines.

Simplify extension development with PackageReference and the VSSDK meta package
Oct 24, 2018
Post comments count 0
Post likes count 0

Simplify extension development with PackageReference and the VSSDK meta package

Shikha Kaul
Shikha Kaul

Visual Studio 2017 version 15.8 made it possible to use the PackageReference syntax to reference NuGet packages in Visual Studio Extensibility (VSIX) projects. This makes it much simpler to reason about NuGet packages and opens the door for having a complete meta package containing the entire VSSDK.