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

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 Changelog: Software Development, Open Source
Conversations with the hackers, leaders, and innovators of the software world. Hosts Adam Stacoviak and Jerod Santo face their imposter syndrome so you don’t have to. Expect in-depth interviews with the best and brightest in software engineering, open source, and leadership. This is a polyglot podcast. All programming languages, platforms, and communities are welcome. Open source moves fast. Keep up.

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.
F# Update with Philip Carter
F# turns five - not five years old (it's more than ten years old!) - but version five! Carl and Richard talk to Phillip Carter from the F# team about what's coming in F# 5. Phillip talks about the past few years of F# being focused on getting fully onboard with .NET Core - and now is the time to go further. The conversation dives into adding capabilities to interactive mode of F# including working easily in Jupyter Notebooks. More ability to manipulate data means more power for all of us, check it out!
Building Serverless .NET Apps on AWS with Robb Schiefer
Sure you can build .NET apps on Azure - but what about Amazon AWS? Carl and Richard talk to Robb Schiefer about his work building .NET Apps on AWS. Robb digs into the various reasons you might use AWS, while admitting that the two clouds are pretty comparable. But like Azure, AWS has good integration into Visual Studio, supports lots of versions of .NET and offers other cloud-based services that you need. AWS is an excellent option for .NET apps!Support this podcast at — https://redcircle.com/net-rocks/donations
Show 1700!
It's Show 1700! For a bit of fun, Carl and Richard invited the six most frequent guests on .NET Rocks over the past eighteen years - Michele Bustamante, Rocky Lhotka, Billy Hollis, Kathleen Dollard, Tim Huckaby, and Phil Haack. The conversation digs into memorable moments on the show for each of the guests, plus lots of commentary about making shows, the state of the industry, and favorite funny (if maybe a bit off-color) story. From the first show in August of 2002 to now... thanks for being with us for eighteen years. We are grateful.
Show 1700!!!
It's Show 1700! For a bit of fun, Carl and Richard invited the six most frequent guests on .NET Rocks over the past eighteen years - Michele Bustamante, Rocky Lhotka, Billy Hollis, Kathleen Dollard, Tim Huckaby, and Phil Haack. The conversation digs into memorable moments on the show for each of the guests, plus lots of commentary about making shows, the state of the industry, and favorite funny (if maybe a bit off-color) story. From the first show in August of 2002 to now... thanks for being with us for eighteen years. We are grateful.Support this podcast at — https://redcircle.com/net-rocks/donations
Adding Identity to Your Applications with Christos Matskas and John Patrick Dandison
What is the right way to secure your applications? Carl and Richard talk to Christos Matskas and John Patrick Dandison about the various security offerings made by Microsoft for application developers. Christos and JD talk about Azure Active Directory B2C and the upcoming Microsoft Identity Web libraries on GitHub. The conversation explores reasoning for rolling your own security - which is almost never the right solution. Let the existing tools make your life easier when it comes to recovering passwords, using multifactor authentication, and more!Support this podcast at — https://redcircle.com/net-rocks/donations
Adding Identity to Your Applications with Christos Matskas and John Patrick Dandison
What is the right way to secure your applications? Carl and Richard talk to Christos Matskas and John Patrick Dandison about the various security offerings made by Microsoft for application developers. Christos and JD talk about Azure Active Directory B2C and the upcoming Microsoft Identity Web libraries on GitHub. The conversation explores reasoning for rolling your own security - which is almost never the right solution. Let the existing tools make your life easier when it comes to recovering passwords, using multifactor authentication, and more!
OpenSilver with Giovanni Albani
Got Silverlight apps? Carl and Richard talk to Giovanni Albani about the OpenSilver project - building an open-source version of Silverlight that runs without a plugin, using WebAssembly. Giovanni talks about companies he has communicate with that have Silverlight apps with hundreds of thousands of lines of code - not a simple thing to rewrite. The goal of OpenSilver is to let you migrate those applications.
OpenSilver with Giovanni Albani
Got Silverlight apps? Carl and Richard talk to Giovanni Albani about the OpenSilver project - building an open-source version of Silverlight that runs without a plugin, using WebAssembly. Giovanni talks about companies he has communicate with that have Silverlight apps with hundreds of thousands of lines of code - not a simple thing to rewrite. The goal of OpenSilver is to let you migrate those applications.Support this podcast at — https://redcircle.com/net-rocks/donations
The Open Source Ecosystem, .NET Foundation, and Microsoft with Sebastien Lambla
Grenades with love! Carl and Richard talk to Sebastien Lambla about the state of the .NET open source ecosystem today, the role that Microsoft plays in it, and what the .NET Foundation could do in the future! Seb talks about the challenges of making open source projects in the .NET ecosystem when Microsoft gets involved - and how tough it is to stay involved when a megacorporation goes a different way. Is it damaging the ecosystem? The conversation turns to the value of diversity and the potential to make the ecosystem better. A key factor is the .NET Foundation - and voting is open as of July 21!
The Open Source Ecosystem, .NET Foundation, and Microsoft with Sebastien Lambla
Grenades with love! Carl and Richard talk to Sebastien Lambla about the state of the .NET open source ecosystem today, the role that Microsoft plays in it, and what the .NET Foundation could do in the future! Seb talks about the challenges of making open source projects in the .NET ecosystem when Microsoft gets involved - and how tough it is to stay involved when a megacorporation goes a different way. Is it damaging the ecosystem? The conversation turns to the value of diversity and the potential to make the ecosystem better. A key factor is the .NET Foundation - and voting is open as of July 21!Support this podcast at — https://redcircle.com/net-rocks/donations
C# 9 with Mads Torgersen
What's coming in C# 9? Carl and Richard talk to the Mads Torgersen, the leader of the C# team, about the rapidly approaching C# 9. Mads explains that with .NET 5 coming in the fall, he felt there should be a new version of C# as well - so in less than a year since C# 8, they're going to have another version! That being said, the feature set of C# 9 is not as aggressive as it was in C# 8, with a focus on making immutable coding easier. And the whole development process is being done in public, on GitHub. So if you want to check out the bits, go for it!Support this podcast at — https://redcircle.com/net-rocks/donations
C# 9 with Mads Torgersen
What's coming in C# 9? Carl and Richard talk to the Mads Torgersen, the leader of the C# team, about the rapidly approaching C# 9. Mads explains that with .NET 5 coming in the fall, he felt there should be a new version of C# as well - so in less than a year since C# 8, they're going to have another version! That being said, the feature set of C# 9 is not as aggressive as it was in C# 8, with a focus on making immutable coding easier. And the whole development process is being done in public, on GitHub. So if you want to check out the bits, go for it!
ASP.NET Core API Endpoints with Steve Smith
Ready to simplify and organize your MVC app? Carl and Richard talk to Steve Smith about his open-source project called ASP.NET Core API Endpoints. Steve digs into the problems around the controller part of MVC - as a project gets bigger, it gets harder to manage all of the elements associated with a controller. His Endpoints library cleans up this issue, to transform the MVC pattern into the Request-EndPoint-Response pattern, with simpler code and an easy project to manage. Check it out!
ASP.NET Core API Endpoints with Steve Smith
Ready to simplify and organize your MVC app? Carl and Richard talk to Steve Smith about his open-source project called ASP.NET Core API Endpoints. Steve digs into the problems around the controller part of MVC - as a project gets bigger, it gets harder to manage all of the elements associated with a controller. His Endpoints library cleans up this issue, to transform the MVC pattern into the Request-EndPoint-Response pattern, with simpler code and an easy project to manage. Check it out!Support this podcast at — https://redcircle.com/net-rocks/donations
Testing using nDepend with Patrick Smacchia
How do you do static testing in your applications? Carl and Richard talk to Patrick Smacchia of nDepend - one of the original testing products for .NET, stretching back to the very beginning! Patrick talks about how nDepend has grown over the years to provide a variety of tools for helping you to visualize the quality of your code, and to detect code smells - that is, aspects of code that may indicate a problem. The conversation dives into building out rules in projects to do static evaluation as code is created so you can catch problems early, to determine when its time to refactor older code!Support this podcast at — https://redcircle.com/net-rocks/donations