-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas for .NET Data Community Standup guests, products, demos, etc. #22700
Comments
Original threads from discussion on guests: @JeremyLikness Thank you!
|
Original threads from discussion on demos: Starting a discussion on what kinds of things people would like to see demoed in the EF Community Standup. Please try to be specific about what you want to see. @ErikEJ - Many to many demo (when available)
|
Hi @ajcvickers, I wondered if you would like me to come on a community standup and talk about some of the ways to performance tuning EF Core? I have an demo ASP.NET Core application (open-source) which implements a book selling site. I start with 700 books, then goes to 100,000 books, and then to 1/2 million books. I can show what I did at each stage, with the performance figures to see the differences. What do you think? PS. Just watched the Entity Framework Community Standup - EF Core 6.0 Survey Results. Really great info! |
@JonPSmith Sounds like a good idea. @JeremyLikness @roji |
Sure thing! |
I would also be happy to come on the community standup to talk about EFCore.Triggered if you have me. It essentially brings database triggers down a notch to the level of EF (All made possible by the awesome ChangeTracker). I have a simple demo application that I can showcase with various uses of triggers to enforce various business rules. I can furthermore talk about implementation details and how EF triggers vary from domain events and database triggers. |
@koenbeuk Sounds interesting; @JeremyLikness @roji |
@koenbeuk are you on Twitter? If so, DM me and I'll share my email so we can connect and schedule it. |
@JonPSmith @ajcvickers @roji I raised Issue #2991 and a PR but this has now been junked by EF Team |
If there is interest I would be happy to talk about LINQPad.QueryPlanVisualizer It is a custom visualizer for LINQPad that shows query plan directly in LINQPad. It supports LINQ-to-SQL, Entity Framework Core and can show query plan for SQL Server and PostgreSQL. For SQL Server it can extract missing indexes from the plan xml. |
I'm still waiting for a show about SQLite-net with @praeclarum... |
As the EF team is interested in exploring ideas around GraphQL, I think it would be interesting to invite authors of different GraphQL libraries such as GraphQL.EntityFramework, GraphQlClientGenerator, hotchocolate and my own GraphQLinq 😊 |
@simon-reynolds could probably teach us all a thing or two about using EF in F#. |
I would love to join the standup to talk about EFCore Projectables. It fits in with a bunch of libraries the likes of LinqKit, Expressionify and as hinted to me by @Giorgi DelegateDecompiler. All thrive for something similar which is to bridge the gap between expressing intend in C# and having that translated to an actual database query. I can talk about the current limitations in EF and how these different libraries try to tackle these limitations. (As an example, with raw EF, we can't have a computed property on a model be directly translated to SQL or the likes as EF has no insights into its implementation). I can furthermore talk about how EF Core Projectables uniquely plugs in into the EF Core infrastructure to not only translate queries including computed properties and methods- but even increase EF Core's performance internally by plugging in at the right point in the pipeline. |
Hi, I'm just updating my EfCore.TestSupport library which provides useful helpers for xUnit-type testing, and I don't think you have had a EF Core Community standup on testing. I wondered if you would like a talk from me called "Testing application that use EF Core". I haven't worked out exactly what I would say but here are some suggestions form me, but you have a LOT more tests than I have 😄 !
What you think? |
@JonPSmith I just happen to be in the middle of doing some substantial work on our testing docs, so this is very much on my mind! I definitely agree we should do a session on this topic... |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Maybe a discussion about the dev cycle. This is not enough to fill an entire episode, so could probably be squeezed into the short "State of the Unicorn" at the beginning of an episode. Or wait until the EF 8 Plan video next year and be a part of that.
|
How about talking about this dotnet/datalab#6 ...if this is still a thing and not cancelled. |
@DaveSenn it's definitely still a thing and not cancelled, but it might take a bit more time before there's something out there for us to talk about... |
What about a talk about https://github.com/koenbeuk/EntityFrameworkCore.Projectables that was proposed in one of the comments above? |
I would like to hear about more maybe basic DB stuff I had hard time searching on google. Tips:
Indexing
|
@Martinn2 thanks for these suggestions... Yeah, standups focusing on general database topics could be useful, I agree. Very quick responses to your questions:
|
+1 for indexes. I ran into this earlier in the week and ended up creating an index that made my overall performance (when also considering updates) worse. I'm also not sure when to use a multi-column index, or when the direction of the index matters. I also still find it fascinating that indexes on discriminators are not something we create by default, but indexes on FKs are. Lots for me to learn here! Oh, and how I create an index and then write a query that misses it! |
Ideas:
|
Too many customers complain about Ef taking too much memory. Can we have a segment on what to expect when we load a lot of data and how to fine tune the memory usage in those cases, best approaches, debugging tips etc. |
Minimum entity mapping in DbContextWhen you don't use the EF Core migrations features, what is the minimum entity mapping needed in DbContext when built-in default mappings are used? |
If you reverse engineer from a .dacpac only needed configuration is added, and conventions respected. |
@ajcvickers: Where I can find 2024 edition of dev news like here: #29989? |
@Saibamen I don't do these anymore. Ultimately, I don't think there was enough interest to be worth spending the time rather than doing something else on EF with that time. |
OK, thank you |
Call me a bit biased but I would still be interested in the topic of getting the provider writers together |
@ChrisJollyAU we did do separate sessions with the MySQL/MariaDB provider maintainers, SQLite, PostgreSQL - you can find these in the playlist. Though we didn't do a single session where we get everyone together - that could be interesting... |
Let us know which projects, people, demos, or other ideas you have for the show! This is the community standup, so we want to feature you, your ideas, and your projects! Comment on this issue and we'll update the list here with suggestions.
Guest/theme suggestions
Demos you would like to see
The text was updated successfully, but these errors were encountered: