Sossenbinder
Sossenbinder
CC#
Created by Foxtrek_64 on 11/22/2024 in #help
Custom Logger
Since a DB is involved, any chance there is an async operation involved for writing out the logs or flushing any buffers? Since the test steps through synchronously, is the DB access being done synchronously, or could this be a race condition?
13 replies
CC#
Created by on 11/21/2024 in #help
When should one use a custom delegate instead of Func/Action/Predicate?
So instead of an Action<T> I could have a "XXXCallback" in the codebase
122 replies
CC#
Created by on 11/21/2024 in #help
When should one use a custom delegate instead of Func/Action/Predicate?
Custom delegates also allow optional arguments, and I sometimes like to use them because naming them is often helpful for readability
122 replies
CC#
Created by tommy on 11/17/2024 in #help
✅ How do Avro, ORC and Parquet work?
For the schema
record Person {
string userName;
union { null, long } favoriteNumber = null;
array<string> interests;
}
record Person {
string userName;
union { null, long } favoriteNumber = null;
array<string> interests;
}
13 replies
CC#
Created by tommy on 11/17/2024 in #help
✅ How do Avro, ORC and Parquet work?
No description
13 replies
CC#
Created by tommy on 11/17/2024 in #help
✅ How do Avro, ORC and Parquet work?
I also dug up a small example of how the Avro variable length binary encoding works
13 replies
CC#
Created by tommy on 11/17/2024 in #help
✅ How do Avro, ORC and Parquet work?
Not very familiar with the others, but at least for Avro the unique selling point is probably the potential to differ in reader and writer schema. The consumer and producer do not always have to stick to the exact same encoding, they just need to be compatible
13 replies
CC#
Created by morry329# on 11/8/2024 in #help
Save button does not save the inserted data
Sounds good 👍
15 replies
CC#
Created by morry329# on 11/8/2024 in #help
Save button does not save the inserted data
What's the reason for the ListingProjects to be enumerable if it only contains one entry?
15 replies
CC#
Created by morry329# on 11/8/2024 in #help
Save button does not save the inserted data
Yes, it does - But your issue is with the IEnumerable implementation, causing an endless cycle
15 replies
CC#
Created by morry329# on 11/8/2024 in #help
Save button does not save the inserted data
Did you check whether the stored object is valid?
15 replies
CC#
Created by morry329# on 11/8/2024 in #help
Save button does not save the inserted data
Did the request even reach your server?
15 replies
CC#
Created by morry329# on 11/8/2024 in #help
Save button does not save the inserted data
Did you debug this already?
15 replies
CC#
Created by whatsinaname on 11/1/2024 in #help
✅ What is the free alternative to jet brains resharper ?
Or are you looking for VS extensions exclusively?
32 replies
CC#
Created by whatsinaname on 11/1/2024 in #help
✅ What is the free alternative to jet brains resharper ?
I mean, if you want the real deal - Jetbrains Rider is free now
32 replies
CC#
Created by geri on 10/10/2024 in #help
NUnit test class what has functions Step1,Step2,Step3...
In your case I kinda prefer running and validating a specific sub-step on its own, and then just take for granted that I individually tested it when I start composing a test a layer above
5 replies
CC#
Created by geri on 10/10/2024 in #help
NUnit test class what has functions Step1,Step2,Step3...
I think you should always strive for tests containing their entire setup and teardown, never a dependency between each other. And if you are concerned that your test setup might require too much arrangement, you can always try to decouple some internals to allow it to individually test them, while only composing everything for a bigger test
5 replies
CC#
Created by michalgrzyska on 10/8/2024 in #help
Looking for AI dev to back me up a little in open source project
Unless specified otherwise
7 replies
CC#
Created by michalgrzyska on 10/8/2024 in #help
Looking for AI dev to back me up a little in open source project
7 replies
CC#
Created by michalgrzyska on 10/8/2024 in #help
Looking for AI dev to back me up a little in open source project
I'll get back to you with the info later once I'm back home, travelling back from vacation right now
7 replies