.NET Rocks! is an Internet Audio Talk Show for Microsoft .NET Developers.

Similar Podcasts

CppCast

CppCast
Every two weeks, or so, we sit down with guests from the C++ community to discuss the latest news and what they have been up to. Find us at cppcast.com

The Laravel Podcast

The Laravel Podcast
The Laravel Podcast brings you Laravel and PHP development news and discussion. Season 5 consists of Matt Stauffer interviewing the creators of the most popular packages in the Laravel ecosystem.

JS Party: JavaScript, CSS, Web Development

JS Party: JavaScript, CSS, Web Development
Your weekly celebration of JavaScript and the web. This show records LIVE on Thursdays at 1pm US/Eastern time. Panelists include Jerod Santo, Feross Aboukhadijeh, Kevin Ball, Amelia Wattenberger, Nick Nisi, Divya Sasidharan, Mikeal Rogers, Chris Hiller, and Amal Hussein. Topics discussed include the web platform (Chrome, Safari, Edge, Firefox, Brave, etc), front-end frameworks (React, Ember, Angular, Vue, etc), Node.js, web animation, SVG, robotics, IoT, and much more. If JavaScript and/or the web touch your life, this show’s for you. Some people search for JSParty and can’t find the show, so now the string JSParty is in our description too.

Containers and Microservices in Azure with Michele Bustamante

January 25, 2016 00:54:00 52.1 MB Downloads: 0

What's the current situation with containers in Azure? While at NDC London, Carl and Richard talk to Michele Leroux Bustamante about the continuing evolution of containers in the cloud, especially around Azure. Michele digs into the story of Docker and the idea of configuration-as-code extending to the virtual machine. Then the discussion turns to analyzing the various tiers of container service provide by the major cloud provides, including Microsoft. Ultimately there is a vision of a Platform-as-a-Service offering around containers, but what that looks like is still evolving. Could Azure Service Fabric be the solution? What about Windows 2016? There's more to come!

Space Elevators and Tethers Geek Out

January 20, 2016 1:01:53 59.4 MB Downloads: 0

Are space elevators really possible, or just science fiction? Time for a Geek Out! Carl and Richard chat about the idea of being able to build a cable from the surface of the Earth into space to make space transport 100 times cheaper than rockets. The conversation starts out focused on the concept of space tethers, of which the space elevator is one particular species. Tethers have actually flown in space and demonstrated some amazing properties, including using the magnetic field of the earth to generate electricity. Tethers can also be used as Skyhooks to lift and fling payloads into orbit. Richard then digs into the details of space elevators themselves, including the materials needed for the cable, construction approaches and the sheer scale of what is needed to make an elevator. Possible? Maybe!Support this podcast at — https://redcircle.com/net-rocks/donations

Space Elevators and Tethers Geek Out

January 20, 2016 01:01:00 59.4 MB Downloads: 0

Are space elevators really possible, or just science fiction? Time for a Geek Out! Carl and Richard chat about the idea of being able to build a cable from the surface of the Earth into space to make space transport 100 times cheaper than rockets. The conversation starts out focused on the concept of space tethers, of which the space elevator is one particular species. Tethers have actually flown in space and demonstrated some amazing properties, including using the magnetic field of the earth to generate electricity. Tethers can also be used as Skyhooks to lift and fling payloads into orbit. Richard then digs into the details of space elevators themselves, including the materials needed for the cable, construction approaches and the sheer scale of what is needed to make an elevator. Possible? Maybe!

Glimpse V2 with Anthony van der Hoorn and Nik Molnar

January 19, 2016 0:59:55 57.53 MB Downloads: 0

Glimpse is moving to version 2! Carl and Richard chat with Anthony van der Hoorn and Nik Molnar about the latest version of Glimpse and what moving from version 1 to 2 really means. Still in beta, Glimpse V2 is very much a rethink of how you instrument a client while still keeping what you love about V1 - a great dashboard to understand what's going on with your web app. Anthony and Nik talk through the changes and the power of taking everything you've learned about a project to a clean slate. Glimpse is only getting better, you need to check it out!Support this podcast at — https://redcircle.com/net-rocks/donations

Glimpse V2 with Anthony van der Hoorn and Nik Molnar

January 19, 2016 00:59:00 57.5 MB Downloads: 0

Glimpse is moving to version 2! Carl and Richard chat with Anthony van der Hoorn and Nik Molnar about the latest version of Glimpse and what moving from version 1 to 2 really means. Still in beta, Glimpse V2 is very much a rethink of how you instrument a client while still keeping what you love about V1 - a great dashboard to understand what's going on with your web app. Anthony and Nik talk through the changes and the power of taking everything you've learned about a project to a clean slate. Glimpse is only getting better, you need to check it out!

GitHub Goodness with Phil Haack

January 18, 2016 00:54:00 52.4 MB Downloads: 0

Time for a GitHub sync with Phil Haack! Carl and Richard chat with Phil about the latest developments at GitHub, including the on-going evolution of the extensions to Visual Studio (getting better) and a bunch of other third party components that can help you use GitHub more effectively. Phil talks about Gitter, the chat system associated with GitHub projects. GitHub is not just about source code, there are all sorts of projects going into GitHub, including blogs, legal documents, even creation of new open source fonts. If you haven't gotten into the GitHub community, it's a great time to take a look!

GitHub Goodness with Phil Haack

January 18, 2016 0:54:36 52.49 MB Downloads: 0

