.NET Rocks! is an Internet Audio Talk Show for Microsoft .NET Developers.
Similar Podcasts
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
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
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
Changes to Glimpse with Anthony van der Hoorn and Nik Molnar
So what's happened with Glimpse? Carl and Richard talk to Anthony van der Hoorn and Nik Molnar about the latest developments with their web instrumentation library Glimpse. First news - Anthony and Nik have joined Microsoft's cross platform team! The conversation digs into the history of Glimpse, its support by the community and Red Gate, and how it has progressed to live as an open source project with Microsoft. If you haven't worked with Glimpse, you're missing out on a great way to understand what's happening with your web site. And it continues to evolve - check it out!
Less is More in Languages with Mark Seemann
How much of a language is essential? Carl and Richard chat with Mark Seemann about what features are critical to a language, and which ones are redundant. Who would put redundant features in a language? Mark talks about how languages evolve, and how more advanced features can supercede older features, but the old features can never be removed without breaking existing code. And worst still, when building a language is your business, you'll add features whether they are needed or not - you need something new to sell! The conversation also digs into understanding languages more deeply - do you really need that if statement? Just because a feature exists doesn't mean you need to use it!
Less is More in Languages with Mark Seemann
How much of a language is essential? Carl and Richard chat with Mark Seemann about what features are critical to a language, and which ones are redundant. Who would put redundant features in a language? Mark talks about how languages evolve, and how more advanced features can supercede older features, but the old features can never be removed without breaking existing code. And worst still, when building a language is your business, you'll add features whether they are needed or not - you need something new to sell! The conversation also digs into understanding languages more deeply - do you really need that if statement? Just because a feature exists doesn't mean you need to use it!Support this podcast at — https://redcircle.com/net-rocks/donations
Artificial Intelligence Geek Out
So what is the state of Artificial Intelligence today? Carl and Richard geek out about what AI means today. The conversation starts out as usual with a bit of a history lesson - many things that were once called AI are now common, reliable technology like speech synthesis, natural language recognition, even vision systems. Once they work, they aren't AI any more. But the idea of an Artificial General Intelligence is much more challenging - and potentially risky. Richard digs through the key elements of AGI, the concept of the Singularity, comparing modern computers to the human brain and how close we may well be to making an AGI. But should we?Support this podcast at — https://redcircle.com/net-rocks/donations
Artificial Intelligence Geek Out
So what is the state of Artificial Intelligence today? Carl and Richard geek out about what AI means today. The conversation starts out as usual with a bit of a history lesson - many things that were once called AI are now common, reliable technology like speech synthesis, natural language recognition, even vision systems. Once they work, they aren't AI any more. But the idea of an Artificial General Intelligence is much more challenging - and potentially risky. Richard digs through the key elements of AGI, the concept of the Singularity, comparing modern computers to the human brain and how close we may well be to making an AGI. But should we?
Peer to Peer Web using Thali with Matthew Podwysocki
Peer-to-Peer is more than BitTorrent! Carl and Richard talk to Matthew Podwysocki about the Thali Project, using peer-to-peer technology to put more power in the hands of the users. Matthew talks about being able to communicate between your various devices using WiFi and Bluetooth while maintaining privacy and not bouncing off a cloud server. The cornerstone is security, using TLS to encrypt all traffic in and out of your device. Messaging strategy, data synchronization and more are all part of the Thali Project, making this great technology all open source for anyone to use!
Peer to Peer Web using Thali with Matthew Podwysocki
Peer-to-Peer is more than BitTorrent! Carl and Richard talk to Matthew Podwysocki about the Thali Project, using peer-to-peer technology to put more power in the hands of the users. Matthew talks about being able to communicate between your various devices using WiFi and Bluetooth while maintaining privacy and not bouncing off a cloud server. The cornerstone is security, using TLS to encrypt all traffic in and out of your device. Messaging strategy, data synchronization and more are all part of the Thali Project, making this great technology all open source for anyone to use!Support this podcast at — https://redcircle.com/net-rocks/donations
Model Driven DevOps with Vishwas Lele
What's your DevOps plan? Carl and Richard talk to Vishwas Lele about taking a comprehensive, model-driven approach to DevOps. What does it mean to be model-driven? Working with a strategic approach that is agnostic to any given technology or platform - but in the end, the tools do matter! Vishwas talks about common elements like a single repository for all assets, repeatable deployment processes, instrumentation and feedback mechanisms that enable the entire team to see how the software is being used and improved. He also talks about the Azure templates for getting infrastructure up and running quickly - and the on-going evolution to let this model work anywhere, not just in the cloud!
Model Driven DevOps with Vishwas Lele
What's your DevOps plan? Carl and Richard talk to Vishwas Lele about taking a comprehensive, model-driven approach to DevOps. What does it mean to be model-driven? Working with a strategic approach that is agnostic to any given technology or platform - but in the end, the tools do matter! Vishwas talks about common elements like a single repository for all assets, repeatable deployment processes, instrumentation and feedback mechanisms that enable the entire team to see how the software is being used and improved. He also talks about the Azure templates for getting infrastructure up and running quickly - and the on-going evolution to let this model work anywhere, not just in the cloud!Support this podcast at — https://redcircle.com/net-rocks/donations
SOLID Principles and .NET with Chris Klug
How do the SOLID principles apply to .NET? Carl and Richard talk to Chris Klug about his experiences using SOLID to build reliable, maintainable and scalable project. The conversation walks through the five principles of SOLID with an eye to practical applications in .NET - what does a well implemented single responsibility look like? How does it work with patterns like MVVM? Chris shares his thoughts and coding approaches on a great debate about practical vs ideal implementations in SOLID.Support this podcast at — https://redcircle.com/net-rocks/donations
SOLID Principles and .NET with Chris Klug
How do the SOLID principles apply to .NET? Carl and Richard talk to Chris Klug about his experiences using SOLID to build reliable, maintainable and scalable project. The conversation walks through the five principles of SOLID with an eye to practical applications in .NET - what does a well implemented single responsibility look like? How does it work with patterns like MVVM? Chris shares his thoughts and coding approaches on a great debate about practical vs ideal implementations in SOLID.
Fixing Websites with RemoteDebug with Kenneth Auchenberg
How do you debug browser problems in your web apps? Carl and Richard talk to Kenneth Auchenberg about RemoteDebug, an open source tool to bring a common debugging solution across browsers. And Ken really means across browsers - you can connect Chrome, Opera, FireFox, Safari and Internet Explorer up simultaneously and see how your code changes affect the rendering of your page on all those browsers at the same time! Oh, and it works for mobile browsers also, so you can experiment with rendering on multiple phones at once, and see how the pages really look while you make changes. You need to check this amazing tool out!
Fixing Websites with RemoteDebug with Kenneth Auchenberg
How do you debug browser problems in your web apps? Carl and Richard talk to Kenneth Auchenberg about RemoteDebug, an open source tool to bring a common debugging solution across browsers. And Ken really means across browsers - you can connect Chrome, Opera, FireFox, Safari and Internet Explorer up simultaneously and see how your code changes affect the rendering of your page on all those browsers at the same time! Oh, and it works for mobile browsers also, so you can experiment with rendering on multiple phones at once, and see how the pages really look while you make changes. You need to check this amazing tool out!Support this podcast at — https://redcircle.com/net-rocks/donations
DevOps in a Windows World with Jon Arild Tørresdal
What's missing from the DevOps story in the Windows world? While at NDC in Oslo, Carl and Richard sat down with Jon Arild Tørresdal to talk about his struggles to have an effective DevOps practice in his organization using Windows technology. Jon talks about getting his teams to continuous deployment, rather than continuous delivery, so that there is a human interceding before software is deployed to the customer. Lots of conversation about instrumentation approaches, and getting to a place where code is deployed effectively for testing, but not visible to the customer. There's lots of challenges to a DevOps practice in the Windows world, but you can make it work!Support this podcast at — https://redcircle.com/net-rocks/donations
DevOps in a Windows World with Jon Arild Tørresdal
What's missing from the DevOps story in the Windows world? While at NDC in Oslo, Carl and Richard sat down with Jon Arild Tørresdal to talk about his struggles to have an effective DevOps practice in his organization using Windows technology. Jon talks about getting his teams to continuous deployment, rather than continuous delivery, so that there is a human interceding before software is deployed to the customer. Lots of conversation about instrumentation approaches, and getting to a place where code is deployed effectively for testing, but not visible to the customer. There's lots of challenges to a DevOps practice in the Windows world, but you can make it work!