.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.

Distributed Caching with Iqbal Khan

October 11, 2016 00:50:00 48.43 MB Downloads: 0

What role does distributed caching play in applications today? Carl and Richard sit down with Iqbal Khan to talk about nCache, an open source product built to do distributed caching in the .NET world. The conversation starts out with the traditional role of a distributed cache - state storage for a large scaling websites. It's never as simple as it sounds! From there, Iqbal dives into comparing caching to noSQL stores and RDBMS - they can all have a role in your application. The discussion then turns to more complex challenges around using distributed caches for map-reduce problems, and so on. Caching can do a lot!

Distributed Caching with Iqbal Khan

October 11, 2016 0:50:28 48.57 MB Downloads: 0

What role does distributed caching play in applications today? Carl and Richard sit down with Iqbal Khan to talk about nCache, an open source product built to do distributed caching in the .NET world. The conversation starts out with the traditional role of a distributed cache - state storage for a large scaling websites. It's never as simple as it sounds! From there, Iqbal dives into comparing caching to noSQL stores and RDBMS - they can all have a role in your application. The discussion then turns to more complex challenges around using distributed caches for map-reduce problems, and so on. Caching can do a lot!Support this podcast at — https://redcircle.com/net-rocks/donations

Hybrid Transactional Analytical Processing on SQL Server 2016 with Lindsey Allen

October 10, 2016 00:46:00 45.02 MB Downloads: 0

What the heck is Hybrid Transactional Analytical Processing (HTAP)? While at Ignite, Carl and Richard sat down with Lindsey Allen to talk about taking SQL Server "beyond relational." HTAP focuses on being able to do data analysis as data arrives in the database, independent of the transaction that actually wrote it. Lindsey talks about the power of being to get to near-real time with data analytics, rather than batch processing. Different than streams, you're still talking about data written to the database, so you already know your application logic and data integrity have been applied before you start your analysis. HTAP has huge potential for making super responsive applications!

Hybrid Transactional Analytical Processing on SQL Server 2016 with Lindsey Allen

October 10, 2016 0:46:54 45.16 MB Downloads: 0

What the heck is Hybrid Transactional Analytical Processing (HTAP)? While at Ignite, Carl and Richard sat down with Lindsey Allen to talk about taking SQL Server "beyond relational." HTAP focuses on being able to do data analysis as data arrives in the database, independent of the transaction that actually wrote it. Lindsey talks about the power of being to get to near-real time with data analytics, rather than batch processing. Different than streams, you're still talking about data written to the database, so you already know your application logic and data integrity have been applied before you start your analysis. HTAP has huge potential for making super responsive applications!Support this podcast at — https://redcircle.com/net-rocks/donations

Thinking Voice Control with Austin Dimmer

October 05, 2016 00:58:00 55.82 MB Downloads: 0

Has voice control come of age? Carl and Richard talk to Austin Dimmer about his efforts to build a great voice control system - including for Visual Studio! The conversation digs into the complexity of recognizing a diversity of voices and being fast enough to get the words right. Then the hard stuff: How to keep words in context so that you can derive enough meaning from them to be useful. This isn't just about transcription, it's about control. Austin also talks about all the different voice-related products that Microsoft makes, it can be a confusing landscape. Is it time for voice to be part of your application?

Thinking Voice Control with Austin Dimmer

October 05, 2016 0:58:10 55.82 MB Downloads: 0

Has voice control come of age? Carl and Richard talk to Austin Dimmer about his efforts to build a great voice control system - including for Visual Studio! The conversation digs into the complexity of recognizing a diversity of voices and being fast enough to get the words right. Then the hard stuff: How to keep words in context so that you can derive enough meaning from them to be useful. This isn't just about transcription, it's about control. Austin also talks about all the different voice-related products that Microsoft makes, it can be a confusing landscape. Is it time for voice to be part of your application?Support this podcast at — https://redcircle.com/net-rocks/donations

PHP using PeachPie with Benjamin Fistein and Jakub Míšek

October 04, 2016 00:47:00 45.46 MB Downloads: 0

Compiled PHP on .NET! Carl and Richard talk to Benjamin Fistein and Jakub Míšek about Peachpie, and open source project to implement PHP on the .NET Core. While the project isn't complete yet (you can help - it's open source!), the potential power is huge - taking existing PHP code and being able to compile it down to the CLR. Ben and Jakub talk about the challenge of mapping functionality across the languages, and the huge performance boost that compiled CLR code gets. How fast could WordPress be? The goal is to make PeachPie run on the .NET Core as well, so it can work on any platform you want. Check it out!

PHP using PeachPie with Benjamin Fistein and Jakub Míšek

October 04, 2016 0:47:22 45.6 MB Downloads: 0

