.NET 009: The Treasures of .NET Core 3.0 with Wade Gausden

.NET 009: The Treasures of .NET Core 3.0 with Wade Gausden

In this week’s episode of Adventures in .NET the panel interviews Wade Gausden, who is well known for his website dotnetcoretutorials.com. When Wade got started in .NET around .NET 2.0 the documentation was terrible, so he started this website where he would write posts about the problems he ran into and how he solved them. The panel discusses how as .NET and C# have grown and evolved, making things easier. Wade shares his experience using .NET Core on a greenfield project he was consulting on. Caleb shared his experience porting over to .NET Core from .NET Framework. While .NET Core was a breath of fresh air, they had to use a lot of workarounds to get the result they wanted. Wade commiserates telling the panel that one of his most popular posts still is about how to send an email in .NET Core. Caleb expresses his appreciation for all the work they did to make porting over easier in .NET 2.. He answers Wade’s questions about how they ported over. Caleb tells him how he spent months figuring out how to rearchitect and that their main pain point was code first migrations. Caleb shares a little about his current project, where they are using .NET Core 2.0 and Angular 6. His next project will be using .NET Core 3.0 and Angular 8. This leads the panel to discuss the treasures that can be found in the release of .NET 3.0. They discuss null reference management and Blazor. The panel compares webforms and Blazor, with all they get with Blazor, webforms are dead. The panel is sure that nullable reference types will get a lot of use along with iAsyncEnumerble. Other new releases in .NET 3.0 they are not so sure will get as much use, such as the range type. They discuss the potential of default interface methods once people wrap their minds around the idea. Wade explains what IL Linker Support is and what it does, it is basically tree shaking for .NET. The panel wonders at what it means for Winforms and WPF apps now that .NET Core supports desktop apps. They think that it won’t actually get that much use. Caleb speculates that it was a business move to help prepare for .NET 5 as a way to preserve it’s cross platforming capabilities. The panel asks Wade about his favorite posts on his site. Wade explains that he loves the multipart series, his most recent being on the use of dapper. Dapper runs SQL statements and helps protect you from SQL injections and other things of that nature. He wrote it to help a friend of his understand the importance of knowing a little SQL. The panel chimes in, explaining that when it comes to working in .NET and C# SQL is essential. Panelists
  • Shawn Clabough
  • Caleb Wells
Guest
  • Wade Gausden
Sponsors Links Picks Caleb Wells: Shawn Clabough: Wade Gausden: Special Guest: Wade Gausden.

Support this podcast at — https://redcircle.com/adventures-in-net/donations

Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy

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

Jaksot(236)

.NET 055: Microservices or should they be called Single Responsibility Services with Christian Horsdal

.NET 055: Microservices or should they be called Single Responsibility Services with Christian Horsdal

Microservices are a very common architecture today. In this episode, we discuss good patterns, testing, logging, and communication between services. Panel Shawn Clabough Guest Christian Horsdal Sponsors Dev Hero Mastermind Links Microservices in .NET Core: with examples in Nancy by Christian Horsdal Gammelgaard Horsdal ConsultTwitter: Christian Horsdal Twitter: Shawn Clabough Picks Christian- The Science of the Covid-19 VaccineShawn- Blue- compass Special Guest: Christian Horsdal. 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.

9 Helmi 202142min

BONUS: Measuring Apps and Entrepreneurship with John-Daniel Trask

BONUS: Measuring Apps and Entrepreneurship with John-Daniel Trask

John-Daniel Trask, founder and CEO of Raygun, talks about his experience building a monitoring company and about how to measure the speed and quality of your code.Special Guest: John-Daniel Trask. 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.

5 Helmi 202150min

BONUS: Measuring Apps and Entrepreneurship with John-Daniel Trask

BONUS: Measuring Apps and Entrepreneurship with John-Daniel Trask

John-Daniel Trask, founder and CEO of Raygun, talks about his experience building a monitoring company and about how to measure the speed and quality of your code.Special Guest: John-Daniel Trask. 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.

5 Helmi 202150min

