Sygmond
Sygmond
CC#
Created by Sygmond on 4/17/2024 in #help
Is using a blazor component from a service a good idea?
Short version: Is better to use components via a service compared with the standard practice of placing the component where is needed and using it directly? The service would have to be injected in the component and in the page where the component needs to be used. The service would hold the business logic, the component will act as UI only and any functions needed in the component would be executed from the service.
2 replies
CC#
Created by Sygmond on 3/29/2024 in #help
✅ Missing reference for one entity but not for another
and the namespace of some classes ware containing the word Item and make conflict with the entity Item
18 replies
CC#
Created by Sygmond on 3/29/2024 in #help
✅ Missing reference for one entity but not for another
@TeBeCo yep, thank you! That was. Some folders ware in the singular form, i.e. Item instead of Items and the entity was Item too...
18 replies
CC#
Created by Sygmond on 3/29/2024 in #help
✅ Missing reference for one entity but not for another
maybe I spot something. Sharing the code is kind of impossible because is a really big project
18 replies
CC#
Created by Sygmond on 3/29/2024 in #help
✅ Missing reference for one entity but not for another
looking for that now
18 replies
CC#
Created by Sygmond on 3/29/2024 in #help
✅ Missing reference for one entity but not for another
aha
18 replies
CC#
Created by Sygmond on 3/29/2024 in #help
✅ Missing reference for one entity but not for another
the namespace is the same in both files and under the same folder
18 replies
CC#
Created by Sygmond on 2/6/2023 in #help
❔ What’s the point of Database.BeginTransaction?
Great example, thank you! What happens if the user closes or refreshes the browser in between? Before Commit is hit. My class in Disposable (Accesor.cs) but the dispose method is not hit or is hit very later, after 5 mins. All this time the changes are not yet rolledback? Should I always use a “using block”?
9 replies
CC#
Created by Sygmond on 9/6/2022 in #help
Difference between nl-BE and nl_BE?
tried that too. Not working also
12 replies
CC#
Created by Sygmond on 9/6/2022 in #help
Difference between nl-BE and nl_BE?
I did that. ResourceManager can't find the resource file if is named with dash eg nl-BE when the current culture is nl_BE
12 replies
CC#
Created by Sygmond on 9/6/2022 in #help
Difference between nl-BE and nl_BE?
I can't have two separate resource files for BE and NL, because I can't name them with underscore.
12 replies
CC#
Created by Sygmond on 9/6/2022 in #help
Difference between nl-BE and nl_BE?
I defined all cultures with underscore but I got now in the situation that I have nl_BE and nl_NL and the resource files .nl.resx because I CAN'T name resources with .nl_be.resx and .nl_nl.resx
12 replies
CC#
Created by Sygmond on 8/12/2022 in #help
Inconsistent namespaces
I created it now :))
46 replies
CC#
Created by Sygmond on 8/12/2022 in #help
Inconsistent namespaces
I've seen now that instead of API they also use Api. I go with the convention
46 replies
CC#
Created by Sygmond on 8/12/2022 in #help
Inconsistent namespaces
ok
46 replies
CC#
Created by Sygmond on 8/12/2022 in #help
Inconsistent namespaces
Do you recommend ERP in project name or Erp?
46 replies
CC#
Created by Sygmond on 8/12/2022 in #help
Inconsistent namespaces
In my previous project the TL said not to go too deep :)) now I understand why
46 replies
CC#
Created by Sygmond on 8/12/2022 in #help
Inconsistent namespaces
Thank you. That is very very useful.
46 replies
CC#
Created by Sygmond on 8/12/2022 in #help
Inconsistent namespaces
that's why I like rules, so that in the future I don't have to figure it out. I took the project from someone else and I have to continue development.
46 replies
CC#
Created by Sygmond on 8/12/2022 in #help
Inconsistent namespaces
893 .cs files
46 replies