Adventures in .NET cover logo
RSS Feed Apple Podcasts Overcast Castro Pocket Casts
English
Non-explicit
topenddevs.com
4.80 stars
46:33

We were unable to update this podcast for some time now. As a result, the information shown here might be outdated. If you are the owner of the podcast, you can validate that your RSS feed is available and correct.

It looks like this podcast has ended some time ago. This means that no new episodes have been added some time ago. If you're the host of this podcast, you can check whether your RSS file is reachable for podcast clients.

Adventures in .NET

by Caleb Wells, Shawn Clabough, Wai Liu

Level up your .NET skills with our weekly discussion of C# and other Microsoft technologies for developers.

Copyright: 2022 Intentional Excellence Productions, LLC

Episodes

ASP.NET API Versioning with Chris Martinez - .NET 162

55m · Published 24 Oct 11:00

Chris Martinez is a software engineer at Amazon Web Services. He begins by sharing how he got into .NET and C#.They dive into API Versioning, things they have learned about it, its advantages, how it works, and many more!

Sponsors

  • Chuck's Resume Template
  • Developer Book Club
  • Become a Top 1% Dev with a Top End Devs Membership

Links

  • Asp.Versioning.Http
  • Roy Fielding

Picks

  • Chris - Ahsoka
  • Christian - Only Murders in the Building
  • Shawn - Jabberin' Jack

Support this podcast at — https://redcircle.com/adventures-in-net/donations
Advertising Inquiries: https://redcircle.com/brands
Privacy & Opt-Out: https://redcircle.com/privacy

Navigating the Complexity of Migrating from from .NET 4.8 to NET 7 - .NET 161

1h 1m · Published 17 Oct 11:00

Jimmy Bogard is the President at Jimmy Bogard Consulting LLC. They dive into the world of .NET and explore the adventures of migrating applications. They discuss the challenges, strategies, and tools involved in this process. From discovery and planning to execution and teardown. They also explore the importance of supporting older frameworks and the implications it has on development.

Sponsors

  • Chuck's Resume Template
  • Raygun - Application Monitoring For Web & Mobile Apps
  • Become a Top 1% Dev with a Top End Devs Membership

Links

  • CoreForms
  • YARP: Yet Another Reverse Proxy
  • Tales from the .NET Migration Trenches - Cataloging

Socials

  • LinkedIn: Jimmy Bogard

Picks

  • Adam - Underwater Hockey
  • Adam - Encryption First (EFS)
  • Jimmy - Bitterballen
  • Mark - Spider-Man: Across the Spider-Verse
  • Mark - Flash
  • Shawn - Wheel of time

Support this podcast at — https://redcircle.com/adventures-in-net/donations
Advertising Inquiries: https://redcircle.com/brands
Privacy & Opt-Out: https://redcircle.com/privacy

The Magic of DAPR with Cecil Phillip - .NET 160

1h 4m · Published 10 Oct 11:00

In this episode of Adventures in .NET we learn about DAPR and how it can make all of our lives easier. Maybe you like microservices or maybe you don’t, well DAPR is here to help with implementation and getting all the different parts of your application talking to each other.

Sponsors

  • Chuck's Resume Template
  • Developer Book Club
  • Become a Top 1% Dev with a Top End Devs Membership

Links

  • DAPR
  • Sidecar pattern
  • https://dapr.io/
  • MTLS

Picks

  • Shawn -Warrior Nun
  • Caleb -Destiny 2
  • Wai -Surfshark
  • Cecil -Gotham Knights

Support this podcast at — https://redcircle.com/adventures-in-net/donations
Advertising Inquiries: https://redcircle.com/brands
Privacy & Opt-Out: https://redcircle.com/privacy

Checking safety in Exactly-once, TLA+ and Stronger message processing - .NET 159

53m · Published 03 Oct 11:00

Tomek Masternak is an Engineer at Particular Software. He joins the show to talk about his video, "Checking safety in Exactly-once". He begins by explaining what TLA+ is, the advantages and benefits of using this, the problems it solves, and many more. Additionally, he dives into "Ensuring exactly-once message processing with model checking" and talks about Stronger message processing.

Sponsors

  • Chuck's Resume Template
  • Raygun - Application Monitoring For Web & Mobile Apps
  • Become a Top 1% Dev with a Top End Devs Membership

Links

  • Checking safety in Exactly-once - Tomek Masternak, Szymon Pobiega - YouTube
  • The TLA+ Home Page
  • Learn TLA+