.NET 054: How do you develop an IDE (JetBrains Rider) with Maarten Balliauw

.NET 054: How do you develop an IDE (JetBrains Rider) with Maarten Balliauw

Have you ever wondered how a company develops a new IDE? Maarten Balliauw walks us through how JetBrains developed Rider over the past five years. When you take time to come up with the right patterns things seem to fall in place. Panel Caleb Wells Joel Schaubert Guest Maarten Balliauw Sponsors Next Level Mastermind Raygun | Click here to get started on your free 14-day trial Links Microservices for building an IDE – The innards of JetBrains Rider - Maarten BalliauwBuilding a .NET IDE with JetBrains Rider by Chris Woodruff and Maarten BalliauwTwitter: Maarten BalliauwGitHub -maartenba/maartenba.github.ioMaarten Balliauw BlogTwitter: Caleb Wells Picks Caleb-hoopla | Streaming audiobooks, music, video & ebooksJoel- The Dr. Drew Podcast: Dr. Paul SaladinoMaarten- If you spend time on something, you can learn a lot of things Contact Caleb: Caleb Wells CodesTwitter: Caleb Wells (@calebwellscodes)Linkedin: Caleb WellsFacebook: Caleb Wells Special Guest: Maarten Balliauw. 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.

2 Helmi 202144min

.NET 053: Abusing C#, Calendars, Epochs and the .NET Functions Framework with Jon Skeet (Part 2)

.NET 053: Abusing C#, Calendars, Epochs and the .NET Functions Framework with Jon Skeet (Part 2)

Can you tell by the title that this is going to be another two part episode :) Jon has found some ingenious ways to write C# code that was never intended but you wouldn’t also consider to be ‘bugs’. We also dig into time again and how weird and wonderful it is. Jon is an engineer at Google and has created a .NET Functions Framework that allow you to run .NET code on Google Cloud Functions. We do a deep dive into how it works and some of the fun Jon had in writing the framework. We hope you have as much fun listening to our talk with Jon as we did as we did in recording it. Panel Caleb WellsShawn ClaboughWai Liu Guest Jon Skeet Sponsors Next Level Mastermind Links GitHub | DemoCode/Abusing CSharp at master- jskeet/DemoCodeAbusing C# - Jon SkeetSQL injectionDemoCode/ParameterizedSql.cs at master- jskeet/DemoCodeFormattableString Class (System) | Microsoft DocsA History of the Months and the Meanings of their NamesA TOUR OF THE .NET FUNCTIONS FRAMEWORKProject Dragonfruit Jon Skeet, Rob Conery: Tekpub’s Full Throttle! Live on Stage with Jon SkeetTwitter: Jon SkeetGitHub: Jon SkeetJon Skeet's coding blog Picks Caleb- BackBlazeJon- GitHubShawn- TheCartoonist.MeWai- Blockchain 101 Contact Caleb: Caleb Wells CodesTwitter: Caleb Wells (@calebwellscodes)Linkedin: Caleb WellsFacebook: Caleb Wells Contact Wai: Linkedin: Wai LiuFacebook: Wai Liu Special Guest: Jon Skeet. 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 Tammi 202121min

.NET 052: Abusing C#, Calendars, Epochs and the .NET Functions Framework with Jon Skeet (Part 1)

.NET 052: Abusing C#, Calendars, Epochs and the .NET Functions Framework with Jon Skeet (Part 1)

