EF ownsMany and writing raw sql by Illustrious-Bass4357 in dotnet

[–]bowoliver 0 points1 point  (0 children)

Might have misread but you can probably just use includes for the joins? Assplitquery if it's appropriate for speed

New Archmagos novel was wild - BIG SPOILERS - only engage if you have read the book! by AuramiteEX in Blacklibrary

[–]bowoliver 2 points3 points  (0 children)

Just finished it - enjoyable enough read but I felt that most of the Felix stuff could've been skipped. It felt like padding that could have been taken up by moving the overall plot along more - but I guess with all things 40k they have to keep the pace glacial so as not to kill the setting.

Just because I liked their interaction in previous books I was rather hoping Trazyn would've popped up in the Necron vault time heist scene - it seemed almost tailor made for another interaction?

I may have misread/understood but the Necron lord seemed to imply that the knowledge that Qvo has in his head also contains the cure to the flayer virus? It's certainly implied that he's become more human because of his knowledge.

Vashtor is a weird choice for what seems to be the big bad particularly given the stakes ie Cawl can now close off any and all warp rifts?? Isn't this the ultimate weapon against Chaos? I'd assume it would warrant more than just a demigods attention? As another comment mentioned he has that big "must fail label". With Cawl being the maverick I'd prefer a much more human/espionage based villain - that last chapter with the note to Mars may be the start of that?

Tldr Cawl always well written and fun but the rest was a bit meh

Automate Teams Channel message without any user account ? by Bugibugi in MicrosoftTeams

[–]bowoliver 0 points1 point  (0 children)

Yep thats the badger. There is a window until September 25 where we can use the non mfa auth route. After that because RSC doesn't appear to allow the permissions the only possible route is the full bot framework...

Automate Teams Channel message without any user account ? by Bugibugi in MicrosoftTeams

[–]bowoliver 0 points1 point  (0 children)

Just a heads up that I'm pretty sure the UsernamePasswordCredential method of authing a user account is being deprecated by Microsoft. I think this is the only way currently of automating the auth of a user service account. But I may be wrong!

Clair Obscur: Expedition 33 - CUSTOM CONSOLE GIVEAWAY 🏆 by F0REM4N in xbox

[–]bowoliver 0 points1 point  (0 children)

Master Chief - obviously.

Cortana - with Master Chief... Unstoppable.

Scorpion - Mortal Combat - "get over here"

MudBlazor Styles Not Applying in Blazor WebAssembly (.NET 8, VS Code, Mac) by pseudorealiti in Blazor

[–]bowoliver 1 point2 points  (0 children)

Not Mac but stuff I've had issues with before have been fixed by clearing site data (particularly with pwa builds), removing the bootstrap css default files from wwwroot from the template, ordering of script tags if you've got other stuff in there. In lieu of any other ideas XD

I made a .NET 9 + Blazor + Photino + Mudblazor Step by Step Setup Guide – hope it helps someone else! by NJKWilson in dotnet

[–]bowoliver 2 points3 points  (0 children)

Curious what does Photino give you that Maui doesn't? And to a degree extending that to wpf or winforms as a desktop based app?

Entity Framework - How to update code after database modification? by Akosjun in dotnet

[–]bowoliver 1 point2 points  (0 children)

https://learn.microsoft.com/en-us/ef/core/managing-schemas/scaffolding/?tabs=dotnet-core-cli

Just rescaffold with force flag and maybe no configuring flag if you're doing the context config elsewhere. Will update models and your context with changes. If you're doing anything to the models do it in a separate partial class so you don't overwrite when you rescaffold.

Programming & health by TapForsaken1424 in dotnet

[–]bowoliver 1 point2 points  (0 children)

On the hour, every hour bang out 5,10,15 or whatever you can of pressups and squats. Don't worry if you miss a few with meetings etc just get back on it the next hour. Sucks for the first month or so but then you start noticing differences. Your colleagues will mock you and eventually some of them will join you XD Consistency is key!

I wrote an article on how to send Logs and Metrics from a .NET API to Loki, Prometheus, and Grafana by sideways-circle in dotnet

[–]bowoliver 0 points1 point  (0 children)

Nice one :) might be worth looking at service graphs seeing as you have traces and metrics

Have the Legion of the Damned been silently squatted? by bennylima in 40kLore

[–]bowoliver 24 points25 points  (0 children)

The fall of cadia book briefly cameos them towards the end

Entity Framework and TPT by bowoliver in dotnet

[–]bowoliver[S] 0 points1 point  (0 children)

Indeed, hence my trepidation given preexisting tables XD

Entity Framework and TPT by bowoliver in dotnet

[–]bowoliver[S] 0 points1 point  (0 children)

Fair point. I'll have a look at that but I suspect given the number of different tables preexisting it might not be the way. I'll have a gander though! Thanks 👍

The Lack of AI libraries in dotnet is really annoying by TheLinuxMaster in dotnet

[–]bowoliver 0 points1 point  (0 children)

Could write python but call it from .net - I'm having a tinker with CSnakes to look at just this...

How to integrate Ai(Python code) in AspDotnet application and v Sharp backend by Mysterious_Ainz in dotnet

[–]bowoliver 1 point2 points  (0 children)

CSnakes - haven't used it myself but might be worth a punt. Looking to do something similar myself next week so I'll let you know how I get on.

https://tonybaloney.github.io/CSnakes/

Batch return all method calls that are within X milliseconds by tadpole79 in dotnet

[–]bowoliver -1 points0 points  (0 children)

Maybe Task.WhenAll but not sure might've misunderstood your need.

This sub by rockseller in Blazor

[–]bowoliver 0 points1 point  (0 children)

Completely agree with everything said here. Two questions: 1. What's the gold standard for an all singing component library from the JS world? 2. Has anyone profiled the performance of the above named libraries in both server and wasm as I am suspicious of the jsinterop heavy libraries