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

Similar Podcasts

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.

The Changelog: Software Development, Open Source

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.

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

Continuous Delivery by Jez Humble at NDC

June 24, 2013 0:57:53 55.62 MB Downloads: 0

While at NDC, Carl and Richard talk to Jez Humble about Continuous Delivery. Jez discusses the difference between continuous integration and continuous delivery and how nothing matters until your code actually gets to the customer. So no shipping parties until it does! The conversation digs into the overall story of DevOps, how development and operations need to work closer together to continuously deliver value to the customer - which is more about culture and process than it is about tools.Support this podcast at — https://redcircle.com/net-rocks/donations

Continuous Delivery by Jez Humble at NDC

June 24, 2013 00:57:00 55.55 MB Downloads: 0

While at NDC, Carl and Richard talk to Jez Humble about Continuous Delivery. Jez discusses the difference between continuous integration and continuous delivery and how nothing matters until your code actually gets to the customer. So no shipping parties until it does! The conversation digs into the overall story of DevOps, how development and operations need to work closer together to continuously deliver value to the customer - which is more about culture and process than it is about tools.

Azure's Latest Features from Scott Guthrie at NDC

June 19, 2013 01:05:00 63.05 MB Downloads: 0

While at NDC, Carl and Richard talked to Scott Guthrie about the latest Azure features including the announcements from TechEd. Scott talks about new support for developers in Azure, including monthly Azure credit for all MSDN subscriptions and per minute billing for developer testing on Azure instances. Even if your app isn't running in the cloud, you can use the cloud to do your testing. The conversation digs into continuous delivery in the cloud - Scott mentions New Relic as an instrumentation package for your production applications to gain deep insight into how your cloud applications are actually being used.

Azure's Latest Features from Scott Guthrie at NDC

June 19, 2013 1:05:42 63.09 MB Downloads: 0

While at NDC, Carl and Richard talked to Scott Guthrie about the latest Azure features including the announcements from TechEd. Scott talks about new support for developers in Azure, including monthly Azure credit for all MSDN subscriptions and per minute billing for developer testing on Azure instances. Even if your app isn't running in the cloud, you can use the cloud to do your testing. The conversation digs into continuous delivery in the cloud - Scott mentions New Relic as an instrumentation package for your production applications to gain deep insight into how your cloud applications are actually being used.Support this podcast at — https://redcircle.com/net-rocks/donations

Async, Parallelism and Learning with Jon Skeet at NDC

June 17, 2013 0:55:37 53.4 MB Downloads: 0

While at the Norwegian Developers Conference, Carl and Richard chatted with Jon Skeet about Async and Parallelism. The conversation starts out with a BKaF on parallel exception handling and a reader comment about F# and parallelism. Jon chimes in on both these subjects, talking about all the challenges around error handling, parallel or otherwise, and he knows (and doesn't know) about F#. Throughout the conversation there are short discussions on his effort to teach his sons programming as well. Great insights from Mr. Skeet!Support this podcast at — https://redcircle.com/net-rocks/donations

Async, Parallelism and Learning with Jon Skeet at NDC

June 17, 2013 00:55:00 53.37 MB Downloads: 0

While at the Norwegian Developers Conference, Carl and Richard chatted with Jon Skeet about Async and Parallelism. The conversation starts out with a BKaF on parallel exception handling and a reader comment about F# and parallelism. Jon chimes in on both these subjects, talking about all the challenges around error handling, parallel or otherwise, and he knows (and doesn't know) about F#. Throughout the conversation there are short discussions on his effort to teach his sons programming as well. Great insights from Mr. Skeet!

Space Telescope Geek Out

June 12, 2013 00:41:00 39.55 MB Downloads: 0

Carl and Richard talk about space telescopes - but first, a comment about Thorium Molten Salt Reactors and a Kickstarter for a Thorium documentary called The Good Reactor. Also on Kickstarter is Arkyd, the space telescope that anyone can use - get a picture of yourself in space! The conversation then digs into space observatories, there are literally dozens up there today. Everyone knows about Hubble, but what about Compton, or Spitzer or Chandra? There are different observatories for different parts of the electromagnetic spectrum. Richard brings up Kepler, the little telescope that has detected hundreds of earth-sized planets around other stars. And don't forget about the upcoming replacement for Hubble, the James Webb Telescope!

Space Telescope Geek Out

June 12, 2013 0:41:13 39.55 MB Downloads: 0

