Add a macOS project to your existing solution
With the new version of Xamarin, we can create apps for macOS. But how can I add a macOS project…
All technologies, only pure source code
With the new version of Xamarin, we can create apps for macOS. But how can I add a macOS project…
Join Craig Dunn explains what’s new in iOS 11 and how to take advantage of the latest updates – from…
In another post I discussed how to implement Inversion of Control Pattern in C#. In this post I should explain…
For a new project, my client required to output date strings in a format that included the two letter suffix…
Sometimes you need to change a value for a specific platform and this value is a Double, for example. I…
Cortana virtual assistant already integrates into Windows 10, works on iOS and Android, and will start showing up in cars…
Apple introduced with iOS 11 a new UI in particular for larger titles: if you open your email, you see…
In Xamarin Forms there is a native function called UriBuilder: it allow you to create a well-formed url. In my…
Microsoft is hoping developers will be updating their UWP apps en masse to support their new Fluent Design language, and…
Xamarin Forms doesn’t have a Label with a Bindable FormattedString. For example, if you want a bindable bold word in…
After Microsoft gives up on Windows 10 Mobile, Microsoft Launcher is the upgraded version of the Microsoft Garage project Arrow…
The company’s Windows 10 chief has tweeted that developing new features and hardware for the Mobile version of the OS…
A ListView is a kind of repeater but isn’t always what I want. It’s surprising something like this isn’t included…
I talk to Cortana every day — at home, work and on-the-go — to get information about my day, to…
In my project I have some images to display. The funny thing is I can see images in the simulator…
In my previous post called Xamarin: how to Start an Application at Device Boot in Android, I explained how you…
This tutorial will explain to stat an application while the Android device boot-up. For this, we need to listen to…
What are Cookies? Cookies are data, stored in small text files, on your computer. When a web server has sent…
C# does not provide IsDate() function. Sometimes in your developer environment region settings are different from the live environment. In…
Using Device Information Plugin for Xamarin and Windows, you have access to same information for a device: GenerateAppId: used to…
In an interview with Business Insider, Microsoft’s Joe Belfiore spoke briefly about Microsoft’s recent announcements made at Build such as…
Hi guys, I want in MVC to render a text with an image as an ActionLink. For creating a simple…
The purpose of this code is the detect how slow is your connection downloading a file from a site. First…
Customize the title bar of your Universal App for Windows 10 is quite easy, but you need to write different…
WebAssembly, a portable code format that could make for a faster web, has moved to minimum viable product (MVP) status,…