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

Building Microservices with Howard Dierking

June 09, 2015 0:54:17 52.14 MB Downloads: 0

Microservices? Carl and Richard talk to Howard Dierking about his work building microservices starting with the name - Howard hates the term microservices. He prefers to call them focused services, which only makes sense. The goal is to write as little code as possible while delivering the capabilities needed, not all that different from most modern development approaches. The conversation turns to how we've twisted service design because deployment and versioning were so difficult. Today its better and we can take advantage of granularity to keep our services small, independently updated and flexible!Support this podcast at — https://redcircle.com/net-rocks/donations

Building Microservices with Howard Dierking

June 09, 2015 00:54:00 52.1 MB Downloads: 0

Microservices? Carl and Richard talk to Howard Dierking about his work building microservices starting with the name - Howard hates the term microservices. He prefers to call them focused services, which only makes sense. The goal is to write as little code as possible while delivering the capabilities needed, not all that different from most modern development approaches. The conversation turns to how we've twisted service design because deployment and versioning were so difficult. Today its better and we can take advantage of granularity to keep our services small, independently updated and flexible!

Building Web Apps using TypeScript with Steve Ognibene

June 08, 2015 1:00:31 58.11 MB Downloads: 0

Have you been building web apps with TypeScript? Carl and Richard talk to Steve Ognibene about his work with TypeScript projects. The discussion starts with dispelling myths about TypeScript - no, it doesn't exist just to make C# developers more comfortable in web development! Steve compares how development is different in the strongly typed world of C# where the compiler does a bunch of testing for you versus the dynamically typed space of JavaScript where you're responsible for managing type related errors - something that TypeScript can help with! In the end its all JavaScript, and that is evolving also - Steve talks about how ECMA 6 looks a lot more like C#... is there a middle point here we're all racing toward?Support this podcast at — https://redcircle.com/net-rocks/donations

Building Web Apps using TypeScript with Steve Ognibene

June 08, 2015 01:00:00 58.08 MB Downloads: 0

Have you been building web apps with TypeScript? Carl and Richard talk to Steve Ognibene about his work with TypeScript projects. The discussion starts with dispelling myths about TypeScript - no, it doesn't exist just to make C# developers more comfortable in web development! Steve compares how development is different in the strongly typed world of C# where the compiler does a bunch of testing for you versus the dynamically typed space of JavaScript where you're responsible for managing type related errors - something that TypeScript can help with! In the end its all JavaScript, and that is evolving also - Steve talks about how ECMA 6 looks a lot more like C#... is there a middle point here we're all racing toward?

Making a Developer Calendar with Steve Smith and Brendan Enrick

June 03, 2015 0:53:57 51.78 MB Downloads: 0

What do developers like on their calendars? Carl and Richard talk to Steve Smith and Brendan Enrick about the making of the new 2016 developer calendar. They have been the team behind the NimblePros and later Telerik developer anti-pattern calendars for years. But there was no calendar in 2015 for a variety of reasons, leading to an outcry. In an effort to bring back the calendar, Steve and Brendan have launched a kickstarter campaign to raise enough funds to make the calendar, and a feathub site to take suggestions for the various pictures and ideas of each month. Check them out!Support this podcast at — https://redcircle.com/net-rocks/donations

Making a Developer Calendar with Steve Smith and Brendan Enrick

June 03, 2015 00:53:00 51.78 MB Downloads: 0

What do developers like on their calendars? Carl and Richard talk to Steve Smith and Brendan Enrick about the making of the new 2016 developer calendar. They have been the team behind the NimblePros and later Telerik developer anti-pattern calendars for years. But there was no calendar in 2015 for a variety of reasons, leading to an outcry. In an effort to bring back the calendar, Steve and Brendan have launched a kickstarter campaign to raise enough funds to make the calendar, and a feathub site to take suggestions for the various pictures and ideas of each month. Check them out!

CSS for Developers with Elijah Manor

June 02, 2015 0:56:06 53.88 MB Downloads: 0

Do you fear the CSS? You're not alone! Carl and Richard chat with Elijah Manor about his experiences becoming a "real" front end developer and embracing CSS development. Elijah talks about making the leap from hiding behind Twitter Bootstrap and actually starting to think about CSS as its own thing. The conversation turns quickly to tools - LOTS of tools. Elijah explains his CSS stack of Sass, CSSLint and AutoPrefixer. But many other tools get mentioned along the way for the variety of services they provide. The tooling is getting better, now is a great time to dig into CSS!Support this podcast at — https://redcircle.com/net-rocks/donations