Carl and Richard talk about space telescopes - but first, a comment about Thorium Molten Salt Reactors and a Kickstarter for a Thorium documentary called The Good Reactor. Also on Kickstarter is Arkyd, the space telescope that anyone can use - get a picture of yourself in space! The conversation then digs into space observatories, there are literally dozens up there today. Everyone knows about Hubble, but what about Compton, or Spitzer or Chandra? There are different observatories for different parts of the electromagnetic spectrum. Richard brings up Kepler, the little telescope that has detected hundreds of earth-sized planets around other stars. And don't forget about the upcoming replacement for Hubble, the James Webb Telescope!Support this podcast at — https://redcircle.com/net-rocks/donations

Kate Gregory Builds Smart Clients

June 10, 2013 00:54:00 51.87 MB Downloads: 0

At DevTeach, Carl and Richard talk to Kate Gregory about smart clients. As Kate says, quoting Don Box, 'they're not dead, they're done.' The conversation digs into WinForms, Silverlight and WPF. They aren't changing much, but they definitely work. Kate talks about the various projects she's working on that depend on smart clients - accessing different processes, specific hardware requirements, etc. It's old developer day!

Kate Gregory Builds Smart Clients

June 10, 2013 0:54:03 51.93 MB Downloads: 0

At DevTeach, Carl and Richard talk to Kate Gregory about smart clients. As Kate says, quoting Don Box, 'they're not dead, they're done.' The conversation digs into WinForms, Silverlight and WPF. They aren't changing much, but they definitely work. Kate talks about the various projects she's working on that depend on smart clients - accessing different processes, specific hardware requirements, etc. It's old developer day!Support this podcast at — https://redcircle.com/net-rocks/donations

James Kovacs Programs Javascript Functionally

June 05, 2013 0:50:32 48.5 MB Downloads: 0

Carl and Richard talk to James Kovacs about functional programming with JavaScript. Functional programming with JavaScript? What can't JavaScript do? James starts out talking about underscoreJS, a key library to simplify functional programming and provide some awesome features to keep your web pages running well. The conversation also digs into Single Page Applications in the context of functional programming, where you can go wrong, and why you want these tools in your toolbox to build the best web applications you can.Support this podcast at — https://redcircle.com/net-rocks/donations

James Kovacs Programs Javascript Functionally

June 05, 2013 00:50:00 48.5 MB Downloads: 0

Carl and Richard talk to James Kovacs about functional programming with JavaScript. Functional programming with JavaScript? What can't JavaScript do? James starts out talking about underscoreJS, a key library to simplify functional programming and provide some awesome features to keep your web pages running well. The conversation also digs into Single Page Applications in the context of functional programming, where you can go wrong, and why you want these tools in your toolbox to build the best web applications you can.

Kathleen Dollard Looks at .NET 4.5 Beyond Async

June 03, 2013 00:55:00 53.16 MB Downloads: 0

While at DevTeach, Carl and Richard talk to Kathleen Dollard about going beyond Async. And when she says beyond Async, she means the other amazing things in .NET 4.5. First up, the portable class libraries. Then Kathleen dives into Event Tracing for Windows classes that can let you do advanced logging in your applications. The conversation also dives into the dangers of the inline update that is .NET 4.5 from .NET 4.0... especially with the updates! Lots of subtle challenges with the latest incarnation of the .NET framework - and lots of possibilities!

Kathleen Dollard Looks at .NET 4.5 Beyond Async

June 03, 2013 0:55:23 53.31 MB Downloads: 0

While at DevTeach, Carl and Richard talk to Kathleen Dollard about going beyond Async. And when she says beyond Async, she means the other amazing things in .NET 4.5. First up, the portable class libraries. Then Kathleen dives into Event Tracing for Windows classes that can let you do advanced logging in your applications. The conversation also dives into the dangers of the inline update that is .NET 4.5 from .NET 4.0... especially with the updates! Lots of subtle challenges with the latest incarnation of the .NET framework - and lots of possibilities!Support this podcast at — https://redcircle.com/net-rocks/donations

Kevin Kline Updates us on SQL Server

May 29, 2013 00:58:00 56.63 MB Downloads: 0

Carl and Richard talk to Kevin Kline about the latest features in SQL Server 2012. The conversation starts out talking about the new features that developers will love, like windowing - no need for cursors anymore, you can request a window of records from a set and move easily window-to-window. Kevin also talks about the new column store index that is especially useful with repeating data. There's also a discussion on the role of SQL Server in an increasingly NoSQL world, along with cool new technologies like Hadoop, Cassandra and Hekaton. Kevin closes with an offer of some free tools at SQL Sentry, including Plan Explorer, a tool to help you understand the query plans that SQL Server makes from your queries. Check it out!