Showing archive results for March 2019

Mar 5, 2019
Post comments count0
Post likes count0

Open Existing CMake Caches in Visual Studio

Shikha Kaul
Shikha Kaul

Visual Studio typically manages all the details of CMake for you, under the hood, when you open a project. However, some development workflows require more fine-grained control over how CMake is invoked. The latest Visual Studio 2019 Preview lets you have complete control over CMake if your project needs more flexibility. You can now give your cust...

Mar 5, 2019
Post comments count0
Post likes count0

Best Practices and Tips for Using Xamarin.UITest

Shikha Kaul
Shikha Kaul

We can all agree that it is very important for mobile apps to have great user interfaces, be accessible, and be extremely performant. Given the plethora of devices with different screen sizes, screen densities, and RAM, it is of utmost importance that we not only unit test app functionality but also have a set of robust user interface tests to ensu...

Mar 5, 2019
Post comments count0
Post likes count0

CUDA 10.1 available now, with support for latest Microsoft Visual Studio 2019 versions (C++)

Shikha Kaul
Shikha Kaul

We are pleased to echo NVIDIA’s announcement for CUDA 10.1 today, and are particularly excited about CUDA 10.1’s continued compatibility for Visual Studio. CUDA 10.1 will work with RC, RTW and future updates of Visual Studio 2019. To stay committed to our promise for a Pain-free upgrade to any version of Visual Studio 2017 that also carries forward...

Mar 5, 2019
Post comments count0
Post likes count0

View PDF Files within Your Xamarin.Forms Apps Using the Syncfusion PDF Viewer

Shikha Kaul
Shikha Kaul

Probably the most popular document format used for sharing content across various applications and operating systems is a PDF (Portable Document Format). As a Xamarin developer, you may need to display PDF documents like invoices and reports within your Xamarin applications.