Compiled PHP on .NET! Carl and Richard talk to Benjamin Fistein and Jakub Míšek about Peachpie, and open source project to implement PHP on the .NET Core. While the project isn't complete yet (you can help - it's open source!), the potential power is huge - taking existing PHP code and being able to compile it down to the CLR. Ben and Jakub talk about the challenge of mapping functionality across the languages, and the huge performance boost that compiled CLR code gets. How fast could WordPress be? The goal is to make PeachPie run on the .NET Core as well, so it can work on any platform you want. Check it out!Support this podcast at — https://redcircle.com/net-rocks/donations

Supporting Aging Software with Dustin Metzgar

October 03, 2016 00:52:00 50.27 MB Downloads: 0

How does Microsoft maintain mature applications? Carl and Richard talk to Dustin Metzgar about his work at Microsoft maintaining applications and libraries like Windows Workflow, older versions of ASP.NET and Entity Framework and more. These products are maintained for a long time, typically without adding features, but rather to make sure new operating systems still work with them, security is maintained and bugs are fixed. There's a ton of cool stories in this space, it's the ultimate brownfield project challenge - rarely, if ever, do folks who created a product continue with it throughout it's life time!

Supporting Aging Software with Dustin Metzgar

October 03, 2016 0:52:23 50.41 MB Downloads: 0

How does Microsoft maintain mature applications? Carl and Richard talk to Dustin Metzgar about his work at Microsoft maintaining applications and libraries like Windows Workflow, older versions of ASP.NET and Entity Framework and more. These products are maintained for a long time, typically without adding features, but rather to make sure new operating systems still work with them, security is maintained and bugs are fixed. There's a ton of cool stories in this space, it's the ultimate brownfield project challenge - rarely, if ever, do folks who created a product continue with it throughout it's life time!Support this podcast at — https://redcircle.com/net-rocks/donations

The Scourge of Multitasking with Ben Day

September 28, 2016 00:54:00 52.38 MB Downloads: 0

You can't multitask! Carl and Richard talk about the myth and scourge of multitasking, which has been proven again and again to not actually work. Ben talks about how the human brain is not that different from a microcomputer CPU - the context shifts involved in multitasking are expensive, and if you do too much of it, you spend all your time switching contexts, rather than actually getting work done. The conversation digs into all sorts of good discussion around productivity, but first and foremost, it is about getting things done - focus on one task until you're finished, then move on!

The Scourge of Multitasking with Ben Day

September 28, 2016 0:54:35 52.38 MB Downloads: 0

You can't multitask! Carl and Richard talk about the myth and scourge of multitasking, which has been proven again and again to not actually work. Ben talks about how the human brain is not that different from a microcomputer CPU - the context shifts involved in multitasking are expensive, and if you do too much of it, you spend all your time switching contexts, rather than actually getting work done. The conversation digs into all sorts of good discussion around productivity, but first and foremost, it is about getting things done - focus on one task until you're finished, then move on!Support this podcast at — https://redcircle.com/net-rocks/donations

Angular 2, ASP.NET Core and Docker with Dan Wahlin

September 27, 2016 00:54:00 52.44 MB Downloads: 0

Time to review the web application stack! Carl and Richard talk to Dan Wahlin about his current explorations into building web applications. The current stack for Dan is Angular 2 on the front-end, ASP.NET Core on the backend and Docker as the hosting environment. There are so many cool capabilities in this configuration that it can affect the way you build software as a whole, making it easier to automate deployment, accelerate testing, distribute sample versions, and so on. This could be the future of .NET development!

Angular 2, ASP.NET Core and Docker with Dan Wahlin

September 27, 2016 0:54:38 52.58 MB Downloads: 0

Time to review the web application stack! Carl and Richard talk to Dan Wahlin about his current explorations into building web applications. The current stack for Dan is Angular 2 on the front-end, ASP.NET Core on the backend and Docker as the hosting environment. There are so many cool capabilities in this configuration that it can affect the way you build software as a whole, making it easier to automate deployment, accelerate testing, distribute sample versions, and so on. This could be the future of .NET development!Support this podcast at — https://redcircle.com/net-rocks/donations

nServiceBus Update with Udi Dahan

September 26, 2016 01:00:00 58.42 MB Downloads: 0

Version 6 of nServiceBus is imminent! Carl and Richard talk to Udi Dahan about his on-going efforts to build a great service bus in a sustainable business way. The conversation starts out talking about sustainable open source businesses and what has worked (and not). Udi then dives into the cool new features of the latest version of nServiceBus, with a strong focus on asynchronicity. Reliability across clouds and on-premise systems is also a key focus of this version of nServiceBus, so you can run your software where you want. Then a deep dive into the architectural models of services buses, including a great conversation on microservices and actor models. Check it out!