
Lay off the repository pattern and other controversial opinions - .NET 123
Today we talk with Anthony Trad - he lays his case for why layering the repository pattern over Entity Framework is sometimes not a best idea for your codebase. Depending on the context, you could well just be over engineering. After that, we tackle a couple of other patterns such as the specification pattern and the mediator pattern and talk about when it is and is not appropriate to use them. SponsorsTop End DevsRaygun | Click here to get started on your free 14-day trialCoaching | Top End DevsLinksLinkedIn: Anthony T.PicksAnthony- GitHub - mayuki/CoconaAnthony- USB-C to MagSafeShawn- Watch Shadow and Bone | Netflix Official SiteWai- Heat Pump dryersSupport this podcast at — https://redcircle.com/adventures-in-net/donationsAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-net--6102015/support.
21 Kesä 202235min

Learning By Doing - .NET 122
Believe it or not, software development is not an easy job. Each business domain is different, you are constantly learning something new and it takes work to stay on top of the right patterns and practices. How do you learn the right patterns and practices though? Maybe you read a lot of books, watch a lot of videos, or you go to meetups and conferences. The thing is those resources only take you so far and you will find that there are things you still don't know. Hamed Shirbandi created TaskoMask to help him understand .NET patterns and practices and to show examples of real world challenges. In this episode we discuss how he architected the open-source project and some of the different technologies that he used. What have you had to learn by doing? Let us know on Twitter at @dotnet_Podcast. SponsorsTop End DevsCoaching | Top End DevsLinksReal-world open-source project based on .NET 6 with DDD, ES, CQRS, Testing conceptsGitHub: hamed-shirbandi/TaskoMaskTwitter: @hamed_shirbandi* Contact Hamed at hamed.shirbandi@gmail.com PicksCaleb- Watch Banshee - Season 1 | Prime VideoHamed- Software Engineer vs. Developer: What's the Difference? | Indeed.comWai- Watch The Boys - Season 3 | Prime VideoSupport this podcast at — https://redcircle.com/adventures-in-net/donationsAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-net--6102015/support.
14 Kesä 202236min

Making a Wordle clone and more - .NET 121
In today's episode we range far and wide over several topics. Our guest, Ferry To, works at a startup and we discuss some of the difficulties of working in a fast paced environment and how he and his team have worked through those difficulties. We also talk about Azure, automation, SignalR and Blazor. Ferry created a Wordle clone using Blazor and GitHub pages so we talk a bit about what Wordle is and the benefits of using Blazor instead of a JavaScript framework. Have you created a clone of a popular app or game? What did you learn? Let us know on Twitter at @dotnet_Podcast. SponsorsTop End DevsRaygun | Click here to get started on your free 14-day trialCoaching | Top End DevsLinksYour automation buddies in C#Create your Wordle like game with Blazor and deploy to GitHub PagesGitHub: ferrywltoLinkedIn: Ferry To PicksCaleb- Watch The Boys - Season 3 | Prime VideoFerry- Spy x Family (TV Series 2022– ) - IMDb Shawn- Obi-Wan Kenobi | Disney+ OriginalsSupport this podcast at — https://redcircle.com/adventures-in-net/donationsAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-net--6102015/support.
7 Kesä 202229min

Refactoring legacy code to use async / await - .NET 120
Dominic Ullmann comes on the show to tell us how async / await works and the benefits of using it rather than making database calls synchronously. He talks about his recent experience converting a 500k+ line of code legacy application to use the async / await pattern. Too big to do by hand, he discusses using AsyncGenerator - an internal tool developed by the nHibernate project to auto-generate async versions of your methods. SponsorsTop End DevsCoaching | Top End DevsLinksTransforming a .NET codebase to async/await using code generatorsDominic Ullmann - MediumPicksDominic- Star Trek: Picard (Official Site) Watch on Paramount PlusShawn- Watch Stranger Things | Netflix Official SiteWai- Jabra Elite 7 Pro true wireless earbuds with Jabra MultiSensor Voice™Support this podcast at — https://redcircle.com/adventures-in-net/donationsAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-net--6102015/support.
31 Touko 202241min

Where is your code? - .NET 119
In this episode the panelists talk about source control. What is source control? How do you use it? Do you need it? As a developer today the majority of us are probably using Git in some form or fashion. Even though it feels like Git has been around forever that wasn't always the case. Shawn, Wai and Caleb remember the days before Git using SourceSafe or Subversion. Things have come a long way since the days of SourceSafe but that doesn't mean that Git is necessarily easy or intuitive. The panelists take a closer look at some of the Git commands like merge, stash, squash and rebase. Do you use source control? If so has it helped make your life easier? Let us know on Twitter at @dotnet_Podcast. Sponsors Top End DevsRaygun | Click here to get started on your free 14-day trialCoaching | Top End Devs Links SourceGear | VaultDon't use GitIntro to Distributed Version ControlA Visual Guide to Version Control Git Rebase - What is Git Rebase? | Learn Git 3.6 Git Branching - Rebasing GUI Clients Picks Caleb- Oura Ring 2Shawn- Star Trek: Strange New Worlds (Official Site) Watch on Paramount+Wai- Watch Russian Doll | Netflix Official SiteSponsored By:Coaching | Top End Devs: Do you want to level up your career? or go freelance? or start a podcast or youtube channel? Let Charles Max Wood Help You Achieve Your DreamsRaygun : Raygun now offers a modern approach to error and performance monitoring. Start your 14-day free trial now.Top End Devs: Learn to Become a Top 5% Developer. Join our community of ambitious and engaged programmers to learn how.Support this podcast at — https://redcircle.com/adventures-in-net/donationsAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-net--6102015/support.
17 Touko 202240min

