Ꜳåąɐȁặⱥᴀᴬ
Ꜳåąɐȁặⱥᴀᴬ
CC#
Created by Αμμάν Ριζουάν on 4/17/2025 in #help
Graphic Editor using WinForms
you have to do everything yourself, anyway i would start with a picture box
6 replies
CC#
Created by ✂_Gloria_✂ on 4/8/2025 in #help
most efficient way to add "" to text in script?
why write a script when you can write regex
9 replies
CC#
Created by giadif on 4/5/2025 in #help
Inheritance or composition
i may be wrong but adding a context seems like a big change, isn't it going to touch a lot of types?
6 replies
CC#
Created by ACiDCA7 on 4/1/2025 in #help
getting tcp connection state
depends what "breaking protocol" means, you can send an invalid message if you receive back a response that says "that was an invalid message
44 replies
CC#
Created by Naeso on 3/31/2025 in #help
SignalR : Websocket connected twice on connection.
i don't really use ReactJS, but if i did probably would need more code to understand what's happening
6 replies
CC#
Created by Naeso on 3/31/2025 in #help
SignalR : Websocket connected twice on connection.
are you sure it's not closing and reconnecting?
6 replies
CC#
Created by TommyGuns on 3/28/2025 in #help
I dont see the problem?
eh sometimes it needs a "push" to make generated ui code, it's sad that wpf is still in this state
4 replies
CC#
Created by derole on 3/20/2025 in #help
AutoMapper example projects with mapping profiles
exactly, given a baseline of performance, the most important part is having understandable code
64 replies
CC#
Created by derole on 3/20/2025 in #help
AutoMapper example projects with mapping profiles
i have tried mapperly, it has features, but the point of it is keeping it simple; when you make a map you can immediately see the generated code when you F12 it, but like other source generated stuff (refit for example) it happened to me that code was not updated and compilation gave errors (with various tries to make it return to work like cleaning solution, compiling n times, restarting vs, etc) in the last year errors like this got to almost 0, anyway
64 replies
CC#
Created by derole on 3/20/2025 in #help
AutoMapper example projects with mapping profiles
if it's a one shot project with just one principal domain i'm not against using automapper if this has to be a project maintained for 20 years by multiple people with future evolutions then 99% i would stay away from it
64 replies
CC#
Created by derole on 3/20/2025 in #help
AutoMapper example projects with mapping profiles
also there are matter in organizing profiles if you have inheritance between projects and such and if you have converters or custom stuff AND ALSO mixing profiles with logic keeping a profile "clean" is... not good
64 replies
CC#
Created by derole on 3/20/2025 in #help
AutoMapper example projects with mapping profiles
it depends how it is mapped which flags you use
64 replies
CC#
Created by derole on 3/20/2025 in #help
AutoMapper example projects with mapping profiles
remember that either you make a map for every field or if you rename a field the mapper will crash at runtime because you maybe forgot to add the map or rename the fields in the mapped types with a sg mapper this doesn't happen, i would say this is not that small of a tradeoff
64 replies
CC#
Created by SWEETPONY on 3/19/2025 in #help
✅ How to make httpcontext threadsafe?
have you already discarded using signalr?
6 replies
CC#
Created by retro! on 3/20/2025 in #help
Error with Console and int variables. Syntax error?
there is no ending ; on line above
119 replies
CC#
Created by retro! on 3/20/2025 in #help
Error with Console and int variables. Syntax error?
well you need a + between "text" and num01 too
119 replies