.NET 007: What We Know About LINQ
Adventures in .NET24 Syys 2019

.NET 007: What We Know About LINQ

In this week’s episode of Adventure in .NET the panel shares their experiences using LINQ or Language Integrated Query. They discuss the benefits of using LINQ along with the struggles they have with it. They share some of their favorite tips and tricks for using LINQ. LINQ is something .NET developers use on a daily basis. The panel starts by giving a little background on LINQ. LINQ was introduced to the .NET framework 3.5 with the intent of providing a better way of dealing with data. The panel explains what they did before using LINQ and what it was like making the switch. LINQ has two different syntaxes, the query syntax, and the lambda syntax. The panel discusses the similarities between query syntax and SQL. They explain why they didn’t just use SQL. Because SQL and query were so similar, the panel both started by using query. They share different ways to get used to the query syntax and the lambda syntax. One benefit of using LING is that it is supported in all .NET languages and has been ported over to other languages such as PHP, JavaScript, and Typescript. The panel discusses using in it Angular Typescript and the similarities between it and C#. The panel reveals that there are a number of features in .NET that were built to support LINQ. Lambda expressions, anonymous type, and tuples are some examples of features that support LINQ. The panel defines these features and explains how they help you sort through collections of data. The panel considers why some programmers are turned off by LINQ. They suppose it is because of its foreign look and that it is not highly structured. Also, LINQ has a lot of syntactic sugar, doing a lot of stuff for you behind the scenes. The panel discusses ways LINQ simplifies workflow and shares tips for using LINQ to simply code. Programmers often complain that using LINQ to objects or LINQ to entities and chaining LINQ extensions is an improper use of LINQ. The panel explains how using LINQ this way makes the code cleaner and more readable. The panel compares the readability of LINQ statements to SQL statements. They explain why LINQ is easier to read and understand. The panel shares their tips and tricks for using LINQ statements and deferred executions. They discuss the possible use cases for using deferred executions. They also consider the downsides and gotchas to watch for when using deferred executions. LINQ to entity and the Entity framework are considered. The panel discusses the common complaints made about Entity. They address these complaints, explaining how LINQ to entity and the framework has improved. The panel suggests the use of LINQPad for LINQ statements to see the generated sequel statement. They explain what to watch out for when using LINQ pad this way. One struggle panel discusses is knowing when to use first or firstordefault. They share tips, things to look for when using either one of these in LINQ. First and single are compared, the panel explains why they use first more than single. The possibilities for extension methods in LINQ are considered. Along with using C# extension methods the panel discussing using custom extension methods. They share their favorite third party extension methods and explains how they have helped them simplify their code. While the panel is aware that many programmers are averse to mixing functional programming and object-oriented programming, the panel explains that there are a few functional programming concepts built into LINQ. The benefits of being able to use functional programming in C# is explained. The panel considers some of the hardest things to do in LINQ and share tips on how to better understand them. Select many and aggregate LINQ queries being to examples they share. The explain what powerful tools they can be. The panel ends the episode with some tips for improving performance when using LINQ Panelists
  • Shawn Clabough
  • Caleb Wells
Sponsors Links Picks Caleb Wells: Shawn Clabough:

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)

How to Get Hired at a FANG Company - BONUS

How to Get Hired at a FANG Company - BONUS

Chuck explains what he taught Nathan last week when we asked how to get hired at a FANG (Facebook Apple/Amazon Netflix Google) company. Essentially, it boils down to how to build the skills and knowledge needed to pass the interview. How to build the relationships to get into the door and have the interviewer want you to succeed. And how to build the reputation that has the company wanting you regardless of the outcome. This approach also works for speaking at conferences, selling courses, and other outcomes as well as it's the core of building a successful career as an influencer. Panel Charles Max WoodSupport 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.

28 Touko 202122min

You've been Blazored! - .NET 070

You've been Blazored! - .NET 070

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 then join us for this episode. Here is the permanent 35% discount code: podadvnet20 You can refer to this link: http://mng.bz/pz5E Here is one free eBook code good for a copy of Blazor in Action for a lucky listener: bladvnr-2C85 You can refer to this link: http://mng.bz/6N7p Panel Caleb WellsShawn ClaboughWai Liu Guest Chris Sainty Sponsors Dev Influencers Accelerator Links Chris Sainty - Building with BlazorBlazored | GitHubManning | Blazor in ActionbUnit: a testing library for Blazor componentsTwitter: Chris Sainty ( @chris_sainty ) GitHub: Chris Sainty ( chrissainty ) Picks Caleb- Dragon Quest Builders 2Chris- Tailwind CSSChris- Shadow and Bone | NetflixShawn- VR OpticianWai- The Castle (1997) Contact Caleb: Caleb Wells CodesTwitter: Caleb Wells (@calebwellscodes)Linkedin: Caleb WellsFacebook: Caleb Wells Contact Wai: Linkedin: Wai LiuFacebook: Wai Liu Contact Shawn Twitter: Shawn Clabough (DotNetSuperhero) Special Guest: Chris Sainty. 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.

25 Touko 20211h 7min

What is your Identity? - .NET 069

What is your Identity? - .NET 069