Picks

  • Adam -Virtual Box
  • Mark -The Recruit
  • Tomek -Asianometry
  • Shawn -Ahsoka

Support this podcast at — https://redcircle.com/adventures-in-net/donations
Advertising Inquiries: https://redcircle.com/brands
Privacy & Opt-Out: https://redcircle.com/privacy

Get Interactive with Jupyter Notebook - .NET 158

37m · Published 26 Sep 11:00

Ron Dagdag, lead software engineer at Spacee, joins us to get interactive with Jupyter Notebook. It is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Microsoft has embraced Jupyter Notebook with the open source .NET Interactive project. The more we discussed Jupyter Notebook the more ways we came up with to use it. For instance Ron uses it for a lot of his demos and you can share it with someone without them having to install anything because it runs in the browser. Do you have any ideas on how to use Jupyter Notebook? If so share it with us on Twitter at@dotnet_Podcast.

Sponsors

  • Chuck's Resume Template
  • Developer Book Club
  • Become a Top 1% Dev with a Top End Devs Membership

Links

  • GitHub | dotnet/interactive
  • .NET Interactive Architectural Overview
  • Use Jupyter with .NET Interactive on Binder
  • .NET Jupyter Presentation
  • GitHub | rondagdag/dotnetcode-jupyter-talk
  • Binder
  • SandDance
  • Ron Dagdag's Projects
  • LinkedIn: Ron Dagdag
  • Twitter: Ron Dagdag ( @rondagdag )

Picks

  • Caleb-DampRid
  • Ron-Azure Percept
  • Shawn-LiteDB
  • Wai-Paralympics

Support this podcast at — https://redcircle.com/adventures-in-net/donations
Advertising Inquiries: https://redcircle.com/brands
Privacy & Opt-Out: https://redcircle.com/privacy

Integration Testing - The Why and How - .NET 157

49m · Published 19 Sep 11:00

We talk to Martin Costello - a .NET developer with a QA background - about integration testing. We walk through the different types of automated testing and discuss the benefits and purpose for each type.

Martin introduces us to useful tools he uses to write tests within the .NET ecosystem and discusses what we should and shouldn't be testing as well as the metrics that are important when evaluating how well tested your code is.

Sponsors

  • Chuck's Resume Template
  • Raygun - Application Monitoring For Web & Mobile Apps
  • Become a Top 1% Dev with a Top End Devs Membership

Links

  • Integration Testing Techniques for ASP.NET Core
  • Reliably Testing HTTP Integrations in a .NET Application 1
  • Writing Logs to xunit Test Output
  • Integration testing AWS Lambda C# Functions with Lambda Test Server
  • Integration Testing ASP.NET Core Resources Protected with Antiforgery Using Application Parts
  • GitHub - coverlet-coverage/coverlet: Cross platform code coverage for .NET
  • GitHub - martincostello/sqllocaldb: SQL LocalDB Wrapper is a .NET library providing interop with the Microsoft SQL Server LocalDB Instance API
  • GitHub - justeat/httpclient-interception: A .NET Standard library for intercepting server-side HTTP dependencies
  • GitHub - martincostello/xunit-logging: Logging extensions for xunit
  • GitHub - martincostello/lambda-test-server: A NuGet package that provides an in-memory test server for testing AWS Lambda functions
  • GitHub - martincostello/dotnet-minimal-api-integration-testing: An example of integration testing ASP.NET Core 6 Minimal hosting and actions
  • Twitter: Martin Costello ( @martin_costello )

Picks

  • Martin-What We Do in the Shadows
  • Shawn-Introducing Your Seattle Kraken
  • Wai-Young Sheldon (Official Site) Watch on CBS

Support this podcast at — https://redcircle.com/adventures-in-net/donations
Advertising Inquiries: https://redcircle.com/brands
Privacy & Opt-Out: https://redcircle.com/privacy

Designing C# with Mads Torgersen - .NET 156

28m · Published 12 Sep 11:00

In this episode, we get the pleasure of picking the brain of the lead designer of C#, Mads Torgersen. Mads has been the lead designer for more than five years now and has worked on the language for over fifteen years. Our discussion covers multiple topics including the growth of C#, being backward compatible and how different languages incorporate ideas from each other. We also dig into the specifics of things like async/await, default interfaces and dynamics. On top of all that we get a peek at the future of C# and what we might see in the next couple of versions. What would you ask Mads about C# if you had the chance? Let us know on Twitter at @dotnet_Podcast.

