Adventures in .NET artwork

Adventures in .NET

306 episodes - English - Latest episode: 22 days ago - ★★★★★ - 6 ratings

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

Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-net--6102015/support.

How To Education Technology framework javascript developer front end web programming node internet programmer development
Homepage Apple Podcasts Google Podcasts Overcast Castro Pocket Casts RSS feed

Episodes

Building Web Apps with Blazor with Daniel Roth - .NET 183

April 02, 2024 10:00 - 1 hour - 45.8 MB

Daniel Roth is the Product Manager at Microsoft for Blazor. They delve into the world of .NET, focusing on the latest updates for Blazor and the upcoming .NET 9 release. With detailed discussions on server reconnection, form handling, and rendering in dotnet 9, they explore the intricacies of Blazor's interactivity and the evolution of the framework since its inception. The episode also features valuable insights on improving user experiences, leveraging AI in app development, and the upcomin...

Streamlining Measurement Representations in APIs Using UnisNet Library for .NET - .NET 182

March 26, 2024 10:00 - 55 minutes - 39.4 MB

Haim Kastner is a Senior Software Developer. They delve into the world of .NET and development, as they share their experiences and insights. They discuss the complexities of working with units of measurement, sparking a conversation about the need for proper solutions to represent units effectively in software development. They also explore the implementation of a library to seamlessly handle unit representation and calculations, making it easier for developers to work with units directly. A...

The Role of Algorithm Implementations and Testing in Development - .NET 181

March 19, 2024 10:00 - 54 minutes - 50.6 MB

Andrii Siriak is the lead .NET software engineer at SoftServe. They delve deep into the critical topic of algorithm implementations and testing in software development. They provide valuable insights into the importance of test-driven development, the significance of dynamic programming, and the careful curation of algorithm repositories.Join them for a thought-provoking exploration of the challenges and considerations surrounding algorithm selection, the quality of pull requests, and the imp...

To CI/CD or not to CI/CD - .NET 180

March 12, 2024 10:00 - 47 minutes - 44.8 MB

In today's episode, we are joined by Muhammad Azeez to discuss CI/CD. It is a safe bet that most development teams could benefit from integrating CI/CD into their workflow. CI/CD can speed up development and save you from making costly and time-consuming mistakes. Every team could use a Muhammad and listening to this episode may give you the push you need to start working on your own CI/CD pipeline.Sponsors Chuck's Resume Template Developer Book Club Become a Top 1% Dev with a Top End Devs...

Voice to Code inside Visual Studio - .NET 179

February 27, 2024 11:00 - 54 minutes - 51.2 MB

Adam, Christian, Mark, and Shawn dive into the latest developments and innovations in the world of technology and coding. In this episode, they explore the exciting integration of voice commands into coding, as they demonstrate a new feature that allows for the creation of code through spoken instructions. Join them as they discuss the potential of voice-to-code technology, the integration of OpenAI and Azure Cognitive Services, and the impact of this innovation on accessibility and productiv...

You've been Blazored! - NET 178

February 20, 2024 11:00 - 1 hour - 45.8 MB

Chris Sainty is a man on a mission. A mission to tell everyone how awesome Blazor is! Chris started working with Blazor early on and has done speaking events, writes a blog, created an open source library and is currently working on a book on Blazor. His book, Blazor in Action, is currently available as part of the Manning Early Access Program and we discuss the process and detail what people can expect from the book. Want to hear the perspective of someone who uses Blazor on a daily basis th...

All About Language Features - .NET 177

February 13, 2024 11:00 - 42 minutes - 30.1 MB

In today's episode Morgan Kenyon joins us to discuss why choosing the right programming language is important and some of the best features in different languages. We discuss the differences and benefits of dynamic languages and typed languages. Morgan talks about some of the features that he thinks makes C# a great programming language and we discuss some of the best features in other languages like F# and Rust. What is your favorite language feature? Let us know on Twitter at @dotnet_Podcas...

Mastering SignalR - .NET 176

February 06, 2024 11:00 - 52 minutes - 37.3 MB

