.NET Rocks! is an Internet Audio Talk Show for Microsoft .NET Developers.
Similar Podcasts
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
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
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
Empathy Mapping with Diane Zajac-Woodie
How do you get to know your customers? While at NDC Oslo, Carl and Richard talked to Diane Zajac-Woodie about empathy mapping, a process for trying to internalize the dimensions of your various customers. Diane talks about considering various dimensions of people, looking at what the see, hear, think, say and do. Empathy mapping is a way to get your team more engaged around what customer needs are, but they're only guesses - you also have to craft experiments to figure out the truth! In the end, the goal is to make the best software you can.Support this podcast at — https://redcircle.com/net-rocks/donations
Going Serverless Panel at NDC Oslo
Serverless is here - why would you do anything else? While at NDC Oslo, Carl and Richard hosted a panel of Rob Conery, Lynn Langit and Mathias Brandewinder to discuss the strengths and weaknesses of the serverless approach to building applications. First up - the terrible name. Of course there are servers involved in serverless computing, you just don't have to think about them. The conversation spans over a number of different offerings, including AWS Lambdas, Azure Functions and Google Firebase. Serverless is worth serious study, there's a lot of potential!
Going Serverless Panel at NDC Oslo
Serverless is here - why would you do anything else? While at NDC Oslo, Carl and Richard hosted a panel of Rob Conery, Lynn Langit and Mathias Brandewinder to discuss the strengths and weaknesses of the serverless approach to building applications. First up - the terrible name. Of course there are servers involved in serverless computing, you just don't have to think about them. The conversation spans over a number of different offerings, including AWS Lambdas, Azure Functions and Google Firebase. Serverless is worth serious study, there's a lot of potential!Support this podcast at — https://redcircle.com/net-rocks/donations
Security in ASP.NET Core with Barry Dorrans
How does security work in ASP.NET Core? Barry Dorrans knows, he's writing it! While at NDC Oslo, Carl and Richard sat down with Barry to talk about all his work in the security space at Microsoft. As Barry says, .NET Core represented a unique opportunity to reboot how security works on the web for the Microsoft stack, and he tried to do right by us all. Nothing is ever simple as you want it to be, especially when it comes to security, but there are good things available today if you spend some time to understand them. And a little scotch doesn't hurt either!
Security in ASP.NET Core with Barry Dorrans
How does security work in ASP.NET Core? Barry Dorrans knows, he's writing it! While at NDC Oslo, Carl and Richard sat down with Barry to talk about all his work in the security space at Microsoft. As Barry says, .NET Core represented a unique opportunity to reboot how security works on the web for the Microsoft stack, and he tried to do right by us all. Nothing is ever simple as you want it to be, especially when it comes to security, but there are good things available today if you spend some time to understand them. And a little scotch doesn't hurt either!Support this podcast at — https://redcircle.com/net-rocks/donations
Accessibility for UX with Elle Waters
How do you make your applications accessible to everyone? Carl and Richard talk to Elle Waters about her working building applications for the visually and hearing impaired, on all sorts of platforms. The web dominates the discussions since so much can be built there. Elle talks about the array of tools that users have to help them understand a web page through audio, even touch solutions using braille! You can make your applications work well with these tools, but it takes empathy, effort and lots of testing.
Accessibility for UX with Elle Waters
How do you make your applications accessible to everyone? Carl and Richard talk to Elle Waters about her working building applications for the visually and hearing impaired, on all sorts of platforms. The web dominates the discussions since so much can be built there. Elle talks about the array of tools that users have to help them understand a web page through audio, even touch solutions using braille! You can make your applications work well with these tools, but it takes empathy, effort and lots of testing.Support this podcast at — https://redcircle.com/net-rocks/donations
Event Tracing for Windows with Dina Goldshtein
How can ETW help you? While at NDC in Oslo, Carl and Richard talked to Dina Goldshtein about her work instrumenting applications. This leads to a conversation about Event Tracing for Windows, which Dina uses primarily to take measurements of different applications running on Windows machines - but you can have your app add to the ETW stream as well. Monitoring, profiling and debugging are all different tasks that can take advantage of the data provided by ETW, it depends on your needs at the time. Lots of discussion on the impact of measuring as well - nothing is free!
Event Tracing for Windows with Dina Goldshtein
How can ETW help you? While at NDC in Oslo, Carl and Richard talked to Dina Goldshtein about her work instrumenting applications. This leads to a conversation about Event Tracing for Windows, which Dina uses primarily to take measurements of different applications running on Windows machines - but you can have your app add to the ETW stream as well. Monitoring, profiling and debugging are all different tasks that can take advantage of the data provided by ETW, it depends on your needs at the time. Lots of discussion on the impact of measuring as well - nothing is free!Support this podcast at — https://redcircle.com/net-rocks/donations
The Azure Platform Landscape with Barry Luijbregts
There's a lot of stuff in Azure - how to sort through it all? While at NDC in Oslo, Carl and Richard talk to Barry Luijbregts about the huge array of features that exist in the Azure Platform-as-a-Service offerings. Barry runs down the list, helping to categorize what elements are very similar, what are totally different, and how things work together. The platform is where it's at in terms of value, it's well worth your time to figure out what parts can work for you!
The Azure Platform Landscape with Barry Luijbregts
There's a lot of stuff in Azure - how to sort through it all? While at NDC in Oslo, Carl and Richard talk to Barry Luijbregts about the huge array of features that exist in the Azure Platform-as-a-Service offerings. Barry runs down the list, helping to categorize what elements are very similar, what are totally different, and how things work together. The platform is where it's at in terms of value, it's well worth your time to figure out what parts can work for you!Support this podcast at — https://redcircle.com/net-rocks/donations
The Evolution of Serilog with Nicholas Blumhardt
Is there more to logging? Yes! While at NDC in Oslo, Carl and Richard talked to Nicholas Blumhardt about his long running logging project called Serilog. Calling back to the earlier .NET Rocks episode on Serilog (2014!), Nicholas talks about how logging is one of those 'bicycle shed' problems - it looks simple on the surface, but the deeper you go, the more you find complexity that needs to be managed well. Don't do it yourself, use a great library like Serilog! The core implementation is simple, but a great abstraction allows you to push those logs wherever you need them, whether that be text files, databases or the huge diversity of existing log tracking.
The Evolution of Serilog with Nicholas Blumhardt
Is there more to logging? Yes! While at NDC in Oslo, Carl and Richard talked to Nicholas Blumhardt about his long running logging project called Serilog. Calling back to the earlier .NET Rocks episode on Serilog (2014!), Nicholas talks about how logging is one of those 'bicycle shed' problems - it looks simple on the surface, but the deeper you go, the more you find complexity that needs to be managed well. Don't do it yourself, use a great library like Serilog! The core implementation is simple, but a great abstraction allows you to push those logs wherever you need them, whether that be text files, databases or the huge diversity of existing log tracking.Support this podcast at — https://redcircle.com/net-rocks/donations
MSBuild with Daniel Plaisted
MS Build is cooler than you think! While at NDC Oslo, Carl and Richard sat down with Daniel Plaisted to talk about the latest version of MS Build. But first, a quick conversation about the situation around the reversion back from project files using JSON rather than the traditional XML-driven MS Build files. The good news is that more of what made the JSON project files great is showing up in the MS Build files! The conversation also digs into building complex pipelines for MS Build and more importantly - how to debug them! Structured logging to the rescue!
MSBuild with Daniel Plaisted
MS Build is cooler than you think! While at NDC Oslo, Carl and Richard sat down with Daniel Plaisted to talk about the latest version of MS Build. But first, a quick conversation about the situation around the reversion back from project files using JSON rather than the traditional XML-driven MS Build files. The good news is that more of what made the JSON project files great is showing up in the MS Build files! The conversation also digs into building complex pipelines for MS Build and more importantly - how to debug them! Structured logging to the rescue!Support this podcast at — https://redcircle.com/net-rocks/donations