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

Emerging Experiences with Giorgio Sardo

September 13, 2016 0:49:36 47.74 MB Downloads: 0

What's an "Emerging Experience" and why would you want one? Carl and Richard talk to Giorgio Sardo about Microsoft's overarching term for all of the new ways we connect humans to computers, and how much more fun it is to program beyond the keyboard and mouse! Of course it's easy to jump right to HoloLens, which is very cool, but there is so much more in the space. Giorgio talks about some of the Cognitive Services features available including LUIS, which is all about having a really natural conversation with your machine, and how it's possible to write code to work with it without a PhD in Linguistics! There's a ton of links to a host of cool tools for moving into this new space of development. Computing technology is permeating the world, and Microsoft is working hard to let your existing skills take advantage of it. Jump in!Support this podcast at — https://redcircle.com/net-rocks/donations

Emerging Experiences with Giorgio Sardo

September 13, 2016 00:49:00 47.6 MB Downloads: 0

What's an "Emerging Experience" and why would you want one? Carl and Richard talk to Giorgio Sardo about Microsoft's overarching term for all of the new ways we connect humans to computers, and how much more fun it is to program beyond the keyboard and mouse! Of course it's easy to jump right to HoloLens, which is very cool, but there is so much more in the space. Giorgio talks about some of the Cognitive Services features available including LUIS, which is all about having a really natural conversation with your machine, and how it's possible to write code to work with it without a PhD in Linguistics! There's a ton of links to a host of cool tools for moving into this new space of development. Computing technology is permeating the world, and Microsoft is working hard to let your existing skills take advantage of it. Jump in!

Simple.Data.Core with Mark Rendle

September 12, 2016 0:53:52 51.83 MB Downloads: 0

What if a data storage library just stored and retrieved your data? What if it wasn't a mollusk? Carl and Richard talk to Mark Rendle about his refocusing on his open source library called Simple.Data - now with .NET Core! Mark talks about why Simple.Data is not an ORM, and why you don't want to use an ORM anyway. And yeah, the conversation gets sillier from there! Mark also talks about what it means to build a library that runs on all the platform (because Core) and the challenge of getting everything together to run on the other platforms like Linux. And yes, we know a library can't be a mollusk, but it could be an ORM, and nobody wants that.Support this podcast at — https://redcircle.com/net-rocks/donations

Simple.Data.Core with Mark Rendle

September 12, 2016 00:53:00 51.69 MB Downloads: 0

What if a data storage library just stored and retrieved your data? What if it wasn't a mollusk? Carl and Richard talk to Mark Rendle about his refocusing on his open source library called Simple.Data - now with .NET Core! Mark talks about why Simple.Data is not an ORM, and why you don't want to use an ORM anyway. And yeah, the conversation gets sillier from there! Mark also talks about what it means to build a library that runs on all the platform (because Core) and the challenge of getting everything together to run on the other platforms like Linux. And yes, we know a library can't be a mollusk, but it could be an ORM, and nobody wants that.

Building LOB Web Apps using DotVVM with Tomáš Herceg

September 06, 2016 00:51:00 49.13 MB Downloads: 0

Can you build a line of business web application and not write any JavaScript? Carl and Richard talk to Tomáš Herceg about his open source project called DotVVM. With DotVVM, you write your ViewModel in C# and your View in HTML. The JavaScript is generated at run time, and you never need to look at it. While there are free open source elements to the project, there are also "pro" editions of some features that you can pay for to keep the project going. Lots of controls to make your pages look good with a minimum amount of code. And it works with ASP.NET Core!

Building LOB Web Apps using DotVVM with Tomáš Herceg

September 06, 2016 0:51:11 49.15 MB Downloads: 0

Can you build a line of business web application and not write any JavaScript? Carl and Richard talk to Tomáš Herceg about his open source project called DotVVM. With DotVVM, you write your ViewModel in C# and your View in HTML. The JavaScript is generated at run time, and you never need to look at it. While there are free open source elements to the project, there are also "pro" editions of some features that you can pay for to keep the project going. Lots of controls to make your pages look good with a minimum amount of code. And it works with ASP.NET Core!Support this podcast at — https://redcircle.com/net-rocks/donations

Building XAML Apps with Billy Hollis

September 05, 2016 0:59:28 57.21 MB Downloads: 0

Are you building XAML-driven applications yet? Carl and Richard chat with Billy Hollis about what it takes to get going with building XAML applications. As Billy says, XAML is a "compositional" platform, which is a very different way to think about how to build user interfaces. Ultimately, these design principles become platform-agnostic - you can use whatever tools you want to build them. Is it hard to think this way? It does take time, but the products you make stand out as just a better way to work with computers. Your customers will thank you!Support this podcast at — https://redcircle.com/net-rocks/donations

Building XAML Apps with Billy Hollis

September 05, 2016 00:59:00 57.07 MB Downloads: 0