Have you ever used SignalR in your development? .NET might have used it for the code you wrote, but you didn't realize it. Kevin Griffin has used SignalR for multiple projects over the years and joins us to discuss how you can use it in your development. SignalR uses a pub/sub model and is great for applications that need immediate feedback. Kevin used it for a city's emergency system to provide alerts to first responders within seconds of an emergency being recorded. Like most technologies, ...

High Performance Databases with RavenDB with Oren Eini - NET 175

January 30, 2024 11:00 - 1 hour - 45.4 MB

Guest, Oren Eini joins the panelists of Adventures in .NET to share on the common database performance issues that led him to the path of writing his own database - RavenDB. Sponsors Chuck's Resume Template Developer Book Club Become a Top 1% Dev with a Top End Devs Membership Links NoSQL Database Demo | RavenDB NoSQL Picks Oren - Designing Data-Intensive Applications (DDIA) — book by Martin Kleppmann Shawn - Database Internals Shawn - .NET Careers Wai - Modern Love Support this po...

Quantum Computing basics with Q# - .NET 174

January 23, 2024 11:00 - 58 minutes - 42.4 MB

In today's episode, George Kosmidis joins the panel to discuss all about Superposition, Quantum entanglement and Qubits. They also discussed Microsoft's Q# language for developing quantum programs. Sponsors Chuck's Resume Template Developer Book Club Become a Top 1% Dev with a Top End Devs Membership Links Quantum Computing basics with Q# – The superposition of a qubit Microsoft Quantum Microsoft Quantum Development Kit LavaRand in Production: The Nitty-Gritty Technical Details Munic...

The Powerhouse Clipboard Tool - NET 173

January 16, 2024 11:00 - 53 minutes - 37.8 MB

Jackson Huff is the creator of the Clipboard Project. They delve into the intricate world of cross-platform clipboard synchronization. The discussion revolves around the "Clipboard Project," a cutting-edge tool that offers bidirectional sync capabilities across Windows, macOS, and Linux, addressing potential security risks and future enhancements in the pipeline. They also explore the development of a programming language for digital signal processing. Join them as they navigate through the c...

Pursuing Developer Certifications - .NET 172

January 09, 2024 11:00 - 40 minutes - 28.7 MB

In this week's podcast, we have a panel discussion about certifications. Developer certifications and the processes to earn them are constantly evolving. Wai has earned two Azure certifications in the past few months so we picked his brain on the process. We also discuss the benefits of having certifications and the developers we believe are best suited to pursue them. Sponsors Chuck's Resume Template Developer Book Club Become a Top 1% Dev with a Top End Devs Membership Links Whizlabs ...

Learning Playwright - NET 171

January 02, 2024 11:00 - 25 minutes - 18.5 MB

 In this episode, Caleb and Shawn discuss Playwright, an end-to-end testing framework for web apps. There are several established end-to-end testing frameworks including Selenium and Cypress but Playwright was new to us. Shawn found it while doing research for an app that he is currently working on so we decided to talk about what he has learned using Playwright so far. The framework supports multiple languages including TypeScript, JavaScript, Python and .NET. There is a lot of intelligence ...

Building Bogus with Brian Chavez - NET 170

December 26, 2023 11:00 - 1 hour - 42.6 MB

Brian Chavez is the founder of Bit Armory, Inc. They delve into the world of programming with a focus on the development and usage of the fake data generator, Bogus. The conversation centers around its design, evolution, and maintenance, as well as its relationship with FakerJS. They uncover the challenges and intricacies faced by the creators, highlighting the importance of maintaining consistency and keeping data generation realistic.Sponsors Chuck's Resume Template Developer Book Club B...

Wonders and Woe of Open Source Development - .NET 169

December 19, 2023 11:00 - 48 minutes - 34.6 MB

We have discussed open source packages and projects in previous episodes, but today we dig a little deeper. Manuel Grundner has contributed to several open-source projects and manages one himself, Xenial Framework. Like a lot of open-source projects, Manuel started Xenial based on a need he saw when consulting with different clients. We go over some of the pros and cons of creating and managing an open-source project and how you can avoid some of the pitfalls to ensure your open-source projec...

The Power of CSLA Framework in .NET - .NET 168

December 12, 2023 11:00 - 48 minutes - 34.5 MB

