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

The Google Cloud with Brad Abrams

January 05, 2015 0:55:46 53.56 MB Downloads: 0

Do you know about Google Cloud? Brad Abrams does! Carl and Richard talk to former Microsoftie Brad Abrams about the other big cloud player - and there's a lot to say. Brad starts out focusing on the Platform-as-a-Service offerings of Google such as the App Engine which lets you run Python, Java, PHP, and Go in the cloud with all the scaling options you could ever want. Rather a virtual machine? The Google Compute Engine handles that, with Windows as an option coming soon! Then the discussion turns to containers: lightweight, OS-agnostic virtual machines that work with Google Container Engine and scale with Kubernetes. And that's still only the beginning; there's storage options of all sorts and Brad's favorite bits, great tracing and debugging tools. There's room for a third player in the public cloud world!Support this podcast at — https://redcircle.com/net-rocks/donations

State of DevOps in .NET at NDC London

December 31, 2014 0:57:25 55.11 MB Downloads: 0

While at NDC in London, Carl and Richard moderated a panel of Ben Hall, Peter Mounce, Jeff French and Enrico Campidoglio to talk about the state of DevOps in the .NET world. While DevOps is going strong in the open source world, it is coming slowly to .NET. The panelists discuss their preferred toolchains for speeding deployment, testing and instrumentation of software, as well as the cultural changes that have happened in their organizations as an effect or demand of DevOps. The conversation also turns to looking at the tools Microsoft is building to support DevOps vs. the open source tools that are adding Windows and .NET support. There's still a long ways to go!Support this podcast at — https://redcircle.com/net-rocks/donations

State of DevOps in .NET at NDC London

December 31, 2014 00:57:00 55.11 MB Downloads: 0

While at NDC in London, Carl and Richard moderated a panel of Ben Hall, Peter Mounce, Jeff French and Enrico Campidoglio to talk about the state of DevOps in the .NET world. While DevOps is going strong in the open source world, it is coming slowly to .NET. The panelists discuss their preferred toolchains for speeding deployment, testing and instrumentation of software, as well as the cultural changes that have happened in their organizations as an effect or demand of DevOps. The conversation also turns to looking at the tools Microsoft is building to support DevOps vs. the open source tools that are adding Windows and .NET support. There's still a long ways to go!

Typewriters on Tablets using Xamarin with Jon Peppers

December 30, 2014 00:51:00 49.78 MB Downloads: 0

Jonathan Pepper is back with another great Xamarin case study! Carl and Richard talk to Jon about the Hanx Writer, an iPad application made with the help of Tom Hanks to recreated the mechanical typewriter experience on a tablet. Remember skeuomorphism? Here is an awesome manifestation! Jon talks about the process of creating the effects of three different mechanical type writers in an iPad application, including the keyboard, sounds of keystrikes, even the fonts! But most amazingly, the app is built using Xamarin, and not just for the cross-platform capabilities, since the app is only out for iPad at the moment. Jon just loves C#!

Typewriters on Tablets using Xamarin with Jon Peppers

December 30, 2014 0:51:52 49.81 MB Downloads: 0

Jonathan Pepper is back with another great Xamarin case study! Carl and Richard talk to Jon about the Hanx Writer, an iPad application made with the help of Tom Hanks to recreated the mechanical typewriter experience on a tablet. Remember skeuomorphism? Here is an awesome manifestation! Jon talks about the process of creating the effects of three different mechanical type writers in an iPad application, including the keyboard, sounds of keystrikes, even the fonts! But most amazingly, the app is built using Xamarin, and not just for the cross-platform capabilities, since the app is only out for iPad at the moment. Jon just loves C#!Support this podcast at — https://redcircle.com/net-rocks/donations

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

Programming in Elixir with Bryan Hunter

December 29, 2014 00:57:00 55.59 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!

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

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!

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

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?

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!