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

Multi-tenant Apps Using cloudscribe with Joe Audette

April 10, 2017 1:00:49 58.37 MB Downloads: 0

What does it take to build great multi-tenant apps on the cloud? Carl and Richard talk to Joe Audette about his set of open source tools called cloudscribe to make multi-tenant apps easier to implement. The conversation starts out with managing IdentityServer, the great open source library for handling single-sign-on across multiple applications. Cloudscribe helps you manage the sites, users, roles and claims for IdentityServer. But there's more to multi-tenancy than just authentication and authorization, and Joe dives into the other elements of the suite to get your multi-tenant app running right!Support this podcast at — https://redcircle.com/net-rocks/donations

MVVM Cross with Martijn van Dijk

April 05, 2017 00:42:00 40.56 MB Downloads: 0

MVVMCross has grown up! Carl and Richard chat with Martjin van Dijk about his work on MVVMCross. Past guest Stuart Lodge started MVVMCross way back in 2012 when it was focused on building MVVM apps in Silverlight, but today the focus is on Xamarin. Martjin talks about how MVVMCross works with Xamarin forms to make it easier to build, test and debug mobile apps, bringing inversion of control and dependency injection as part of the library. The conversation also turns to navigation being moved to the viewmodel, rather than the view, so you write less code. MVVMCross can be a key part of your mobile app development strategy!

MVVM Cross with Martijn van Dijk

April 05, 2017 0:42:16 40.7 MB Downloads: 0

MVVMCross has grown up! Carl and Richard chat with Martjin van Dijk about his work on MVVMCross. Past guest Stuart Lodge started MVVMCross way back in 2012 when it was focused on building MVVM apps in Silverlight, but today the focus is on Xamarin. Martjin talks about how MVVMCross works with Xamarin forms to make it easier to build, test and debug mobile apps, bringing inversion of control and dependency injection as part of the library. The conversation also turns to navigation being moved to the viewmodel, rather than the view, so you write less code. MVVMCross can be a key part of your mobile app development strategy!Support this podcast at — https://redcircle.com/net-rocks/donations

VSTS Analytics with Steven Borg

April 03, 2017 00:59:00 57.24 MB Downloads: 0

What can analytics around development do for you? Carl and Richard talk to Steven Borg about his work with Visual Studio Team Services (VSTS), especially around understanding developer productivity. The conversation starts out with a comment around Team Foundation Server and VSTS, the former being the on-premise version of the latter. But why run your own infrastructure when you don't have to? Then Steven dives into different kinds of analysis, looking for the best quality code. Can analysis tell you who should do a code review? Have a listen!

VSTS Analytics with Steven Borg

April 03, 2017 0:59:38 57.24 MB Downloads: 0

What can analytics around development do for you? Carl and Richard talk to Steven Borg about his work with Visual Studio Team Services (VSTS), especially around understanding developer productivity. The conversation starts out with a comment around Team Foundation Server and VSTS, the former being the on-premise version of the latter. But why run your own infrastructure when you don't have to? Then Steven dives into different kinds of analysis, looking for the best quality code. Can analysis tell you who should do a code review? Have a listen!Support this podcast at — https://redcircle.com/net-rocks/donations

Chaiscript with Jason Turner

March 29, 2017 00:49:00 47.76 MB Downloads: 0

Scripting with C++? Of course! Carl and Richard talk to Jason Turner about ChaiScript, his open source project that simplifies adding C++ as a scripting language to any application, but especially other C++ applications. The conversation turns to how C++ has evolved and some amazing tools available today to help you understand what C++ is doing, right down to the CPU level! Check out the links in the show notes for some of the cool tools that Jason and his associates have built!

Chaiscript with Jason Turner

March 29, 2017 0:49:46 47.9 MB Downloads: 0

Scripting with C++? Of course! Carl and Richard talk to Jason Turner about ChaiScript, his open source project that simplifies adding C++ as a scripting language to any application, but especially other C++ applications. The conversation turns to how C++ has evolved and some amazing tools available today to help you understand what C++ is doing, right down to the CPU level! Check out the links in the show notes for some of the cool tools that Jason and his associates have built!Support this podcast at — https://redcircle.com/net-rocks/donations

Visual Studio for Mac with Mikayla Hutchinson

March 27, 2017 00:44:00 42.75 MB Downloads: 0

