A Monster Build Recap

Published: May 17, 2017, midnight

b'On this episode of Eat Sleep Code, James Chambers unpacks the highlights from Microsoft Build 2017. The importance of AI and Machine Learning for developers is discussed. James shares his interest in using software for humanitarian efforts.\\n\\n\\n00:55 EC: Yep. So tell us a little about yourself, James. What do you do? Where do you work?\\n\\n01:00 JC: I actually am an independent consultant and I work primarily in the space of ASP.NET Core these days and I do a lot of work in Azure. And I guess I\\u2019ve got the MVP award a couple of time or so, and recently released my fourth book with good friends of mine Dave Paquette and Simon Timms on the topic of ASP.NET Core.\\n\\n01:25 EC: So Dave and Simon, you do a lot of work with these guys. You have a little bit of a show that you do as well on Channel 9.\\n\\n01:31 JC: We do. We call ourselves the ASP.NET Monsters. We\\u2019ve got these little caricatures that are done. Anyways, so we have this cartoon persona where we go on and we code and pretend to know what we\\u2019re doing and share what we\\u2019re learning about ASP.NET Core with other people. And so yeah, we\\u2019re about 100 episodes in on Channel 9 and plugging along.\\n\\n01:48 EC: Nice, congratulations.\\n\\n01:49 JC: Thanks.\\n\\n01:50 EC: It\\u2019s a great show, especially if you\\u2019re a.NET developer. Tune in and learn some cool tips and tricks. I learned a little bit about a cool open-source project that you guys had called GenFu.\\n\\n02:05 JC: That\\u2019s right. So it\\u2019s a data generation library, it\\u2019s available on GitHub and via NuGet and it\\u2019s for.NET core. We\\u2019re working on back-porting it to support other frameworks as well, but what it does is you can basically take any type of entity and say give me a list of that entity, and rather than filling it in with nonsense data, it will actually do its best to intelligently recognize known properties, and then using an internal database, fill those with either random values that are generated or generated based off of values in the database. So it gives you realistic looking test data and sometimes that can make a strong impression when you\\u2019ve got a first draft of a prototype or you\\u2019re working with some sample data. So a handy little utility. I\\u2019ve been using it, some form of it, for over 15 years and then I finally got poked to put it out there a couple of years ago and Dave and Simon stepped in and that\\u2019s really where we started collaborating, and it\\u2019s just evolved from there.\\n\\nFind out more at http://developer.telerik.com/content-types/podcast/monster-build-recap/'