.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

Programming in Elixir with Bryan Hunter

December 29, 2014 0:57:55 55.65 MB Downloads: 0

While at NDC London, Carl and Richard talked with Bryan Hunter about the language Elixir. Bryan tells the story of how the folks behind Ruby got interested in Erlang, thinking to bring some of Erlang's features to other languages - but then discovered it was impossible, since Erlang is its own operating system. So instead, they created a new language within Erlang, and that is Elixir. Taking the favorite features of many languages including Ruby, C#, F# and others, Elixir makes for a pleasant programming experience while still having the power of Erlang behind you. Check it out!Support this podcast at — https://redcircle.com/net-rocks/donations

Databases in Continuous Delivery with Enrico Campidoglio

December 24, 2014 0:53:43 51.56 MB Downloads: 0

While at NDC London, Carl and Richard talk to Enrico Campidoglio about including databases in your continuous delivery process. Enrico talks through a few different strategies for getting your database moving as fast as your application, without losing data along the way. The conversation digs into issues around version control for databases, keeping schema and reference tables in your source control system, and recognizing that database updates don't happen at the same time as application updates - there can be updates before and after, or otherwise independent of the application itself. Lots of little tips and tricks for managing your database updates more effectively!Support this podcast at — https://redcircle.com/net-rocks/donations

Databases in Continuous Delivery with Enrico Campidoglio

December 24, 2014 00:53:00 51.56 MB Downloads: 0

While at NDC London, Carl and Richard talk to Enrico Campidoglio about including databases in your continuous delivery process. Enrico talks through a few different strategies for getting your database moving as fast as your application, without losing data along the way. The conversation digs into issues around version control for databases, keeping schema and reference tables in your source control system, and recognizing that database updates don't happen at the same time as application updates - there can be updates before and after, or otherwise independent of the application itself. Lots of little tips and tricks for managing your database updates more effectively!

Simple.Data.2 with Mark Rendle

December 23, 2014 00:56:00 54.62 MB Downloads: 0

While at NDC in London, Carl and Richard sat down with Mark Rendle to talk about the latest version of Simple.Data - version 2! Simple.Data started out years ago as a simple abstraction for data access, all open source with numerous additional projects built on it to support a huge variety of data stores. Mark talks about going back into his old V1 project and realizing he did some interesting twists and turns to make it work, and how a rethink of the design brought out the idea of V2. The conversation also digs into the fundraising efforts he did to incentivize getting an alpha version of V2 together. Lots of fun digressions on various projects and ideas as well!

Simple.Data.2 with Mark Rendle

December 23, 2014 0:56:54 54.65 MB Downloads: 0

While at NDC in London, Carl and Richard sat down with Mark Rendle to talk about the latest version of Simple.Data - version 2! Simple.Data started out years ago as a simple abstraction for data access, all open source with numerous additional projects built on it to support a huge variety of data stores. Mark talks about going back into his old V1 project and realizing he did some interesting twists and turns to make it work, and how a rethink of the design brought out the idea of V2. The conversation also digs into the fundraising efforts he did to incentivize getting an alpha version of V2 together. Lots of fun digressions on various projects and ideas as well!Support this podcast at — https://redcircle.com/net-rocks/donations

Docker on Windows with Ben Hall

December 22, 2014 00:52:00 50.56 MB Downloads: 0

Another great show from NDC London, Carl and Richard talk to Ben Hall about Docker. Docker has been taking the industry by storm, bringing a lighter-weight approach to virtualization by getting the operating system out of the package and focusing on automated configuration and implementation. Ben talks about the origins of Docker and its focus on the Linux world - but that is rapidly changing with Microsoft promising an implementation running on Windows. The potential of Docker for facilitating efficient development is obvious, but could this change how we use applications as a whole?

Docker on Windows with Ben Hall

December 22, 2014 0:52:41 50.59 MB Downloads: 0

Another great show from NDC London, Carl and Richard talk to Ben Hall about Docker. Docker has been taking the industry by storm, bringing a lighter-weight approach to virtualization by getting the operating system out of the package and focusing on automated configuration and implementation. Ben talks about the origins of Docker and its focus on the Linux world - but that is rapidly changing with Microsoft promising an implementation running on Windows. The potential of Docker for facilitating efficient development is obvious, but could this change how we use applications as a whole?Support this podcast at — https://redcircle.com/net-rocks/donations

MMS and Space Weather Geek Out

December 17, 2014 0:48:10 46.23 MB Downloads: 0

Carl and Richard got the amazing opportunity to go to the NASA Goddard Space Flight center to see the James Web Space Telescope in person. And while there, they sat down with Craig Tooley, the Project Manager of the Magnetospheric Multiscale Mission (MMS) to understand a bit more about space weather and the remarkable science and engineering that goes into a mission like MMS. The MMS mission utilizes four identical spacecraft flying in formation to measure plasma interaction effects between the Earth's magnetosphere and the sun. The goal of MMS to capture (by flying through) a magnetic reconnection event, where a huge amount of plasma energy is discharged. As with most things in the universe, reality is a complex thing, and the MMS is at the forefront of our understanding of the universe, at least around our planet!Support this podcast at — https://redcircle.com/net-rocks/donations

