.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

Reusable Spacecraft Geek Out

June 22, 2016 01:01:00 59.41 MB Downloads: 0

Time to get Geeky in space! Carl and Richard talk about what it takes to make a truly reusable spacecraft. First up is the venerable space shuttle, which wasn't so much reusable as rebuildable. It never really made economic sense, but it definitely drove the technology forward. SpaceX has been able to recover four first stage rockets from Falcon 9 flights, but hasn't reused any yet, and Richard gets into the nitty gritty details of the challenges of reusing rocket engines. It may require a different engine design to be truly reusable. And what about the rest of the rocket? Reusability is hard, and the economics may not make sense - it's important to understand the trade-offs!

Reusable Spacecraft Geek Out

June 22, 2016 1:01:54 59.41 MB Downloads: 0

Time to get Geeky in space! Carl and Richard talk about what it takes to make a truly reusable spacecraft. First up is the venerable space shuttle, which wasn't so much reusable as rebuildable. It never really made economic sense, but it definitely drove the technology forward. SpaceX has been able to recover four first stage rockets from Falcon 9 flights, but hasn't reused any yet, and Richard gets into the nitty gritty details of the challenges of reusing rocket engines. It may require a different engine design to be truly reusable. And what about the rest of the rocket? Reusability is hard, and the economics may not make sense - it's important to understand the trade-offs!Support this podcast at — https://redcircle.com/net-rocks/donations

.NET Core and Kestrel with David Fowler and Damian Edwards

June 21, 2016 00:56:00 54.38 MB Downloads: 0

It's an exciting time for .NET! While at NDC in Oslo, Carl and Richard sat down with David Fowler and Damian Edwards to talk about the development of .NET Core, ASP.NET Core 1 and the Kestrel web server. The conversation digs into the challenges of writing a cross-platform web development framework, including some controversial pivots that have frustrated some developers - looking at you, RC2! Damian then discusses Kestrel, the cross-platform web hosting environment. This is a wide-ranging conversation and the excitement is palpable!

.NET Core and Kestrel with David Fowler and Damian Edwards

June 21, 2016 0:56:40 54.52 MB Downloads: 0

It's an exciting time for .NET! While at NDC in Oslo, Carl and Richard sat down with David Fowler and Damian Edwards to talk about the development of .NET Core, ASP.NET Core 1 and the Kestrel web server. The conversation digs into the challenges of writing a cross-platform web development framework, including some controversial pivots that have frustrated some developers - looking at you, RC2! Damian then discusses Kestrel, the cross-platform web hosting environment. This is a wide-ranging conversation and the excitement is palpable!Support this podcast at — https://redcircle.com/net-rocks/donations

CSLA 4.6 with Rocky Lhotka

June 20, 2016 00:55:00 52.88 MB Downloads: 0

Time for a new version of CSLA! Carl and Richard talk to Rocky Lhotka about the latest incarnation of the venerable business object framework that started all the way back at Visual Basic 5! CSLA has always been about keeping business logic out of your user interfaces and databases - keep it in the middle where it belongs. And today that is clearly wise architectural design: The diversity on the client side means you have a lot more devices accessing your application, and CSLA supports most of them in one form or another. The same is true on the back end, it's not all about SQL Server anymore, and CSLA stays out of your way when it comes to data storage. The framework is open source and on GitHub, check it out!

CSLA 4.6 with Rocky Lhotka

June 20, 2016 0:55:06 53.02 MB Downloads: 0

Time for a new version of CSLA! Carl and Richard talk to Rocky Lhotka about the latest incarnation of the venerable business object framework that started all the way back at Visual Basic 5! CSLA has always been about keeping business logic out of your user interfaces and databases - keep it in the middle where it belongs. And today that is clearly wise architectural design: The diversity on the client side means you have a lot more devices accessing your application, and CSLA supports most of them in one form or another. The same is true on the back end, it's not all about SQL Server anymore, and CSLA stays out of your way when it comes to data storage. The framework is open source and on GitHub, check it out!Support this podcast at — https://redcircle.com/net-rocks/donations

Building Virtual Reality Apps for Vive VR in Unity3D with Jason Weimann

June 15, 2016 00:54:00 52.29 MB Downloads: 0

Virtual Reality is here, and there are choices! Carl and Richard talk to Jason Weimann about the HTC Vive, the competitor to the Oculus Rift. Jason talks about how the two devices are similar and how they are different. And one place they are similar is the programming model - it's all about Unity3D. The conversation focuses in on what it takes to really learn Unity - you're working in Visual Studio with C#, but the platform and tooling are quite a bit different. And don't worry too much about 3D art, there are tons of free assets! VR is here, are you ready?

Building Virtual Reality Apps for Vive VR in Unity3D with Jason Weimann

June 15, 2016 0:54:29 52.29 MB Downloads: 0