Sponsors

  • Chuck's Resume Template
  • Developer Book Club
  • Become a Top 1% Dev with a Top End Devs Membership

Links

  • C#'s Functional Journey

Picks

  • Caleb-Trader Joe’s Moroccan Mint Gree Tea
  • Mads-Termination Shock
  • Shawn-Wave Mic Arm LP | elgato.com
  • Wai-Walkabout Mini Golf on Oculus Quest

Support this podcast at — https://redcircle.com/adventures-in-net/donations
Advertising Inquiries: https://redcircle.com/brands
Privacy & Opt-Out: https://redcircle.com/privacy

Microsoft in Uncharted Territory with Richard Campbell - .NET 155

1h 0m · Published 05 Sep 11:00

Richard Campbell is an Advisor, Creator, and Storyteller. They dive into the fascinating world of writing a history book, navigating through different versions of events, and seeking inspiration from pivotal moments. They also explore Microsoft's surprising involvement in large language models, the impact of the iPad on the tech industry, and the ongoing quest for effective client-side development. Additionally, they discuss the evolution of artificial intelligence and its perception in society.

Sponsors

  • Chuck's Resume Template
  • Raygun - Application Monitoring For Web & Mobile Apps
  • Become a Top 1% Dev with a Top End Devs Membership

Socials

  • LinkedIn: Richard Campbell

Picks

  • Adam -API Monitor
  • Adam -Entertainment Science
  • Christian -Tetris
  • Mark -Named Pipes - Win32 apps
  • Mark -Platonic
  • Shawn -Skechers Arch Fit
  • Richard -Windows Whisky

Support this podcast at — https://redcircle.com/adventures-in-net/donations
Advertising Inquiries: https://redcircle.com/brands
Privacy & Opt-Out: https://redcircle.com/privacy

Discovering Grace with Scott Arbeit - .NET 154

58m · Published 22 Aug 11:00

Scott Arbeit is a Super-technical architect at GitHub. He joins the show to talk about his project, "Grace". It is a modern, cloud-native version control system, written in F#. They begin by sharing their own perspective on why they believe "Git" is unique and popular. Additionally, he explains his project, how it works, its features and how it improves user experience.

Sponsors

  • Chuck's Resume Template
  • Raygun - Application Monitoring For Web & Mobile Apps
  • Become a Top 1% Dev with a Top End Devs Membership

Links

  • Grace
  • A case of computational thinking
  • GitHub: martinvonz/jj

Socials

  • scottarbeit.com
  • GitHub: ScottArbeit
  • Twitter:ScottArbeit

Picks

  • Adam -Windows-Apps-Hub/UnitedSets
  • Christian -kucherenko/jscpd
  • Scott-Dapr
  • Scott -Message processing failed! But what's the root cause? - Laila Bougria - NDC Oslo 2023
  • Shawn -Fotor

Support this podcast at — https://redcircle.com/adventures-in-net/donations
Advertising Inquiries: https://redcircle.com/brands
Privacy & Opt-Out: https://redcircle.com/privacy

C# and .NET for Developing Modern SaaS Applications - .NET 153

53m · Published 15 Aug 11:00

Andy Watt is a Senior Software Engineer. He returns to the show to talk about his book, "Building Modern SaaS Applications with C# and .NET". He begins by explaining what "Software as a Service" is all about. He also tackles the main concerns you might encounter when creating SaaS applications. Additionally, he dives into the pros and cons of using C# and .NET to create modern SaaS applications. 

Sponsors

  • Chuck's Resume Template
  • Developer Book Club
  • Become a Top 1% Dev with a Top End Devs Membership

Links

  • Building Modern SaaS Applications with C# and .NET

Socials

  • LinkedIn: Andy Watt
  • Twitter: @AndyWatt83

 

Picks

  • Adam - InVideo
  • Andy - TestContainers
  • Mark - Costa Rica, UPS for your router
  • Shawn - Warrior

Support this podcast at — https://redcircle.com/adventures-in-net/donations
Advertising Inquiries: https://redcircle.com/brands
Privacy & Opt-Out: https://redcircle.com/privacy

Adventures in .NET has 201 episodes in total of non- explicit content. Total playtime is 155:57:21. The language of the podcast is English. This podcast has been added on November 27th 2022. It might contain more episodes than the ones shown here. It was last updated on October 30th, 2023 01:49.

Similar Podcasts

Every Podcast » Podcasts » Adventures in .NET