Are you building XAML-driven applications yet? Carl and Richard chat with Billy Hollis about what it takes to get going with building XAML applications. As Billy says, XAML is a "compositional" platform, which is a very different way to think about how to build user interfaces. Ultimately, these design principles become platform-agnostic - you can use whatever tools you want to build them. Is it hard to think this way? It does take time, but the products you make stand out as just a better way to work with computers. Your customers will thank you!

Feature Toggles with Daniel Piessens

August 31, 2016 0:52:48 50.68 MB Downloads: 0

Are you adding feature toggles to your apps? Carl and Richard talk to Daniel Piessens about his approach to adding feature toggles, using frameworks to keep things organized. The conversation starts out talking about different kinds of features toggles, starting with the classic one that allows you to build features over time, but keep the code in the trunk, just not visible to the users until you're ready. In some cases, that feature toggle because permanent because it is a tool for ops to reduce load on a server at peak times. Toggles are also a strategy for A/B testing of different features, styling and advertising - you need to dig into this!Support this podcast at — https://redcircle.com/net-rocks/donations

Feature Toggles with Daniel Piessens

August 31, 2016 00:53:00 50.68 MB Downloads: 0

Are you adding feature toggles to your apps? Carl and Richard talk to Daniel Piessens about his approach to adding feature toggles, using frameworks to keep things organized. The conversation starts out talking about different kinds of features toggles, starting with the classic one that allows you to build features over time, but keep the code in the trunk, just not visible to the users until you're ready. In some cases, that feature toggle because permanent because it is a tool for ops to reduce load on a server at peak times. Toggles are also a strategy for A/B testing of different features, styling and advertising - you need to dig into this!

Going HTML Native with Chris Love

August 30, 2016 01:01:00 59.11 MB Downloads: 0

How about *no* JavaScript libraries? Carl and Richard talk to Chris Love about his passion with making the smallest, fastest web applications possible. The conversation starts out with the idea that JavaScript libraries, like most code libraries, constantly grow - old code, support for things that don't matter any more, and features that you aren't using, all add up to a lot of bytes and compute time that you don't need to waste. Chris talks about how he doesn't write everything from scratch, he has built some very small libraries (check the links) that do only the things you absolutely need. You can be an HTML Native with just the code you need to make an application do what it needs to!

Going HTML Native with Chris Love

August 30, 2016 1:01:35 59.11 MB Downloads: 0

How about *no* JavaScript libraries? Carl and Richard talk to Chris Love about his passion with making the smallest, fastest web applications possible. The conversation starts out with the idea that JavaScript libraries, like most code libraries, constantly grow - old code, support for things that don't matter any more, and features that you aren't using, all add up to a lot of bytes and compute time that you don't need to waste. Chris talks about how he doesn't write everything from scratch, he has built some very small libraries (check the links) that do only the things you absolutely need. You can be an HTML Native with just the code you need to make an application do what it needs to!Support this podcast at — https://redcircle.com/net-rocks/donations

React for Windows with Matthew Podwysocki and Eric Rozell

August 29, 2016 0:47:22 45.73 MB Downloads: 0

React comes to Windows! Carl and Richard talk to Matthew Podwysocki and Eric Rozell about using React for Windows to build native Windows applications while programming in JavaScript! Originally intended for mobile apps, React Native works equally well building Windows 10 apps that work on phone, tablet and desktop. The conversation also turns to the conjunction of all things react and reactive - why do they go together? Matt talks about how the philosophy of streaming and event response build a philosophy that makes highly scalable, resilient software. Yet another cool way to build cross-platform applications with JavaScript!Support this podcast at — https://redcircle.com/net-rocks/donations

React for Windows with Matthew Podwysocki and Eric Rozell

August 29, 2016 00:47:00 45.46 MB Downloads: 0

React comes to Windows! Carl and Richard talk to Matthew Podwysocki and Eric Rozell about using React for Windows to build native Windows applications while programming in JavaScript! Originally intended for mobile apps, React Native works equally well building Windows 10 apps that work on phone, tablet and desktop. The conversation also turns to the conjunction of all things react and reactive - why do they go together? Matt talks about how the philosophy of streaming and event response build a philosophy that makes highly scalable, resilient software. Yet another cool way to build cross-platform applications with JavaScript!

Patterns and Anti-Patterns with Steve Smith and Brendan Enrick

August 24, 2016 0:53:56 48.73 MB Downloads: 0

We all want to believe we have good habits when it comes to programming - but what about the bad habits? Carl and Richard chat with Steve Smith and Brendan Enrick about some of the many anti-patterns that exist in software development. Part of this conversation also ties back to a cool product that Steve and Brendan create - the Software Craftsmanship calendar! Be part of the Kickstarter and get yourself a hilarious and inspirational calendar!Support this podcast at — https://redcircle.com/net-rocks/donations