Learning From Your Mistakes (PART 2) - .NET 118
In a lot of codebases, security isn't a priority until it is too late. Everyone makes mistakes but the question is do you learn from your mistakes or repeat them over and over. Christos Matskas returns to the podcast to discuss some common security mistakes and better ways to make security part of your development process. Our discussion includes .NET Framework web configs, secret storage, databases, identity and more. We even go over some of the mistakes we have made in our own code and how we learned from those mistakes. Is there a mistake you made that you will never forget? Let us know on Twitter at @dotnet_Podcast. Sponsors Top End DevsCoaching | Top End Devs Links SSL term changes: Maximum SSL certificate validity is now one yearWhat Is an X.509 Certificate? - SSL.comContact Christos: The 425 Show - DEV CommunityTwitter: Christos Matskas ( @ChristosMatskas )Twitch- 425show Picks Caleb- Disney WorldChristos- Slow Horses (TV Series 2022– ) - IMDbChristos- Moon Knight (TV Mini Series 2022) - IMDbShawn- Sneakers (1992) - IMDbShawn- Stranger Things 4 | Official Trailer | Netflix - YouTubeSpecial Guest: Christos Matskas .Sponsored By:Coaching | Top End Devs: Do you want to level up your career? or go freelance? or start a podcast or youtube channel? Let Charles Max Wood Help You Achieve Your DreamsTop End Devs: Learn to Become a Top 5% Developer. Join our community of ambitious and engaged programmers to learn how.Support this podcast at — https://redcircle.com/adventures-in-net/donationsAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-net--6102015/support.
10 Touko 202243min

Learning From Your Mistakes (PART 1) - .NET 117
In a lot of codebases, security isn't a priority until it is too late. Everyone makes mistakes but the question is do you learn from your mistakes or repeat them over and over. Christos Matskas returns to the podcast to discuss some common security mistakes and better ways to make security part of your development process. Our discussion includes .NET Framework web configs, secret storage, databases, identity and more. We even go over some of the mistakes we have made in our own code and how we learned from those mistakes. Is there a mistake you made that you will never forget? Let us know on Twitter at @dotnet_Podcast. Sponsors Top End DevsRaygun | Click here to get started on your free 14-day trialCoaching | Top End Devs Links SSL term changes: Maximum SSL certificate validity is now one yearWhat Is an X.509 Certificate? - SSL.comContact Christos: The 425 Show - DEV CommunityTwitter: Christos Matskas ( @ChristosMatskas )Twitch- 425show Picks Caleb- Disney WorldChristos- Slow Horses (TV Series 2022– ) - IMDbChristos- Moon Knight (TV Mini Series 2022) - IMDbShawn- Sneakers (1992) - IMDbShawn- Stranger Things 4 | Official Trailer | Netflix - YouTubeSpecial Guest: Christos Matskas .Sponsored By:Coaching | Top End Devs: Do you want to level up your career? or go freelance? or start a podcast or youtube channel? Let Charles Max Wood Help You Achieve Your DreamsRaygun : Raygun now offers a modern approach to error and performance monitoring. Start your 14-day free trial now.Top End Devs: Learn to Become a Top 5% Developer. Join our community of ambitious and engaged programmers to learn how.Support this podcast at — https://redcircle.com/adventures-in-net/donationsAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-net--6102015/support.
3 Touko 202236min

Insight into Azure Functions - .NET 116
In today's episode Carl Layton returns to the podcast to discuss Azure Functions. What are Azure Functions and how do they work? Functions are one of the serverless compute options from Azure. You can use Functions to build web APIs, respond to database changes, manage message queues, and more. Beyond that we look at the security, performance and scaling of Azure Functions. What is it like to write code, debug and deploy Functions? What costs are involved to use Azure Functions and is it worth it for you or your company. Have you used Azure Functions? What is your experience? Let us know on Twitter at @dotnet_Podcast. Sponsors Top End DevsCoaching | Top End Devs Links Azure Functions documentation | Microsoft DocsIntegration and automation platform options in Azure | Microsoft DocsCarlServer Picks Caleb- Ozark Trail 10-Person Dark Rest Instant Cabin Tent - Robot or human?Carl- Ninja® Foodi™ Digital Air Fry Oven | Toaster | Air FryerShawn- Watch Is It Cake? | Netflix Official SiteSpecial Guest: Carl Layton.Sponsored By:Coaching | Top End Devs: Do you want to level up your career? or go freelance? or start a podcast or youtube channel? Let Charles Max Wood Help You Achieve Your DreamsTop End Devs: Learn to Become a Top 5% Developer. Join our community of ambitious and engaged programmers to learn how.Support this podcast at — https://redcircle.com/adventures-in-net/donationsAdvertising Inquiries: https://redcircle.com/brandsPrivacy & Opt-Out: https://redcircle.com/privacyBecome a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-net--6102015/support.
26 Huhti 20221min