.NET 012: F# with Phillip Carter
Adventures in .NET29 Loka 2019

.NET 012: F# with Phillip Carter

In this episode of Adventures in .NET the panel interviews Phillip Carter. Phillip works on the .NET team. His primary focus is F# and F# tooling. Phillip starts off by explaining that F# is a functional programming language, whereas C# is an object-oriented language. Phillip explains how F# is a nice way for those who want to do functional programming to do so with a full ecosystem and quality tools and libraries. Phillip explains how F# is used in .NET. Some prefer to use only F# but the major mix and match F# and C#. He shares projects he has done mixing and matching F# and C#, explaining how he did and the other methods used to use both F# and C#. The panel discusses the popularity of F# and where it is most well known. Phillip shares the two biggest sites where F# sharp is used are Jet and Walmart e-commerce, their backends are build using an F# microservice. He explains that a lot of financial institutions use F# in their backends as it is good for number crunching. The panel considers the growth of F# since .NET Core 2.0 was released. After .NET Core 2.0 was released F# usage spiked, F# microservices and open source projects became much more common. The panel asks Phillip about what Blazor means for F#. He explains that in the past, some people are really into Fable. This tool takes F# syntax trees into JavaScript syntax trees. Currently, the web assembly is starting to heat up now that Blazor is here. F# can plug directly into the Blazor runtime making it a pretty viable alternative. The panel considers the mental hurdles required when switching from C# to F#. Phillip explains how that switch may be easier for some than for others. Using an example of building a web service, Phillip explains how someone approaches a process or a problem will determine how easily someone can transition from C# to F#. He elaborates, explaining that if a developer is really used to object-oriented programming and it’s patterns it may be more difficult to move to F#. The panel shares some of its views on F#, wondering if it isn’t easier to learn for those who are new to programming. Phillip considers their views and explaining that even though they can’t prove it they have also seen this possibility. At the Ignite conference, they are coming out with a preview Jupiter Notebook tooling, putting C# and F# on top and integrating it into the Jupiter ecosystem. Phillip admits they have been wondering if they might not be able to reach the non or secondary programmers more easily with F#. F# may be more familiar to those who only have a simple background in Python they picked up in college. He explains how overwhelming C# can be to someone who has never seen anything like it before. Phillip compares the syntax of C# and F#, explaining that they are very different. F# is more similar to Python than to C#. F# is white space significant and uses type inferences. He explains how these differences might trip up someone who is familiar with C#. C# and F# have a few similarities like you can still dot into something just like in C#. The panel wonders what kind of cooperation is seen between the F# and C# teams at Microsoft. Phillip explains that they work very closely and sharing a few examples. He worked on nullable reference types in C# 8.0. He explains that they have a mindset, they are all Microsoft in the end and what C# and F# to interoperate as best they can. F# is currently on version 4.7, which was released with C# 8.0. He shares some of the changes made to F# with this latest version. Including, core library fixes, performance fixes and the cleaning up of little syntactical quirks. He explains that is a culmination of a lot of minor changes to improve the language. Phillip shares what’s coming in F# 5.0 which will hopefully be released with the .NET 5.0 release. The episode ends as Phillip shares some resources for getting started with F#. He encourages everyone to give it a try. He promises that even if you decide its not for you, it will help you see your code in new ways. Panelists
  • Shawn Clabough
  • Wade Gausden
  • Wai Liu
Guest
  • Phillip Carter
Sponsors Links Picks Wai Liu: Wade Gausden: Phillip Carter: Shawn Clabough: Special Guest: Phillip Carter.

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