In today's episode Carl Layton joins us to discuss authentication in the Microsoft stack. The definition of Identity in .NET has changed over the years but a lot of the fundamentals have stayed the same. We go over some of those fundamentals with Carl. We also delve into some of the complications around authentication and some of the differences and similarities between Identity in .NET Framework, .NET Core and Azure. Sooner or later in your development career you will need to deal with .NET and we hope this episode can help you along the way. Panel Caleb WellsShawn ClaboughWai Liu Guest Carl Layton Sponsors Dev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trial  Links Enable Cross-Origin Requests (CORS) in ASP.NET CoreJSON Web Tokens - jwt.ioTwitter: Carl Layton ( @carllayton )GitHub: Carl Layton ( cwl157 )CarlServer Picks Caleb- RocketbookCarl- Pro ASP.NET Core IdentityCarl- NetlifyShawn- Snap CameraWai- Eleven Table Tennis Contact Caleb: Caleb Wells CodesTwitter: Caleb Wells (@calebwellscodes)Linkedin: Caleb WellsFacebook: Caleb Wells Contact Wai: Linkedin: Wai LiuFacebook: Wai Liu Contact Shawn Twitter: Shawn Clabough (DotNetSuperhero) Special Guest: Carl Layton. 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.

18 Touko 202144min

What is an ORM and why do they matter? - .NET 068

What is an ORM and why do they matter? - .NET 068

Stuart Turner has been around since the early days of .NET and has seen the evolution of ORMs in .NET firsthand. In today's episode we go over different architectural styles, usage, performance and more in .NET ORMs. Want to know whether we prefer eager loading vs lazy loading or code first vs database first? Join us and find out. Panel Caleb WellsShawn Clabough Guest Stuart Turner Sponsors Dev Influencers Accelerator Links Shay Rojansky - How Entity Framework translates LINQ all the way to SQL - Dotnetos Conference 2019LINQ to DB.NET 027: High performance databases with RavenDB with Oren Eini | Devchat.tvMoreLINQ: Extensions to LINQ to ObjectsAdvent of Code 2020GitHub: Stuart Turner ( viceroypenguin ) Picks Caleb- CodecourseShawn- ORM Designer for Entity Framework, NHibernate, and LINQ to SQLStuart- LINQPad - The .NET Programmer’s PlaygroundStuart- Fiddler | Web Debugging Proxy and Troubleshooting Solutions  Contact Caleb: Caleb Wells CodesTwitter: Caleb Wells (@calebwellscodes)Linkedin: Caleb WellsFacebook: Caleb Wells Contact Shawn Twitter: Shawn Clabough (DotNetSuperhero) Special Guest: Stuart Turner. 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.

11 Touko 202156min

Becoming the Go-To Person in Your Technology Area - BONUS

Becoming the Go-To Person in Your Technology Area - BONUS

Chuck was on a strategic call with one of his potential coaching clients talking about cryptocurrencies and realized that this is one of the major reasons that people want to become influencers. Or, rather, that many people aspire to make a difference and/or make money and the best way to do that is to become the person people go to for what you do. So, how do you become the first person people think of when they think of that thing you know how to do? Let Chuck tell you. Panel Charles Max WoodSupport 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 Touko 202116min

Wonders and Woe of Open Source Development - .NET 067

Wonders and Woe of Open Source Development - .NET 067

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 project thrives now and in the future. Panel Caleb WellsShawn ClaboughWai Liu Guest Manuel Grundner Sponsors Dev Influencers AcceleratorRaygun | Click here to get started on your free 14-day trial Links DevExpressXAFers Community Standupblog.delegate.at | Manuel Grundner - code & consultXenial.FrameworkTwitter: Manuel Grundner ( @biohaz999 )GitHub: Manuel Grundner ( biohazard999 )Email: Manuel Grundner ( m.grundner@delegate.at ) Picks Caleb- Invincible - Season 1 | Prime VideoManuel- Sharivari - YouTubeShawn- Visual Studio 2022 Wai- Inside Bill's Brain | Netflix Contact Caleb: Caleb Wells CodesTwitter: Caleb Wells (@calebwellscodes)Linkedin: Caleb WellsFacebook: Caleb Wells Contact Wai: Linkedin: Wai LiuFacebook: Wai Liu Contact Shawn Twitter: Shawn Clabough (DotNetSuperhero) Special Guest: Manuel Grundner. 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.

4 Touko 202151min

Don't Let These Things Keep You From Podcasting - BONUS

Don't Let These Things Keep You From Podcasting - BONUS

Charles talks about the things that get developers stuck when they're trying to start their podcast or other influencer channel. He explains how to get around having those things hamper your journey. Panel Charles Max WoodSupport 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.

29 Huhti 202115min

Interactive C# with VS Code Notebooks with Eric Potter - .NET 066

Interactive C# with VS Code Notebooks with Eric Potter - .NET 066

VS Code Notebooks provides a way to write quick interactive C# along with documentation to learn and train with. Panel Shawn ClaboughWai Liu Guest Eric Potter Sponsors Dev Influencers Accelerator Links .NET Interactive NotebooksAptera SoftwareHumble ToolsmithBinderProject Jupyter | The Binder ProjectLINQPad - The .NET Programmer’s PlaygroundTwitter: Eric Potter ( @pottereric ) Picks Eric- Concurrency in C# CookbookShawn- Band | Rush.comWai- Cloudflare DNS provider Contact Wai: Linkedin: Wai LiuFacebook: Wai Liu Contact Shawn Twitter: Shawn Clabough (DotNetSuperhero)Special Guest: Eric Potter. 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.

27 Huhti 202137min

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