-
The Getting started with Xamarin and matters Virtual
The main landing that I can’t ever seem to remember to start with is actually here: Installing and Setting Up Xamarin.Android – Xamarin Installing and Setting Up Xamarin.Android – Xamarin How to install and configure Xamarin.Android to work with Visual Studio. Source: docs.microsoft.com/en-us/xamarin/android/get-started/installation/ The next important part is when you are setting up HAXM (for intel based chips) From a cmd window. sc query intelhaxm (and if it is not already installed go here HAXM Release on GitHub sc stop intelhaxm – to stop the service sc start intelhaxm – to start the service You can also use Hyper-V (sometimes I have issue with this method because it likes to…
-
It’s Always the Little stuff
How many times over the years of using Visual Studio have I’ve added the two lines of code to my console apps (mostly quick simple or testing console apps): Console.WriteLine("**Press"); Console.ReadLine(); I know it’s been there since sometime in Visual Studio 2017 … Yes the setting that removes the need for those two lines of code… Tools => Options => Debugging => General… The magic check box labelled: ‘Automatically close the console when debugging stops’ The simple sweetness of that single setting! A Millionth of a Penny for every time I had to go back in put those two lines of code in my console apps… I humbly submit this as…
-
.Net Core ASP Tag Helpers
I has to be one of the most useful things added… You got Tag Helps… Consider the simplest example… <img src="/images/somePng.png" /> Not hard and very common. But consider the task of versioning your images for a web page… Enter Tag Helpers <img src="/images/somePng.png" asp-append-version = "true"/> This gives us a Hash version appended, so if an image changes? Indeed yes the hash value changes and this will trigger a cached page to update the image. Wow, Tag Helpers… very handy. ScottGeek
-
Build 2019: The On-Demand Sessions
Here’s the main link… watch them while they are available. Microsoft Build 2019 Announcements | Microsoft Azure Microsoft Build 2019 Announcements | Microsoft Azure Discover the latest announcements from Microsoft Build 2019, the premier developer conference from Microsoft. Source: .microsoft.com/en-us/build-2019/
-
Build 2019 Keynote: That ‘Red’ Shirt Guy
Always a good listen: Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild Source: Microsoft Build Ok MS stop changing the link already…. Or is it this one: Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild Source: All the Developer Things with Hanselman and Friends
-
Build 2019 Session: Edge Architecture the Azure SQL DB Edge
What is ‘Edge’ umm… let’s see. Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild Source: Simplify Edge Architecture with Azure SQL Database Edge
-
Build 2019 Session: AI and the Cloud Vision
AI and the Cloud Vision- I’m not 100% I understand many humans, but I’m still learing: Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild Source: 5 industries that are getting disrupted by Computer Vision on Cloud and on Edge
-
Build 2019 Keynote: Shall We Begin
The words from the top: Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild Source: Vision Keynote – Satya Nadella
-
Build 2019 Session: The look back on C#
Interesting step back as we move forward with C#. It’s good to know where and how it came from: Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild Source: ‘Look Back’ on C#
-
Build 2019 Session: Iot News and Futures
What’s not to like about IoT… it depends on what you need. Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Microsoft Build 2019 Developer Conference May 6-8 Seattle, WA Join developers and industry experts at Microsoft Build to explore the latest developer tools and technologies. #MSBuild Source: All you need to know about Microsoft’s IoT news and futures



