Have you heard of Rockstar? Carl and Richard talk to Dylan Beattie about a joke that may have gone too far - or perhaps not far enough? Dylan talks about the origins of Rockstar, the idea that recruiters like to use the term rockstar to identify a certain class of developer that is far from realistic. But what if rockstar was a language? Then anyone who programmed in it would be a rockstar developer... right? What started as a gag specification is now a language - the code looks like 80s rock ly...
May 23, 2019•55 min•Transcript available on Metacast How do you secure microservices? Carl and Richard chat with Sam Newman about the complexity that comes with containerization and microservices, and how that impacts your security plans. Often security has been based on a monolithic single-point-of-access model. But when applications are broken down into microservices, there are a whole bunch of new points of contact to be secured. The good news is, there is plenty of technology out there to help, including password vaults, mutual TLS and more - ...
May 16, 2019•51 min•Transcript available on Metacast Build is over - what did we learn? Carl and Richard talk to Scott Hunter about the various announcements at Build connection with .NET - including the delivery date of .NET Core 3 and what happens beyond! The conversation digs into switching to a routine delivery model for .NET, so that you can anticipate when you'll need to implement the new version of the framework. Scott also talks about new features coming in C# 8, including the fact that C# 8 is only for .NET Core 3 and above... things are ...
May 09, 2019•51 min•Transcript available on Metacast What's the latest for Identity Server? While at NDC in Porto, Carl and Richard chatted with Dominick Baier and Brock Allen about their latest work on Identity Server. The conversation goes through the various current generations of attacks on web pages, how Single Page Apps behave differently, and more! Great conversation about the current state of web-based security and how you can do more. Support this podcast at — https://redcircle.com/net-rocks/donations...
May 02, 2019•50 min•Transcript available on Metacast Back in February, the fascinating David Frangioni made a trek up to Pwop Studios to geek out with Carl and Richard about music technology. Oh, the stories! What a gas. Support this podcast at — https://redcircle.com/net-rocks/donations
Apr 25, 2019•55 min•Transcript available on Metacast What does it take to be a modern developer? While at NDC in London, Carl and Richard talked with Dan North about how being a developer has evolved. The conversation starts out discussing the transformation of Microsoft itself and how it has helped throw the definition of developer out the window - so what happens now? Dan digs into looking at developers as more than an array of technical skills, but also how they work in teams and in the organization. Great thinking! Support this podcast at — ht...
Apr 18, 2019•59 min•Transcript available on Metacast Templates can make your life better! While at NDC in London, Carl and Richard chatted with Layla Porter about the power of Visual Studio Templates. Layla talks about trying to avoid repeating herself in code, and trying to document or remember best practices for the various projects she works on. The answer is templates - so that you can File-New a project with all that thinking already built in. And not just for new projects - you can template Visual Studio configurations as well! Support this ...
Apr 11, 2019•46 min•Transcript available on Metacast Impostor Syndrome is real and pervasive in the development industry - what can you do about it? While at NDC London, Carl and Richard talk to Rob Conery about the second edition of The Impostor's Handbook. Rob talks about how most software developers don't actually have an education in computing science, but that doesn't mean you can't learn - he talks about key bits of education you can add to your repertoire to help resist feeling like an impostor - you can do it! Support this podcast at — htt...
Apr 04, 2019•56 min•Transcript available on Metacast What can Azure Functions do for you? While at NDC in London, Carl and Richard talked to Simona Cotin about Azure Functions. You can code Azure Functions in C#, Java, Python and JavaScript - but Simona prefers JavaScript. Use the language you're most comfortable with. Programming Azure Functions in JavaScript means using the NodeJS frameworks, building small chunks of code that do exactly what you want them to do without a lot of plumbing! Support this podcast at — https://redcircle.com/net-rocks...
Mar 28, 2019•53 min•Transcript available on Metacast How do you measure the success of a feature in your application? While at NDC in London, Carl and Richard talked to Christine Yen about her experiences building instrumentation systems for applications both to diagnose problems and to understand how to make software better. The conversation digs into the scientific method of hypothesizing a potential feature, exploring different ways to build it and deciding on measurements of success - know when something works! Support this podcast at — https:...
Mar 21, 2019•47 min•Transcript available on Metacast Build your web site in F#! While in London at the NDC, Carl and Richard talked to Anthony Brown about the SAFE Stack - a complete set of tooling for building back-end and front-end parts of your website in F#! Anthony talks about the various pieces needed to work together, how debugging works, and his preferred tooling, including VSCode as the editor and some great plug-ins that make F# coding easy! Support this podcast at — https://redcircle.com/net-rocks/donations...
Mar 14, 2019•47 min•Transcript available on Metacast Are you adding security to your application at the end of a development cycle? While at NDC in London, Carl and Richard talk to Victoria Almazova about how she encourages developers to include security planning as early as possible - it costs less and is more effective! The new tooling available today for security makes it easier to do the right thing, you just have to include it as part of the process. Support this podcast at — https://redcircle.com/net-rocks/donations...
Mar 07, 2019•52 min•Transcript available on Metacast Have you heard of CSS Grid? While at NDC in London, Carl and Richard talk to Amy Kapernick about one of the new features in CSS introduced in 2017 on all major browsers. CSS Grid is not tables - and tables aren't inherently evil, they can just be used badly. With Grid, you can define flexible layouts and formatting for a variety of elements. And there's nothing you're doing that can't be tweaked effectively by designers when the time comes - check 'em out! Support this podcast at — https://redci...
Feb 28, 2019•58 min•Transcript available on Metacast Have you got a home assistant device? While at NDC in London, Carl and Richard talk to Sarah Withee about her experience with Mycroft, the open source home assistant device. As an open source project you can run Mycroft on your PC, or even a Raspberry Pi. The conversation turns to the concerns about constantly listening speakers and how having an open source project that lets you see what its listening to make that whole experience less concerning. And there's custom hardware too! Support this p...
Feb 21, 2019•41 min•Transcript available on Metacast What's up with Blazor? While at NDC in London, Carl and Richard chatted with Steve Sanderson and Daniel Roth about the latest efforts around running C# in the browser with Web Assembly. Since its first demo back in 2017 by Steve, Blazor has grown up a lot - part of ASP.NET Core but still nominally an experimental project, parts of Blazor are now appearing in the preview editions of .NET Core 3 as Razor Components. 2019 looks to be a big year for Blazor! Support this podcast at — https://redcircl...
Feb 14, 2019•57 min•Transcript available on Metacast How do developers learn? While at NDC, Carl and Richard talk to Clare Sudbery about her experiences helping developers learn. The conversation digs into various learning models, the challenges of coming up with standards for education in software and what we can do to get better. Clare talks about how organizations need to create a culture that allow their people to not know things so that there is room to learn - once that culture is in place, things get much simpler! Support this podcast at — ...
Feb 07, 2019•1 hr 1 min•Transcript available on Metacast How do you migrate your .NET application to current standards? Carl and Richard talk to Rocky Lhotka about his approach to migrating existing .NET applications to .NET Standard. Rocky explains that many folks ask him about moving to .NET Core, but getting to .NET Standard is an easier move (but likely not easy) and offers more options in the long run, including .NET Core. The process starts with getting your .NET application upgraded to at least .NET 4.6.1, but it goes on from there - many organ...
Jan 31, 2019•1 hr•Transcript available on Metacast Should developers care about search engine optimization (SEO)? Chris Love says yes! Carl and Richard talk with Chris about how SEO impacts consumer-facing websites and what developers can do to include SEO in their development process. The good news is, many of the things we do routinely in web development help with SEO, including mobile-first development, using HTTPS and focusing on performance. But there's more to be done, and Chris digs into important bits - check out the tools in the show no...
Jan 29, 2019•58 min•Transcript available on Metacast User Experience Design is on the rise! Carl and Richard talk to Billy Hollis about his latest thoughts and efforts around getting developers to design UX as part of their development process. The conversation dives into the change of thinking it takes to really understand how users work with your software and the interfaces change as you think about what someone needs to see and when. Billy also brings up the advantage of great UX - happier users, more users and more profitability. Software is a...
Jan 24, 2019•1 hr 1 min•Transcript available on Metacast How do you get into test automation? Carl and Richard talk to Arnon Axelrod about his new book on Test Automation and the concept of the Test Automation Maturity Model - the steps you take along the way to getting testing to be a key part of making quality software. Arnon digs into building the right kinds of tests, what tools help you move in that direction, and where skills need to be grown to make better tests and automate them in a way that they are part of every build, whether you ship the ...
Jan 22, 2019•43 min•Transcript available on Metacast It's 2019, do you know where your containers are? Carl and Richard talk to Jessica Deen about her work with containers and how Kubernetes has come to dominate the container space, especially in the Microsoft arena. Kubernetes is a container orchestration engine that runs on-premises and all the major cloud vendors - but it is so much more than that, with an ecosystem growing up around it providing an array of tools that can handle your CI/CD pipeline and a huge array of elements for deploying ap...
Jan 17, 2019•48 min•Transcript available on Metacast How do you make .NET Core go even faster? System.Memory! While at the Update Conference in Prague, Carl and Richard sat down with .NET Core team member Adam Sitnik to talk about his work on Span of T and System.Memory. Adam talks about .NET Core 2.1 and C# 7.2 giving access to unmanaged heap and stack memory. Used right, you can get huge performance boosts and decreased memory footprints for certain classes of work - at the risk of a stack overflow! Great conversation about when and where you sh...
Jan 15, 2019•43 min•Transcript available on Metacast What does it mean to be cloud native? Carl and Richard talk to Vishwas Lele of Applied Information Sciences about his on-going evolution to be a cloud-native, and what means in 2019. Vishwas talks about the Cloud Native Computing Foundation, an organization independent of the major cloud vendors that helps with identifying and managing tools that make cloud native applications work! Vishwas digs into a variety of tools, starting with Kubernetes and with many more tools coming! The cloud is only ...
Jan 10, 2019•50 min•Transcript available on Metacast How do you debug? Carl and Richard talk to Omer Raviv about OzCode Debugging, including its ability to do 'time travel' or 'reverse' debugging - rather than stepping through code forward line-by-line, you can go any direction you want with any rules that you need. Omer talks about the years of work in OzCode and the array of features including understanding what your LINQ queries are doing in detail, writing conditional breakpoints and more. Support this podcast at — https://redcircle.com/net-ro...
Jan 08, 2019•44 min•Transcript available on Metacast Ready to add blockchain to your repertoire? Carl and Richard talk to Marc Mercuri about the Azure Blockchain Development Kit. Blockchain is full of hype, especially in relationship to cryptocurrency, but there are so many other possibilities. The idea of a distributed ledger of transactions has huge potential for reducing costs of transactions and allowing the sharing of information about those transactions up and down the chain. But how to make it work? That's where Microsoft comes in with some...
Jan 03, 2019•54 min•Transcript available on Metacast The .NET Foundation is changing! Carl and Richard talk to Jon Galloway and Beth Massi about the changes in the .NET Foundation and what it means to the average .NET developer. The first announcement is that the .NET Foundation is moving to an open membership model - if you have made a contribution to .NET in any way, be it code, documentation or other, you can apply for membership and expect to be accepted. Next up, the expansion of the .NET Foundation board to seven directors and open elections...
Jan 01, 2019•44 min•Transcript available on Metacast What can you do with the Bot Framework? How about make old-school 8-bit adventure games? While at UpdateConf in Prague, Carl and Richard chatted with Edwin van Wijk and Sander Molenkamp about the GameATron4000 open source project that ties the Bot Framework together with Phaser.io graphics to make simple, funny adventure games. The conversation explores how the Bot Framework simplifies the whole command engine of the game, being able to deal with the variations in language to still get to the in...
Dec 27, 2018•46 min•Transcript available on Metacast Merry Christmas! For your Christmas listening pleasure, Carl and Richard chat with former .NET Rocks co-host Rory Blyth. Rory chats a bit about what has happened to him lately, and how he's gotten more engaged with the community after a long break. Lots of conversation about the past and a little bit about some of the new things that he's playing with, Rory is always a fun and freewheeling conversation. NOTE - this show is PG-13 and there are a few bleeps, but nothing too awful. It's just like C...
Dec 25, 2018•1 hr 10 min•Transcript available on Metacast What's new in Node development? While at DevReach in Bulgaria, Richard moderated a panel of David Neal, Brandon Satrom and Tara Manicsic about their experiences with Node. There's a huge array of application types that make sense for Node, starting with IoT solutions, but also exploring the more traditional web applications. Node works great in the serverless role as well, it's low-ceremony approach works great with Azure Functions and AWS Lambdas. The continuing improvements to Javascript help ...
Dec 20, 2018•56 min•Transcript available on Metacast What can you do wrong with Azure security-wise? Lots! While at Update Conference in Prague, Carl and Richard talked to Karl Ots about all the things that can go wrong with security in Azure. Karl starts at the top with one of the main reasons you should consider Azure - physical security. Those data centers are safe! From there, the conversation dives into choices you make when setting up Azure that can cause trouble - what email addresses to use, what privileges each account requires, and so on...
Dec 18, 2018•1 hr 1 min•Transcript available on Metacast