Click here to Skip to main content
15,884,099 members
Articles / Artificial Intelligence / Machine Learning

Build Recap

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
3 Apr 2016CPOL5 min read 4.2K  
Build recap

Important note: I’m still an independent consultant, Regional Director, and C# MVP. I haven’t officially started at Microsoft. All opinions expressed below are my own, and do not represent any Microsoft statement.

I spent the better part of last week at //build/ in San Francisco. //Build/ is Microsoft’s premier developer event. It’s where they focus on new ideas, new tools, and new visions. This year did not disappoint. If anything, this was one of the best //build/ conferences I’ve been to in many years.

An Opening Filled With Inspiration

Let’s start with the first day. We were introduced to many of the cutting edge ideas that Microsoft is investing in. The concepts revolved around More Personal Computing and leveraging the power of computers to improve the human condition. I won’t bury the lead. The most inspirational moment of the first day was the video showing the incredible work done by Saqib Shaikh. Go watch it now. I’ll wait.

Did you have enough tissues to get through that? It hits right in the feels, doesn’t it? Saqib was at build, and chatted with quite a few developers during the three days. He is truly inspirational.

All the technology highlighted the first day was very forward looking. Libraries to build bots. Libraries to build cognitive software. Machine Learning. Libraries to work with Cortana. Artificial Intelligence. HoloLens. And, early versions of all the libraries are available in preview form, or will be soon. I kept jotting down ideas that I could start exploring.

The overall message of all these demos and tools is to aim higher: How can we build software that communicates more naturally with humans? How can we build software that learns from the immense stores of data we have at our disposal? How can we create software that learns to get better over time? How can we target different form factors intelligently?

Open, Collaborative Developer Tools

The next major theme, which was covered on both the first and second day keynotes involved developer tools. And, having those tools be more open, more collaborative, and more platform agnostic. We hear about Docker on Linux. Docker on Windows. We heard about running Linux VMs in Azure. We heard about running bash in Windows. (Not in a VM, and not as a heavyweight Windows process, like cygwin, but something in between.) And, bash on Windows should bring full fidelity for any of the tools you use in the bash shell.

And, you’ve probably heard the huge news: That the Xamarin tools are now free to anyone with a valid Visual Studio license: if you have VS Enterprise, VS Pro, with MSDN subscription or not, and even VS Community, you have access to all that Xamarin provides.

But wait, there’s more.

The Xamarin tools and libraries are also being open sourced. They will be under the .NET Foundation umbrella. The plan is to release them under the MIT license. This is just awesome news for the developer community. Now, with no extra cost, you can develop applications for Windows, iOS, and Android in C#. And at a cost (free) that is in reach of the hobbyist developer.

There were also major announcements about development on Azure, including Azure Functions. Azure Functions are small, lightweight, micro-services. I haven’t explored it completely yet, but I’m really interested in the concepts.

The overriding theme for this is that Windows will be the most productive OS for any developer. Great tools, great libraries, and you can target everything: Linux, iOS, Android, and even Windows. It’s the perfect platform for anyone developing software.

The Future of Languages

My breakout session time was looking at .NET Core, C#, and TypeScript. There’s great news on all fronts.

.NET Core and ASP.NET Core are getting closer and closer to being the same tools, libraries, and command line. The new CLI (coming soon) will use the same or similar commands for any different application type. ASP.NET Applications can target Docker containers. They can run on Liinux. They can run on MacOS. And, the tooling will work with any shell (Powershell, Cmd, bash, and so on) on any developer OS. If you want to learn more, watch this talk by Scott Hanselman and Scott Hunter.

The C# team (Mads Torgersen and Dustin Campbell) showed an updated view of the plans into C# 7. You can watch that presentation online at Channel 9. If you haven’t looked at C# because you thought it was “Windows only”, check it out. C# (and programs written in C#) run on Windows, MacOS, and Linux. You’ll find C# very competitive with your favorite language. Have fun!

Ander Hejlsberg discussed the Future of TypeScript in another ssession. (Also available on Channel 9. They are tracking toward the 2.0 release of TypeScript. That release will include support for async / await that supports downlevel (ES5) execution environments. Like current browsers. I can’t wait. If you haven’t checked out TypeScript, watch this talk. Anders spends quite a bit of time talking about how to migrate from JavaScript to TypeScript. He also shows how you can get benefits all along the migration path.

And Much Much More

Now that I’m home, I’m watching many of the sessions that I did not see live. You can too. All the sessions, and more, are available on Channel 9 as well. Check out the ones that interest you. There’s more on Azure. There’s more on .NET. There’s more on UWP and PCL development. And much, much more.

This article was originally posted at http://thebillwagner.com/Blog/Item/2016-04-02-BuildRecap

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Bill Wagner Software LLC
United States United States
Bill Wagner is one of the world's foremost C# developers and a member of the ECMA C# Standards Committee. He is President of the Humanitarian Toolbox, has been awarded Microsoft Regional Director and .NET MVP for 10+years, and was recently appointed to the .NET Foundation Advisory Council. Wagner currently works with companies ranging from start-ups to enterprises improving the software development process and growing their software development teams.

Comments and Discussions

 
-- There are no messages in this forum --