Time for a GitHub sync with Phil Haack! Carl and Richard chat with Phil about the latest developments at GitHub, including the on-going evolution of the extensions to Visual Studio (getting better) and a bunch of other third party components that can help you use GitHub more effectively. Phil talks about Gitter, the chat system associated with GitHub projects. GitHub is not just about source code, there are all sorts of projects going into GitHub, including blogs, legal documents, even creation of new open source fonts. If you haven't gotten into the GitHub community, it's a great time to take a look!Support this podcast at — https://redcircle.com/net-rocks/donations

Cryptography with Stephen Haunts

January 13, 2016 0:53:00 50.87 MB Downloads: 0

Encrypt all the things! Carl and Richard talk to Stephen Haunts about how to use cryptography properly. And as it turns out, you don't have to be a mathematician to put crypto to work for you! The conversation starts out focusing on password hashing - lots of ways to do it wrong, salting seems complicated, but in the end, there is a built-in, poorly named function in the .NET Framework that will give you proper leading edge password hashing, you just have to know what it is (check the links on the show page). From there Stephen talks about 2-way symmetric and asymmetric encryption. Best used together, and best used on any and all data that you have. Good stuff!Support this podcast at — https://redcircle.com/net-rocks/donations

Cryptography with Stephen Haunts

January 13, 2016 00:52:00 50.87 MB Downloads: 0

Encrypt all the things! Carl and Richard talk to Stephen Haunts about how to use cryptography properly. And as it turns out, you don't have to be a mathematician to put crypto to work for you! The conversation starts out focusing on password hashing - lots of ways to do it wrong, salting seems complicated, but in the end, there is a built-in, poorly named function in the .NET Framework that will give you proper leading edge password hashing, you just have to know what it is (check the links on the show page). From there Stephen talks about 2-way symmetric and asymmetric encryption. Best used together, and best used on any and all data that you have. Good stuff!

Successful Test Automation with Arnon Axelrod

January 12, 2016 00:48:00 46.66 MB Downloads: 0

What does it take to successfully implement test automation on your application? Carl and Richard talk to Arnon Axelrod about his work using test automation. The discussion dives into the diverse world of testing, both manual and automated, as well as the variety of tests you can write. How do you go about building tests that aren't so fragile that you have to rewrite them all after every build? What tests are actually valuable to the overall quality of your software? And why automate? What can automation do that can't also be done manually? Arnon also digs into a set of open source libraries he's built to make it easier to automate testing. Check it out!

Successful Test Automation with Arnon Axelrod

January 12, 2016 0:48:37 46.69 MB Downloads: 0

What does it take to successfully implement test automation on your application? Carl and Richard talk to Arnon Axelrod about his work using test automation. The discussion dives into the diverse world of testing, both manual and automated, as well as the variety of tests you can write. How do you go about building tests that aren't so fragile that you have to rewrite them all after every build? What tests are actually valuable to the overall quality of your software? And why automate? What can automation do that can't also be done manually? Arnon also digs into a set of open source libraries he's built to make it easier to automate testing. Check it out!Support this podcast at — https://redcircle.com/net-rocks/donations

Messaging is Forever with Clemens Vasters

January 11, 2016 0:58:30 56.17 MB Downloads: 0

Messaging is taking over the world! Arguably it already has. Carl and Richard talk to Clemens Vasters about his ten years of work at Microsoft building messaging systems, starting way back with the .NET Service Bus. Clemens discusses his work with OASIS and OPC-UA developing more advanced messaging standards, it's importance in the Internet of Things space, and how versions matter - different protocols have different capabilities, and the need for unified communications is only getting bigger. Messaging is forever - message systems will be passing messages between ever shrinking computing devices for a long, long time.Support this podcast at — https://redcircle.com/net-rocks/donations

Messaging is Forever with Clemens Vasters

January 11, 2016 00:58:00 56.14 MB Downloads: 0

Messaging is taking over the world! Arguably it already has. Carl and Richard talk to Clemens Vasters about his ten years of work at Microsoft building messaging systems, starting way back with the .NET Service Bus. Clemens discusses his work with OASIS and OPC-UA developing more advanced messaging standards, it's importance in the Internet of Things space, and how versions matter - different protocols have different capabilities, and the need for unified communications is only getting bigger. Messaging is forever - message systems will be passing messages between ever shrinking computing devices for a long, long time.

Mature Open Source Projects with Jimmy Bogard

January 06, 2016 0:55:34 53.33 MB Downloads: 0

What is it like managing a mature open source project? Carl and Richard talk to Jimmy Bogard about his experiences with AutoMapper, an open source project he started back in 2009 that is still going strong today. While open source has been around for many years, the ecosystem has been evolving, and Jimmy talks about how site like GitHub and Stack Overflow has made it much easier to stay engaged with your user base and have meaningful conversations about code - without having to repeat yourself over and over. The discussion also dives into the challenges of contributions, people's sometimes unreasonable expectations, and just being patient with the world while you write code you actually use. Great thinking from a guy who's been there!Support this podcast at — https://redcircle.com/net-rocks/donations

Mature Open Source Projects with Jimmy Bogard

January 06, 2016 00:55:00 53.33 MB Downloads: 0

What is it like managing a mature open source project? Carl and Richard talk to Jimmy Bogard about his experiences with AutoMapper, an open source project he started back in 2009 that is still going strong today. While open source has been around for many years, the ecosystem has been evolving, and Jimmy talks about how site like GitHub and Stack Overflow has made it much easier to stay engaged with your user base and have meaningful conversations about code - without having to repeat yourself over and over. The discussion also dives into the challenges of contributions, people's sometimes unreasonable expectations, and just being patient with the world while you write code you actually use. Great thinking from a guy who's been there!