CSS for Developers with Elijah Manor

June 02, 2015 00:56:00 53.84 MB Downloads: 0

Do you fear the CSS? You're not alone! Carl and Richard chat with Elijah Manor about his experiences becoming a "real" front end developer and embracing CSS development. Elijah talks about making the leap from hiding behind Twitter Bootstrap and actually starting to think about CSS as its own thing. The conversation turns quickly to tools - LOTS of tools. Elijah explains his CSS stack of Sass, CSSLint and AutoPrefixer. But many other tools get mentioned along the way for the variety of services they provide. The tooling is getting better, now is a great time to dig into CSS!

Actor Models on Orleans with Barry Briggs

June 01, 2015 0:50:13 48.23 MB Downloads: 0

Remember Orleans? Once an MSR project to scale Halo 4 multiplayer mode, it has grown into a full blown actor model implementation. Carl and Richard chat with Barry Briggs about bringing Orleans to your project. Barry talks through some great ideas on the actor model and it's focus on building distributed highly scalable applications. Orleans is now an open source project hosted on GitHub, and is worth a look - compare it to Akka.NET!Support this podcast at — https://redcircle.com/net-rocks/donations

Actor Models on Orleans with Barry Briggs

June 01, 2015 00:50:00 48.2 MB Downloads: 0

Remember Orleans? Once an MSR project to scale Halo 4 multiplayer mode, it has grown into a full blown actor model implementation. Carl and Richard chat with Barry Briggs about bringing Orleans to your project. Barry talks through some great ideas on the actor model and it's focus on building distributed highly scalable applications. Orleans is now an open source project hosted on GitHub, and is worth a look - compare it to Akka.NET!

Geek Out Recap

May 27, 2015 00:59:00 56.85 MB Downloads: 0

Time for a Geek Out experiment! Richard dives into his notes on a bunch of the past Geek Out episodes to bring you up to date on current developments. This includes solar, wind and wave power, automated driving, various developments on the fusion power front and some space related news as well. It's a grab bag full of goodness, but does the format make sense? The Geek Outs are still experimental, and we take ideas from the listeners at FeatHub Geek Out List so send us what you'd like to hear!

Geek Out Recap

May 27, 2015 0:59:14 56.85 MB Downloads: 0

Time for a Geek Out experiment! Richard dives into his notes on a bunch of the past Geek Out episodes to bring you up to date on current developments. This includes solar, wind and wave power, automated driving, various developments on the fusion power front and some space related news as well. It's a grab bag full of goodness, but does the format make sense? The Geek Outs are still experimental, and we take ideas from the listeners at FeatHub Geek Out List so send us what you'd like to hear!Support this podcast at — https://redcircle.com/net-rocks/donations

Practical IoT with Josh Holmes

May 26, 2015 1:02:17 59.82 MB Downloads: 0

What happens when a bunch of developers get in a room with a bunch of IoT devices? Carl and Richard talk to Josh Holmes about the amazing workshops he's been running to get people looking at the potential of small computing devices in the world of Internet of Things. Josh focuses in on the key bits of what it takes to make something useful in the IoT space - the difference between prototype and production hardware, the role of the cloud, and how critical the security situation is. Lots of great links!Support this podcast at — https://redcircle.com/net-rocks/donations

Practical IoT with Josh Holmes

May 26, 2015 01:02:00 59.79 MB Downloads: 0

What happens when a bunch of developers get in a room with a bunch of IoT devices? Carl and Richard talk to Josh Holmes about the amazing workshops he's been running to get people looking at the potential of small computing devices in the world of Internet of Things. Josh focuses in on the key bits of what it takes to make something useful in the IoT space - the difference between prototype and production hardware, the role of the cloud, and how critical the security situation is. Lots of great links!

Building Your Apps on Azure with Mark Brown

May 25, 2015 00:55:00 53.66 MB Downloads: 0

So how are you using Azure for your apps? Carl and Richard talk to Mark Brown about his work inside and outside of Microsoft - after fifteen years at Microsoft, Mark is out on his own now and still working hard with Azure. The conversation digs into the amazing tool that is Web Jobs, letting you automate tasks based on time and events. Mark also talks about machine learning as his new focus, recognizing that the huge amount of data we're gathering needs to be analyzed too. Lots of great thinking about the cloud!