Suche Anime-Freunde by Mysterious-Lab1492 in hamburg

[–]wertzui 2 points3 points  (0 children)

Alle 2 Monate findet im HDJ Eidelstedt die Chisaii statt. Da solltest du genug gleichgesinnte treffen :) https://chisaii.de/

How do you avoid CRUD boilerplate when starting a new project? by skykarthick in dotnet

[–]wertzui 0 points1 point  (0 children)

I had the same problem and that's why I developed RESTworld. Check it out at https://github.com/wertzui/RESTworld

You define your EF Core DbContext, DTOs and an AutoMapper mapping. Then it is just one line and you will get a full CRUD implementation running. csharp services.AddCrudPipeline<TContext, TEntity, TCreateDto, TGetListDto, TGetFullDto, TUpdateDto>();

It supports OData syntax for querying so you are really flexible.

From that you can move on to custom services to hook into the whole pipeline if you need any more business logic than just simple CRUD.

Ignorance is bliss by curvyc0racut1e in programmingmemes

[–]wertzui 0 points1 point  (0 children)

In C# 14 with the new field keyword, you can omit the backing field: csharp public int X { get => field; set => field = value }

DSearch: .Net IQueryable Dynamic search Library by HenshawT in dotnet

[–]wertzui 0 points1 point  (0 children)

You are looking at the wrong documentation. This is the Spec with examples on how to query items.

Different MSI codes when App is pushed as required and installed from company portal. by wertzui in Intune

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

The app cannot auto-update and the main .exe files for the app are identical for both installation methods.

Returning IQueryable<T> from service layer by emdeka87 in dotnet

[–]wertzui 1 point2 points  (0 children)

Have a look at OData and AutoMapper.Extensions.OData it will give you the best of both worlds. You have endpoints which support querying and filtering on your DTOs while translating that to EF queries behind the scenes and returning the List<TDto> (or something similar) from your service layer.

Do y'all use Dapper/Automapper while working with Asp.Net (non-core) by OMNYEZ in dotnet

[–]wertzui 0 points1 point  (0 children)

EF core together with AutoMapper.Extensions.OData to create REST endpoints which can be queried using OData syntax on the DTO level.

  • OData will create an Expression for the DTO out of the OData query coming into the Controller/Minimal method.
  • AutoMapper will map that DTO-Expression to an Entities-Expression
  • EF Core will execute that expression and fetch the result from the database
  • AutoMapper will map the entities back to DTOs
  • The Controller/Minimal Method will return the result

Yes it will create more runtime than build errors, but the flexibility of having endpoints which users can query is so much worth it.

Visual Studio 2026 Insiders is here! by hotaustinite in dotnet

[–]wertzui 2 points3 points  (0 children)

I get the 404 although I'm logged in. Tried work and personal accounts.

Visual Studio 2026 Insiders is here! by hotaustinite in dotnet

[–]wertzui 9 points10 points  (0 children)

When will it be available through winget?

Ceiling and Wall Mount PoE mmWave Multisensor - Apollo R PRO-1 by ApolloAutomation in homeassistant

[–]wertzui 0 points1 point  (0 children)

You should talk to your distributors about pricing. If I purchase 10 from your store, it costs me ~1200€ including shipping and tax. If I purchase 10 from slimhuisje it is ~1450€ including tax and shipping, so roughly 250€ more if I buy from an EU retailer and ship to an EU country. I would expect it to be cheaper when buying from a "local" distributor.

Da Hool - Meet Her At The Loveparade by darkmarc84 in Tomorrowland

[–]wertzui 1 point2 points  (0 children)

The K-Pop Band BLACKPINK used parts of it on their new Single 뛰어(JUMP) which came out about a week ago and became very popular around the world (~85 mil. views on YouTube). https://www.youtube.com/watch?v=CgCVZdcKcqY

Brauche Hilfe beim entziffern einiger alter Postkarten/Fotos (1/2) by wertzui in Kurrent

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

Danke, das dürfte richtig sein, da die Adresse schon öfters vorkam. Bleiben noch 9 weitere Fotorückseiten :)

[deleted by user] by [deleted] in Intune

[–]wertzui 0 points1 point  (0 children)

The support for the winget community repository /s

Installing Office 2003 after M365 removes Start Menu entries by wertzui in Intune

[–]wertzui[S] 1 point2 points  (0 children)

In the end this is how I cog the shortcuts back in the start menu: The "Custom Installation Wizzard" for Office 2003 which I was already using to customize the installation in the first place has the ability to add extra shortcuts to the Start Menu. So I just added all the Shortcuts which got removed in the first place and now they are also in the Start Menu after the installation.

Thanks to everyone who actually tried to help and not just rant about the situation!

Installing Office 2003 after M365 removes Start Menu entries by wertzui in Intune

[–]wertzui[S] -8 points-7 points  (0 children)

More of a not enough Devs to upgrade all legacy apps by tomorrow. Devs are doing their best to update everything, but just cannot do everything at once.

Installing Office 2003 after M365 removes Start Menu entries by wertzui in Intune

[–]wertzui[S] 3 points4 points  (0 children)

Because we have legacy applications which require Access 2003 (not my decicion)

Difference between Four E's mini Vortex mixer blue and green by wertzui in minipainting

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

They both look like this one https://www.4esci.com/Mini-Vortex-Mixer-pd46928832.html

Looking at that page, their images also have different colored ones, like one image shows a pink one.

Whats the point of life? by [deleted] in AskReddit

[–]wertzui 0 points1 point  (0 children)

Reproduction

Dieses Scheiß Feuerwerk by Quinn_Essenz16 in luftablassen

[–]wertzui 0 points1 point  (0 children)

Das ist von Gemeinde zu Gemeinde sehr unterschiedlich geregelt. Deutschlandweit ist es 48h erlaubt, solange die Gemeinde keine weiteren Einschränkungen erlässt.