Microsoft takes on Slack with its new Microsoft Teams app
Microsoft today announced a major new app at its Office event in New York City....
AWS public cloud is twice as big as Microsoft, Google, IBM combined
Amazon Web Services is utterly dominating the competition, taking 45 percent of worldwide revenues for...
Microsoft is building a quantum computer that may never work
Microsoft is working on a quantum computer that uses what are called “non-abelian anyons,” a...
Convert Hex Color Code to Brush/SolidColorBrush in XAML App
To set the background color of an object in .NET XAML, you will need to...
Nadella: ‘Windows is the most open platform there is’
When Satya Nadella became CEO of Microsoft in 2014, he asked what the company’s place...
Microsoft research works on “touching” virtual reality objects
Microsoft Research has presented a new way to interact with virtual reality by touch. As...
Microsoft warns iOS isn’t as secure as you think
Microsoft has warned customers that iOS is no more secure than Android, contradicting commonly held...
Microsoft to launch new Surface PC at October 26th event
Microsoft is holding a special Windows 10 and Surface event in New York City later...
$.ajax No ‘Access-Control-Allow-Origin’ header is present on the requested resource with WebAPI
I want to get data from a WebAPI with jquery $("#btnSend").click(function () { $("#sending").show(); $.ajax({...
Multi Step Form with Progress Bar using jQuery and CSS3
Got long forms on your website ? Break them up into smaller logical sections and...
Alan Turing’s computer-generated music gets restored after 65 years
Alan Turing is considered to be one of the fathers of computer science. He played...
Custom editor render for Xamarin on iOS
In Xamairin the Editor component doesn’t have a border on iOS. If you want to...
Preserve data when deploying Xamarin.Android app
By default all your data from your previous runs is deleted when you’re deploying an...
“System.IO.FileNotFoundException” using controls from another assembly in Xamarin Forms on iOS.
I was building a Xamarin solution with my components like that: All my components (PSC.Xamarin.Controls.*)...
Google opens Chromebooks to Android store
Google’s Chromebook update will allow the inexpensive laptops to run apps from the Android store...
What is the difference between Xamarin.Form’s layout options?
In Xamarin.Forms every View has the two properties HorizontalOptions and VerticalOptions. Both are of type...
Android required permissions
In Visual Studio 2015 if you checked same permissions on your project properties and when...
All Windows 10 PCs will get Windows Holographic access next year
Windows 10 users will be able to dive into mixed reality starting next year, with...
Custom ContextAction with Xamarin Forms
I using a Xamarin Forms ListView and I want to enable or disable the Context...
Android.Content.Res.Resources+NotFoundException: Resource ID #0x0
I’ve just created a simple MasterDetailPage and in the code I inserted an icon for...
Visual Studio updates Xamarin
When you open Visual Studio 2015 and there is a pop windows to invite you...
Start Edge Animate when is in the screen
I’ve come across a few sites that will tie window scrolling with animation. When used...
Microsoft REST API Design Guidelines
Microsoft is publishing its “REST API Design Guidelines” to the API community: https://www.GitHub.com/microsoft/api-guidelines/. These guidelines...
Continuous: C# and F# IDE for the iPad by Frank A. Krueger
Continuous gives you the power of a traditional desktop .NET IDE – full C# 6...
How to update the data in listview in Xamarin.Forms?
First you add a new class as a ViewModel like: public class RoomViewModel : BaseViewModel...