Rockford Lhotka is the VP of Strategy at Xebia. They delve into a fascinating conversation about the architecture and benefits of CSLA, a framework for creating reusable, maintainable business logic in enterprise apps. They explore its role in separating business logic from UI logic in .NET applications. Join us as we discuss the framework's evolution, challenges with Blazor in .NET 8, and its potential integration with .NET Aspire. Tune in for an engaging and informative episode featuring in...

Uncovering Advanced .NET Front-end Development: Blazor, Micro Frontends, and AngleSharp - .NET 167

December 05, 2023 11:00 - 57 minutes - 40.2 MB

Florian Rappl is a solutions architect at Smapiot GmbH. They delve into the intricate world of .NET development and open-source projects. Florian shares his experiences with classic ASP and .NET Web Forms, reflecting on the creation and influence of the AngleSharp framework. Additionally, they explore the challenges and developments in parsing HTML, the Pyra framework for micro-front ends, and the use of web views and Electron for cross-platform consistency. Sponsors Chuck's Resume Template ...

Inside .NET Development: Analyzing WinForms, Visual Studio Transition, and C# 12 Features - .NET 166

November 28, 2023 11:00 - 1 hour - 49.3 MB

Dustin Campbell is the Principal Software Engineer at Microsoft. They delve into the world of C#, Visual Studio, and .NET development. They also share insights into their experiences working on a range of projects within Microsoft. Additionally, they explore the intricacies of C# 12 features, the dynamics of language and tooling solutions, and the implementation of primary constructors for data classes. Join us as we navigate through the complexities and innovations in the world of C# develop...

Become a Better Developer with Steve (ardalis) Smith - .NET 165

November 21, 2023 11:00 - 54 minutes - 38.5 MB

Steve (ardalis) Smith is a renowned member of the .NET community. He joins the show to talk about API endpoints. They delve into the exciting world of .NET development. They share their insights on topics such as clean architecture, minimal APIs, and the latest features in .NET 8. Get ready for a knowledge-packed episode as they explore the intricacies of building APIs, organizing code, and much more. Sponsors Chuck's Resume Template  Raygun - Application Monitoring For Web & Mobile Apps ...

How To Recession Proof Your Job - BONUS

November 21, 2023 11:00 - 1 hour - 99.4 MB

Get the Black Friday/Cyber Monday "Double Your Productivity by 5pm Today" DealCoupon Code: "THRIVE" for a GIANT discount Are you looking at all the layoffs and uncertainty going on and wondering if your company is the next to cut back?  Or, maybe you're a freelancer or entrepreneur who is trying to figure out how to deliver more value to gain or retain customers? Mani Vaya joins Charles Max Wood to discuss the one thing that both of them use to more than double their productivity on a daily b...

Mastering NoSQL: A Deep Dive into the Evolution and Features of RavenDB - .NET 164

November 14, 2023 11:00 - 57 minutes - 40.6 MB

Dejan Milicic is leading the DevRel department at RavenDB. They have a fascinating discussion on the SQL vs. NoSQL debate and the evolution of databases in the digital age. They also dive into the development of RavenDB, its key features, and its latest version. Sponsors Chuck's Resume Template Developer Book Club Become a Top 1% Dev with a Top End Devs Membership Links NoSQL Database | RavenDB ACID NoSQL Document Database Socials LinkedIn: Dejan Milicic Twitter: @dejanmilicic Picks ...

Building Custom Analyzers and Refactorings Using Roslynator - .NET 163

November 07, 2023 11:00 - 1 hour - 44 MB

Josef Pihrt is a senior .NET developer. They dive into the fascinating realm of custom analyzers and code refactorings using the Roslynator. They discuss the benefits and challenges of implementing analyzers, as well as the process of contributing to projects like Roslynator in the .NET organization.  Sponsors Chuck's Resume Template  Raygun - Application Monitoring For Web & Mobile Apps Become a Top 1% Dev with a Top End Devs Membership Links Twitter: @roslynator dotnet/roslynator Soc...

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

October 24, 2023 11:00 - 55 minutes - 38.9 MB

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://r...

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

October 17, 2023 11:00 - 1 hour - 43.3 MB

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

