Showing archive results for July 2019

Jul 9, 2019
Post comments count0
Post likes count0

A brand new course on the fundamentals of scripting and programming for game development using C#, VisualStudio and Unity

Shikha Kaul
Shikha Kaul

We are excited to announce a refresh of our popular beginner and intermediate scripting tutorial videos, available free on Unity Learn. We teamed up with Microsoft to bring Unity game developers tutorials that will help you get started with the fundamentals of scripting and programming for using C#, Microsoft Visual Studio and Unity 2019.

Jul 9, 2019
Post comments count0
Post likes count0

Previewing Azure SDKs following new Azure SDK API Standards

Shikha Kaul
Shikha Kaul

Today we’re happy to share a new set of libraries for working with Azure Storage,  Azure Cosmos DB, Azure Key Vault, and Azure Event Hubs in Java, Python, JavaScript or TypeScript, and .NET. These libraries provide access to new service features, and represent the first step towards applying a new set of standards across the Azure SDKs that we beli...

Jul 9, 2019
Post comments count0
Post likes count0

iOS 13 Preview Release Now Available

Shikha Kaul
Shikha Kaul

Today, we are excited to share our first preview release focused on support for iOS 13 and Xcode 11! With today’s preview, you can begin building applications using Xcode 11 and start integrating new APIs for iOS 13. APIs such as “Sign in with Apple”, along with support for watchOS 6, tvOS 13, and macOS 10.15.

Jul 9, 2019
Post comments count0
Post likes count0

Xamarin.Forms 4.1.0 Stable Now Available

Shikha Kaul
Shikha Kaul

Today we are happy to announce Xamarin.Forms 4.1 availability on NuGet. Our 3.0.0 series of releases focused heavily on growing Xamarin.Forms by filling in the gaps. We learned that this should be available by default and want to continue effectively growing Xamarin.Forms to best meet your needs and improve productivity. Thank you for filling out s...

Jul 9, 2019
Post comments count0
Post likes count0

Customize object displays in the Visual Studio debugger YOUR way

Shikha Kaul
Shikha Kaul

Have you ever stared at objects in a debugger window and wished that you could view those objects by something other than their type?  I certainly have!  Expanding items to determine each one’s identity can become tiresome very fast. Ideally, it would be great to quickly locate them by a particular property value.  Luckily for us, Visual Studio has...

Jul 2, 2019
Post comments count0
Post likes count0

Using Azure Search custom skills to create personalized job recommendations

Shikha Kaul
Shikha Kaul

The Microsoft Worldwide Learning Innovation lab is an idea incubation lab within Microsoft that focuses on developing personalized learning and career experiences. One of the recent experiences that the lab developed focused on offering skills-based personalized job recommendations. Research shows that job search is one of the most stressful times ...

Jul 2, 2019
Post comments count0
Post likes count0

Styling for Multiple Device Resolutions

Shikha Kaul
Shikha Kaul

A few months ago we received a request from one of our customers which required us to develop and test an application on multiple device resolutions. While doing this we realized that we were doing something wrong in our development process.

Jul 2, 2019
Post comments count0
Post likes count0

Xamarin and .NET Community Developer Events in July

Shikha Kaul
Shikha Kaul

Jumpstart your next mobile development project by networking with your local community and getting the latest updates about Xamarin and .NET related technologies. Discover upcoming developer events happening this July, including conferences and virtual opportunities around the world!

Jul 2, 2019
Post comments count0
Post likes count0

Configuring a Server-side Blazor app with Azure App Configuration

Shikha Kaul
Shikha Kaul

With .NET Core 3.0 Preview 6, we added authentication & authorization support to server-side Blazor apps. It only takes a matter of seconds to wire up an app to Azure Active Directory with support for single or multiple organizations. Once the project is created, it contains all the configuration elements in its to function. This is great, but...