MMS and Space Weather Geek Out

December 17, 2014 00:48:00 46.23 MB Downloads: 0

Carl and Richard got the amazing opportunity to go to the NASA Goddard Space Flight center to see the James Web Space Telescope in person. And while there, they sat down with Craig Tooley, the Project Manager of the Magnetospheric Multiscale Mission (MMS) to understand a bit more about space weather and the remarkable science and engineering that goes into a mission like MMS. The MMS mission utilizes four identical spacecraft flying in formation to measure plasma interaction effects between the Earth's magnetosphere and the sun. The goal of MMS to capture (by flying through) a magnetic reconnection event, where a huge amount of plasma energy is discharged. As with most things in the universe, reality is a complex thing, and the MMS is at the forefront of our understanding of the universe, at least around our planet!

SPA using Knockout with Steve Sanderson

December 16, 2014 00:50:00 48.93 MB Downloads: 0

At the NDC London conference, Carl and Richard talk to Steve Sanderson about his work on the Azure Portal and building arguably the greatest Single Page Application (SPA) around today. Steve talks about the approach the Azure Portal team has taken to deal with memory management as well as a flexible plugin architecture that allows the various Azure related teams to plug into the common "shell" component of the Azure Portal. The conversation digs into the challenges of SPAs as the scale and utilization goes up. You can make it work, but it isn't always simple! Steve also discusses the choices you can make around SPAs, it's not just about AngularJS, there are many ways to build a SPA toolchain.

SPA using Knockout with Steve Sanderson

December 16, 2014 0:50:59 48.97 MB Downloads: 0

At the NDC London conference, Carl and Richard talk to Steve Sanderson about his work on the Azure Portal and building arguably the greatest Single Page Application (SPA) around today. Steve talks about the approach the Azure Portal team has taken to deal with memory management as well as a flexible plugin architecture that allows the various Azure related teams to plug into the common "shell" component of the Azure Portal. The conversation digs into the challenges of SPAs as the scale and utilization goes up. You can make it work, but it isn't always simple! Steve also discusses the choices you can make around SPAs, it's not just about AngularJS, there are many ways to build a SPA toolchain.Support this podcast at — https://redcircle.com/net-rocks/donations

Writing Compilers with Phil Trelford

December 15, 2014 00:59:00 57.49 MB Downloads: 0

While at NDC London at the Excel Center, Carl and Richard talked to Phil Trelford about building your own compiler. First off, why would you do that? Phil talks about the various ways that compiler technology can be used and help improve your own understand of languages and tools. You probably don't need to replace the C# compiler for your applications, but you might want to use parsing technology to provide algorithmic support in your applications. The power of F# is apparent when you start working on compilers, with its amazing pattern matching and parsing capabilities. Phil also mentions some toolsets to make experimenting with compilers easier, check out the show links for more info!

Writing Compilers with Phil Trelford

December 15, 2014 0:59:54 57.58 MB Downloads: 0

While at NDC London at the Excel Center, Carl and Richard talked to Phil Trelford about building your own compiler. First off, why would you do that? Phil talks about the various ways that compiler technology can be used and help improve your own understand of languages and tools. You probably don't need to replace the C# compiler for your applications, but you might want to use parsing technology to provide algorithmic support in your applications. The power of F# is apparent when you start working on compilers, with its amazing pattern matching and parsing capabilities. Phil also mentions some toolsets to make experimenting with compilers easier, check out the show links for more info!Support this podcast at — https://redcircle.com/net-rocks/donations

Starting a Software Business with Liam Westley

December 10, 2014 00:53:00 51.02 MB Downloads: 0

While at the NDC London conference, Carl and Richard talk to Liam Westley about building your own software business. It starts with the idea that the most destructive thing to your software business is support calls - or more broadly, the accumulated cost of your past business. The conversation digs into the power of being a business of one, rather than having employees, and thinking beyond just your development work, digging into all the other aspects of business: marketing, sales, accounting, and so on. As Liam says, starting a software business is easy, staying in business is hard!

Starting a Software Business with Liam Westley

December 10, 2014 0:53:09 51.02 MB Downloads: 0

While at the NDC London conference, Carl and Richard talk to Liam Westley about building your own software business. It starts with the idea that the most destructive thing to your software business is support calls - or more broadly, the accumulated cost of your past business. The conversation digs into the power of being a business of one, rather than having employees, and thinking beyond just your development work, digging into all the other aspects of business: marketing, sales, accounting, and so on. As Liam says, starting a software business is easy, staying in business is hard!Support this podcast at — https://redcircle.com/net-rocks/donations