The Magic of DAPR with Cecil Phillip - .NET 160

October 10, 2023 11:00 - 1 hour - 45.2 MB

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

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

October 03, 2023 11:00 - 53 minutes - 37.8 MB

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

Get Interactive with Jupyter Notebook - .NET 158

September 26, 2023 11:00 - 37 minutes - 26.6 MB

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

Integration Testing - The Why and How - .NET 157

September 19, 2023 11:00 - 49 minutes - 68.7 MB

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

Designing C# with Mads Torgersen - .NET 156

September 12, 2023 11:00 - 28 minutes - 39.6 MB

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

Microsoft in Uncharted Territory with Richard Campbell - .NET 155

September 05, 2023 11:00 - 1 hour - 84 MB

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

Discovering Grace with Scott Arbeit - .NET 154

August 22, 2023 11:00 - 58 minutes - 81.1 MB

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

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

August 15, 2023 11:00 - 53 minutes - 74.1 MB

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

Interconnection of the Messaging Platforms - .NET 152

August 01, 2023 11:00 - 1 hour - 90.2 MB

Adam, Christian, and Mark join this week's panelist episode to talk about intercommunication across various messaging applications. Adam takes the lead as he explains his project, which is a Messaging platform that integrates multiple communication networks. He discusses its advantages, significance to .NET, how it is being implemented, and many more! Sponsors Chuck's Resume Template Raygun - Application Monitoring For Web & Mobile Apps Become a Top 1% Dev with a Top End Devs Membership P...

API Security Risks with OWASP - .NET 151

July 19, 2023 11:00 - 52 minutes - 72.9 MB

Adam and Christian join this week's panelist episode to talk about "Web Security". Christian takes the lead as he explains he gives a brief overview of Web application Security and some ways how to secure your applications. He explains the OWASP Top Ten Web Application Security Risks and talks about each of its categories in detail.  Sponsors Chuck's Resume Template Raygun - Application Monitoring For Web & Mobile Apps Become a Top 1% Dev with a Top End Devs Membership Links OWASP Top Te...

Is Using Async and Await a Good Choice? - .NET 150

July 04, 2023 11:00 - 1 hour - 105 MB

Adam, Mark, and Shawn this week's panelist episode to talk about "Async Wandering Part 8 — async and await — the biggest C# mistake?". Adam takes the lead as he explains why he thinks "Async" (one of the most popular C# features) has some issues or downsides and how it affects your application.  Sponsors Chuck's Resume Template Raygun - Application Monitoring For Web & Mobile Apps Become a Top 1% Dev with a Top End Devs Membership Links Async Wandering Part 8 — async and await — the bigg...

High-Performance C# with Ian Griffiths - .NET 149

June 20, 2023 11:00 - 57 minutes - 80.3 MB

Ian Griffiths is a Technical Fellow at Endjin and he is also the author of Programming C#. He joins the show to talk about everything that is C#, changes made to C# over the years, interesting & useful features, and many more. He also talks about his library, "Ais.Net" which is used for processing AIS messages.  Links C# 11.0 new features: list pattern matching Ais.Net reaqtor Corvus.JsonSchema Corvus.Net reactive BenchmarkDotNet Z3.Linq Programming C# 10 Socials Ian Griffiths Twi...

Working with Minimal APIs and SignalR - .NET 148

June 06, 2023 11:00 - 57 minutes - 80 MB

Fiodar Sazanavets is a Microsoft MVP, Senior Software Engineer, Bestselling Technical Author, and Software Development Mentor. He joins the show to talk about his article, "Using ASP.NET Core 7 Minimal APIs: Request Filters, Parameter Mapping, and More". He begins by talking about his career and book. He explains what minimal APIs are, their advantages, and their purpose.  Sponsors Chuck's Resume Template Raygun - Application Monitoring For Web & Mobile Apps Become a Top 1% Dev with a Top ...

Creating Pdf's in C# with Andrei Schiller-Chan - .NET 147

May 30, 2023 11:00 - 53 minutes - 74.4 MB