Can you tell by the title that this is going to be another two part episode :) Jon has found some ingenious ways to write C# code that was never intended but you wouldn’t also consider to be ‘bugs’. We also dig into time again and how weird and wonderful it is. Jon is an engineer at Google and has created a .NET Functions Framework that allow you to run .NET code on Google Cloud Functions. We do a deep dive into how it works and some of the fun Jon had in writing the framework. We hope you have as much fun listening to our talk with Jon as we did as we did in recording it. Panel Caleb WellsShawn ClaboughWai Liu Guest Jon Skeet Sponsors Next Level MastermindRaygun | Click here to get started on your free 14-day trial  Links GitHub | DemoCode/Abusing CSharp at master- jskeet/DemoCodeAbusing C# - Jon SkeetSQL injectionDemoCode/ParameterizedSql.cs at master- jskeet/DemoCodeFormattableString Class (System) | Microsoft DocsA History of the Months and the Meanings of their NamesA TOUR OF THE .NET FUNCTIONS FRAMEWORKProject Dragonfruit Jon Skeet, Rob Conery: Tekpub’s Full Throttle! Live on Stage with Jon SkeetTwitter: Jon SkeetGitHub: Jon SkeetJon Skeet's coding blog Picks Caleb- BackBlazeJon- GitHubShawn- TheCartoonist.MeWai- Blockchain 101 Contact Caleb: Caleb Wells CodesTwitter: Caleb Wells (@calebwellscodes)Linkedin: Caleb WellsFacebook: Caleb Wells Contact Wai: Linkedin: Wai LiuFacebook: Wai Liu Special Guest: Jon Skeet. 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.

19 Tammi 202152min

.NET 051: What the Expression Tree in C# with Max Arshinov

.NET 051: What the Expression Tree in C# with Max Arshinov

Have you heard of expression trees? If not then you are in for a treat and if you have you are bound to learn something new in this episode. Max fell down a rabbit hole and came back with some useful ways to write reusable code… something we could all use more of. Panel Caleb WellsShawn Clabough Guest Max Arshinov Links Beyond LINQ: Using Expression Trees in .NET - Max Arshinov - NDC Oslo 2020Home | F# for fun and profitExpression Trees (C#) | Microsoft DocsC# in a Nutshell- LINQKitMax Arshinov - max@hightech.group Picks Caleb- Youtube Channel | Caleb Wells CodesMax- Starmania (musical)Max- TV series | LutherShawn- HBO Series | His Dark Materials Contact Caleb: Caleb Wells CodesTwitter: Caleb Wells (@calebwellscodes)Linkedin: Caleb WellsFacebook: Caleb Wells Special Guest: Max Arshinov. 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.

12 Tammi 202148min

.NET 050: The S in KISS…..Embracing simplicity with Guilherme Ferreira

.NET 050: The S in KISS…..Embracing simplicity with Guilherme Ferreira

Today we look at using simplicity both in your code at work an in your life and why the two are intertwined. How to bring Occam’s Razor to work to help keep projects from getting out of hand. A better way to look at dead time and why its necessary to allow your mind to rest. Panel Caleb WellsJoel SchaubertShawn ClaboughWai Liu Guest Guilherme Ferreira Sponsors Raygun | Click here to get started on your free 14-day trial Links OMNIA-Low-Code Business Application Development PlatformEmbracing Simplicity - Guilherme FerreiraGoogle Graveyard- Killed by Google Picks Caleb- Waking Up with Sam HarrisGuilherme- The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win By Gene KimGuilherme- Netflix Series: The Last DanceJoel- Adventure Fatbikes | Alaska | 9:ZERO:7 BikesWai- Garmin Forerunner® 245Shawn- MV 7- Podcast Microphone Contact Caleb: Caleb Wells CodesTwitter: Caleb Wells (@calebwellscodes)Linkedin: Caleb WellsFacebook: Caleb Wells Contact Wai: Linkedin: Wai LiuFacebook: Wai Liu Special Guest: Guilherme Ferreira. 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.

5 Tammi 20211h 5min

Suosittua kategoriassa Liike-elämä ja talous

puheenaihe
psykopodiaa-podcast
mimmit-sijoittaa
sijotuskasti
rss-rahapodi
pomojen-suusta
ostan-asuntoja-podcast
herrasmieshakkerit
rss-neuvottelija-sami-miettinen
hyva-paha-johtaminen
raharesepti
rss-tyoelaman-timantteja
inderespodi
oppimisen-psykologia
juristipodi
sijoituspodi
rss-paikoillenne-valmiit-laakikseen
rss-startup-ministerio
rss-myynti-ei-ole-kirosana
rss-vastuullisuus-tyoelamassa