Virtual Reality is here, and there are choices! Carl and Richard talk to Jason Weimann about the HTC Vive, the competitor to the Oculus Rift. Jason talks about how the two devices are similar and how they are different. And one place they are similar is the programming model - it's all about Unity3D. The conversation focuses in on what it takes to really learn Unity - you're working in Visual Studio with C#, but the platform and tooling are quite a bit different. And don't worry too much about 3D art, there are tons of free assets! VR is here, are you ready?Support this podcast at — https://redcircle.com/net-rocks/donations

Instrumenting Mobile Apps with Greg Shackles

June 14, 2016 00:49:00 47.75 MB Downloads: 0

Do you know how people are actually using your mobile apps? Carl and Richard chat with Greg Shackles about his work instrumenting mobile apps in production. The low hanging fruit is actually gathering data about every crash or error that occurs in the field. Getting that information back to your dev team can make the application better, but what if operations were able to respond to the failure? What if you could turn a crash into a moment of delight for the user? The conversation then dives into deeper instrumentation - what can we learn about how people use the app, what is hard and easy, and what we could add to make the app more awesome. Lots of great thinking on taking mobile apps to the next level!

Instrumenting Mobile Apps with Greg Shackles

June 14, 2016 0:49:45 47.89 MB Downloads: 0

Do you know how people are actually using your mobile apps? Carl and Richard chat with Greg Shackles about his work instrumenting mobile apps in production. The low hanging fruit is actually gathering data about every crash or error that occurs in the field. Getting that information back to your dev team can make the application better, but what if operations were able to respond to the failure? What if you could turn a crash into a moment of delight for the user? The conversation then dives into deeper instrumentation - what can we learn about how people use the app, what is hard and easy, and what we could add to make the app more awesome. Lots of great thinking on taking mobile apps to the next level!Support this podcast at — https://redcircle.com/net-rocks/donations

DevOps is Dead with Wes Higbee

June 13, 2016 00:56:00 54.49 MB Downloads: 0

Is DevOps dead, or just a fad? Carl and Richard talk to Wes Higbee about his experiences building great software. As Wes says, don't let any methodology stop you from doing the right thing. The conversation digs into the challenges that come around the term DevOps, much the same way they impact the term Agile. It's very easy to start using terminology to define practices rather than focus on the common goal of building great software. Do the labels developer, tester and IT separate us or unify us? Shouldn't everyone talk to the customer and be sure they're working on the right thing? Time to think beyond DevOps!

DevOps is Dead with Wes Higbee

June 13, 2016 0:56:47 54.63 MB Downloads: 0

Is DevOps dead, or just a fad? Carl and Richard talk to Wes Higbee about his experiences building great software. As Wes says, don't let any methodology stop you from doing the right thing. The conversation digs into the challenges that come around the term DevOps, much the same way they impact the term Agile. It's very easy to start using terminology to define practices rather than focus on the common goal of building great software. Do the labels developer, tester and IT separate us or unify us? Shouldn't everyone talk to the customer and be sure they're working on the right thing? Time to think beyond DevOps!Support this podcast at — https://redcircle.com/net-rocks/donations

Competitive Machine Learning with Anthony Goldbloom

June 08, 2016 00:58:00 55.68 MB Downloads: 0

How can competition teach machine learning? Carl and Richard talk to Anthony Goldbloom of Kaggle about competitive machine learning. Kaggle hosts competitions provided by industry and academia to find machine learning solutions on different data sets. While the competitive aspects tend toward only particular types of data sets, Anthony talks about how two very different machine learning algorithms - Gradient Boosting Machine and Deep Recurrent Neural Networks - have risen to the top. Want to learn machine learning in a hurry? Join a competition!

Competitive Machine Learning with Anthony Goldbloom

June 08, 2016 0:58:01 55.68 MB Downloads: 0

How can competition teach machine learning? Carl and Richard talk to Anthony Goldbloom of Kaggle about competitive machine learning. Kaggle hosts competitions provided by industry and academia to find machine learning solutions on different data sets. While the competitive aspects tend toward only particular types of data sets, Anthony talks about how two very different machine learning algorithms - Gradient Boosting Machine and Deep Recurrent Neural Networks - have risen to the top. Want to learn machine learning in a hurry? Join a competition!Support this podcast at — https://redcircle.com/net-rocks/donations

Window Container Service with Els Putzeys

June 07, 2016 00:54:00 52.56 MB Downloads: 0

Here comes Windows Containers! While at Techorama in Belgium, Carl and Richard talk to Els Putzeys about the current technical preview of Windows Containers on Windows Server 2016. Els discusses how the Windows Containers can be built using templates so that you have a configuration-as-code capability, making repeated creation fast and easy. Now your documentation for building a system is code that actually creates it! We're still a few months away from Server 2016 being released, but it looks to be an important version of server for development!