Visual Studio on a Mac! Carl and Richard talk to Mikayla Hutchinson who's been with Xamarin since the very beginning, about her work on the preview of Visual Studio for Mac. The product comes from MonoDevelop, which is Xamarin's IDE that runs in Windows, Mac and Linux. Mikayla talks about how Visual Studio for Mac focuses on both the client side of mobile devices and Mac OS as well as the cloud - there are templates included that will generate a basic app for iOS, Android and the back end layer in Azure. It's still in preview, but Visual Studio for Mac looks great!

Visual Studio for Mac with Mikayla Hutchinson

March 27, 2017 0:44:33 42.75 MB Downloads: 0

Visual Studio on a Mac! Carl and Richard talk to Mikayla Hutchinson who's been with Xamarin since the very beginning, about her work on the preview of Visual Studio for Mac. The product comes from MonoDevelop, which is Xamarin's IDE that runs in Windows, Mac and Linux. Mikayla talks about how Visual Studio for Mac focuses on both the client side of mobile devices and Mac OS as well as the cloud - there are templates included that will generate a basic app for iOS, Android and the back end layer in Azure. It's still in preview, but Visual Studio for Mac looks great!Support this podcast at — https://redcircle.com/net-rocks/donations

Beyond Legacy Code with David Bernstein

March 22, 2017 00:57:00 55.45 MB Downloads: 0

How do you manage legacy code? Carl and Richard talk to David Bernstein about his book Beyond Legacy Code. The conversation starts out talking about what legacy code is - and David brings up the idea that code is legacy if you don't have confidence in it. Now how do you get confidence? This is where the rewrite behavior comes from: You're naturally more confident in your own code. But is it a good idea? David talks about nine practices that are most effective at getting your application under control and out of legacy!

Beyond Legacy Code with David Bernstein

March 22, 2017 0:57:46 55.45 MB Downloads: 0

How do you manage legacy code? Carl and Richard talk to David Bernstein about his book Beyond Legacy Code. The conversation starts out talking about what legacy code is - and David brings up the idea that code is legacy if you don't have confidence in it. Now how do you get confidence? This is where the rewrite behavior comes from: You're naturally more confident in your own code. But is it a good idea? David talks about nine practices that are most effective at getting your application under control and out of legacy!Support this podcast at — https://redcircle.com/net-rocks/donations

Brownfield DevOps with Damian Brady

March 20, 2017 00:57:00 55.27 MB Downloads: 0

How do you bring a DevOps practice to an existing application? While at NDC London, Carl and Richard talk to Damian Brady about his experiences working with teams trying to get better at building, deploying, instrumenting and maintaining existing applications. Often the processes put in place when an application is first developed stay the same - new techniques are applied to new apps. But it doesn't have to be like that! Damian talks about engaging everyone involved in the app, including management, development, QA, data folks, operations and more to work toward a better, more reliable application. And the results are worth it!

Brownfield DevOps with Damian Brady

March 20, 2017 0:57:35 55.27 MB Downloads: 0

How do you bring a DevOps practice to an existing application? While at NDC London, Carl and Richard talk to Damian Brady about his experiences working with teams trying to get better at building, deploying, instrumenting and maintaining existing applications. Often the processes put in place when an application is first developed stay the same - new techniques are applied to new apps. But it doesn't have to be like that! Damian talks about engaging everyone involved in the app, including management, development, QA, data folks, operations and more to work toward a better, more reliable application. And the results are worth it!Support this podcast at — https://redcircle.com/net-rocks/donations

Moon Base Geek Out

March 15, 2017 00:56:00 53.87 MB Downloads: 0

Should we go back to the moon? Richard says yes - time for a Geek Out! In recent months conversations around the Moon have surged - Richard discusses both the SLS EM-1 mission to the move and the SpaceX space tourism flight. And then on to the main topic: Why should we go back to the moon? Richard focuses on four points: We have not explored much of the moon at all, we can extract fuel and manufacture things on the moon, we need to understand how humans function long term in low gravity (rather than freefall), and finally, there are some unique science opportunities on the moon. And it's not just Richard excited about the topic - there are a ton of scientists and industry that want to go too!

Moon Base Geek Out

March 15, 2017 0:56:08 54.01 MB Downloads: 0

Should we go back to the moon? Richard says yes - time for a Geek Out! In recent months conversations around the Moon have surged - Richard discusses both the SLS EM-1 mission to the move and the SpaceX space tourism flight. And then on to the main topic: Why should we go back to the moon? Richard focuses on four points: We have not explored much of the moon at all, we can extract fuel and manufacture things on the moon, we need to understand how humans function long term in low gravity (rather than freefall), and finally, there are some unique science opportunities on the moon. And it's not just Richard excited about the topic - there are a ton of scientists and industry that want to go too!Support this podcast at — https://redcircle.com/net-rocks/donations