In this episode of The .NET Core Podcast we talked with Jérôme Laban about Uno Platform and why you should be using it to build your cross-platform, UI based applications.
In this episode of The .NET Core Podcast we talked with Pete Gallagher about many of the different ways that you can start leveraging IoT in your projects
The .NET Core Podcast turned 2 years old today (August 24th), so I thought that I would create an extra special episode about reaching that milestone and some thoughts from the community about the evolution of .NET over the past few years
In this episode of The .NET Core Podcast we talked with Michael Shpilt about debugging applications, how most developers aren't taught a great deal about debugging, and some practical tips for doing it.
In this episode of the .NET Core podcast we talked with Luis Quintanilla about ML.NET, what machine learning is, and how you can leverage it in your applications
In this episode of the .NET Core podcast we talked with Omer Raviv about debugging .NET Core applications, the tricky subject of debugging in production, and a Production Debugger from Ozcode.
In this episode of the .NET Core podcast we talked with Alexey Golub about how he worked with the undocumented YouTube API to create YouTube Explode, and some of his tips for integrating with undocumented APIs.
In this episode of the .NET Core podcast we talked with Steve Smith about his API Endpoints NuGet package, how MVC is an "anti-pattern", and how to greatly simplify your WebApi projects.
In this episode of the .NET Core podcast we talked with Simon Painter about functional programming, whether C# is slowly becoming more functional, the F# language, and exactly what a monad is