Andrei Schiller-Chan is Software Engineer at Moneybox. He joins the show to discuss his article, "How to Create Pdf’s in C#". He begins by talking about his career and how he got into programming. Moreover, he also dives into another article he wrote, "How to Give Your Voice Depth & Why it Matters".  On YouTubeCreating Pdf's in C# with Andrei Schiller-Chan - .NET 147 Sponsors Chuck's Resume Template Developer Book Club Become a Top 1% Dev with a Top End Devs Membership Links How to Creat...

Exception Anti-Patterns in C# with Matt Eland - .NET 146

May 22, 2023 23:00 - 55 minutes - 76.9 MB

Matt Eland is a Microsoft MVP in AI. He joins the show to discuss "Top 10 Dotnet Exception Anti-Patterns in C# ". He talks about Exceptions in C# and what it is. He tackles teaching and knowing how to catch and throw exceptions. Moreover, he dives into some of the issues encountered.  On YouTubeException Anti-Patterns in C# with Matt Eland - .NET 146 Sponsors Chuck's Resume Template Developer Book Club Become a Top 1% Dev with a Top End Devs Membership Links Creating Custom C# Exception ...

Artificial intelligence: What You Need to Know - .NET 145

May 16, 2023 11:00 - 52 minutes - 72.5 MB

Adam, Christian, and Mark join this week's panelist episode to talk about Artificial Intelligence and ChatGPT. They share their opinions and experience when using ChatGPT. Additionally, they tackle its advantages & disadvantages and some areas where it could use improvement.  Sponsors Chuck's Resume Template Raygun - Application Monitoring For Web & Mobile Apps Become a Top 1% Dev with a Top End Devs Membership Picks Adam - sslh Christian - Carbon | Create and share beautiful images of ...

Atlas Reailty with Beau Button - .NET 144

May 02, 2023 11:00 - 1 hour - 87.7 MB

Beau Button is the President and CTO of Atlas Reality, Inc. He joins the show to talk about his company. He begins by talking about how he became a developer and his current projects. He also tackles the different ways and processes of how they earn money through games. Additionally, he dives into some of the challenges they experienced in establishing his company.  On YouTubeAtlas Reailty with Beau Button - .NET 144 Sponsors Chuck's Resume Template Raygun - Application Monitoring For Web &...

Getting to Know Bruce A. Tate - BONUS

April 28, 2023 11:00 - 31 minutes - 43.4 MB

Bruce A. Tate is a Founder at Groxio, Elixir Expert, and a Technical Author. He joins the show alongside Charles Max Wood to talk about his book, "Seven Languages in Seven Weeks". He also delves into some of the preparations and anticipations that come with reading the book.  Links Seven Languages in Seven Weeks grox.io  Socials LinkedIn: Bruce Tate Twitter: redrapids Support this podcast at — https://redcircle.com/adventures-in-net/donations Advertising Inquiries: https://redcircle.co...

Layered API Security with Ted Spence - .NET 143

April 25, 2023 11:00 - 54 minutes - 75.8 MB

Ted Spence is the Head of Engineering at ProjectManager. He joins the show with Mark and Shawn to talk about "Layered security for DotNet Core APIs". He talks about his experience in building and testing APIs.  Sponsors Chuck's Resume Template Developer Book Club Become a Top 1% Dev with a Top End Devs Membership Links Layered security for DotNet Core APIs Socials Linkedin: Ted Spence Picks Mark - Official Sherlock Live Game - Sherlock Escape Room In London Shawn - Bionic Reading T...

Jason Weimann - Learn Video Game Development with Chuck - BONUS

April 20, 2023 11:00 - 50 minutes - 69 MB

Jason Weimann is a Developer and Instructor. He returns to the show with Chuck to talk about video game creation. He shares his experiences as a developer and dives into his courses wherein he gives beginners and aspiring developers a walk-through of the world of creating games.  Links Game development courses & tutorials Programmer Course – game.courses Socials Twitter: @jweimann Support this podcast at — https://redcircle.com/adventures-in-net/donations Advertising Inquiries: https://...

Welcoming Our New Adventures in .NET Hosts - .NET 142

April 18, 2023 11:00 - 1 hour - 86.6 MB

