Hello everyone, and welcome to .Net Core Central. In this video, I am going to walk through a major performance issue with the IEnumerable and how we can fix that with a very simple code change.
#csharp #dotnet6 #dotnet #peformance
00:07 – What this video is going to cover
00:35 – The use case to demonstrate the issue
01:15 – Creating data access class to get data and return as an IEnumerable
05:20 – Code calling the data access and showing the performance issue with the IEnumerable
10:50 – SHowing how this performance issue with IEnumerable can be solved easily
Some of my popular videos:
Elasticsearch with .NET and introduction: https://youtu.be/9tkrDqMbFMg
Hangfire Scheduling an introduction: https://youtu.be/sQyY0xvJ4-o
ASP.NET Core Authentication with JWT (JSON Web Token): https://youtu.be/vWkPdurauaA
Running Background tasks using IHostedService and BackgroundService (In ASP.NET Core 3.1): https://youtu.be/1Fe7QD7Ovi8
How to build an API Gateway in ASP.NET Core using Ocelot (Build API Gateway in a few minutes): https://youtu.be/hlUGZ6Hmv6s
My blog site: https://dotnetcorecentral.com/
Comments are closed.