Shawn welcomes our new Adventures in .NET hosts namely Adam Furmanek, Christian Wenz, and Mark Miller. Adam Furmanek is a Software Development Engineer, Public Speaker, Writer, Blogger, and Scientist. Christian Wenz is the owner of Arrabiata Solutions GmbH. Mark Miller is the Chief Scientist at DevExpress on the IDE Tools Team. They talk about their experiences as a developer and much more.  Sponsors Chuck's Resume Template Raygun - Application Monitoring For Web & Mobile Apps Become a Top...

How Do You Stop Hating Your Job? - BONUS

April 11, 2023 11:00 - 44 minutes - 61.4 MB

Are you dissatisfied with your job? Sam Feeney helps organizations improve employee engagement, increase retention, and reinvent hiring while helping individuals (re)discover career satisfaction in their current roles. He joins the show alongside Chuck Wood to tackle altering the way you perceive your job and talk about career satisfaction. Socials LinkedIn: Sam Feeney Support this podcast at — https://redcircle.com/adventures-in-net/donations Advertising Inquiries: https://redcircle.com/b...

Staying on Top of Productivity - .NET 141

April 05, 2023 11:00 - 31 minutes - 44.6 MB

This is a republished episode of .NET 133 Our jobs are hectic and there are always multiple priorities we have to stay on top of. Mohammed Osman joins us on the show and runs us through the tools and methodologies he uses to stay productive both as an individual and also on a team. https://topenddevs.com/podcasts/adventures-in-net/episodes/staying-on-top-of-productivity-net-133 Sponsors Chuck's Resume Template Raygun - Application Monitoring For Web & Mobile Apps Become a Top 1% Dev with a...

Monolithic Software with Erik Engheim - .NET 140

March 21, 2023 11:00 - 1 hour - 83.6 MB

Erik Engheim is an Author, Educator, Speaker, and Software Developer. He joins the show alongside Shawn to talk about " The Rise of Monolithic Software". He starts off as he talks about his past experiences as a developer and the path that brought him to this point in time. Moreover, he shares his perspective on Monolithic Software and what it is all about.  Sponsors Chuck's Resume Template Developer Book Club Become a Top 1% Dev with a Top End Devs Membership Links The Rise of Monolithi...

Liquid Templates With Martin Tirion - .NET 139

January 18, 2023 11:00 - 44 minutes - 61.7 MB

Sometimes you need something text-based (a template) that you can combine with data to provide some output. Martin Tirion is a Senior Software Engineer at Microsoft. He joins the show to discuss using Liquid to combine a text-based template with data. On YouTubeLiquid Templates With Martin Tirion - .NET 139 Sponsors Chuck's Resume Template Developer Book Club starting with Clean Architecture by Robert C. Martin Become a Top 1% Dev with a Top End Devs Membership Links Using Liquid for tex...

BFF and Minimals APIs get Darker - .NET 138

November 15, 2022 11:00 - 42 minutes - 30.5 MB

In this episode we dig into a few technologies that can be used together to great effect. We have discussed Backend for Frontend (BFF) before but in this episode the focus is a bit different. As it turns out, an awesome acronym like BFF gets reused. Setting up a BFF works well with the new minimal APIs that were included in .NET 6. Then we tie everything together with Darker, which is similar to MediatR, but with minimal configuration and features built for BFFs. We had a lot of fun discussin...

Guests

Jon Skeet
8 Episodes
Aaron Gustafson
2 Episodes
James Montemagno
1 Episode
Mads Kristensen
1 Episode
Richard Campbell
1 Episode

Twitter Mentions

@dotnet_podcast 117 Episodes
@dotnetsuperhero 92 Episodes
@calebwellscodes 64 Episodes
@wopr_dev 10 Episodes
@adventures_net 10 Episodes
@jonskeet 6 Episodes
@christosmatskas 5 Episodes
@danroth27 5 Episodes
@chwenz 3 Episodes
@jbogard 3 Episodes
@timheuer 3 Episodes
@biohaz999 3 Episodes
@mhmd_azeez 3 Episodes
@chris_sainty 3 Episodes
@georgekosmidis 3 Episodes
@devhammer 3 Episodes
@pottereric 3 Episodes
@baldbeardbuild 3 Episodes
@barretblake 2 Episodes
@turbomakesgames 2 Episodes