Djinn
Djinn
CC#
Created by Djinn on 4/28/2023 in #help
✅ Error while injecting generic interface
thank you
9 replies
CC#
Created by Djinn on 4/28/2023 in #help
✅ Error while injecting generic interface
oh god
9 replies
CC#
Created by tornixdev on 4/10/2023 in #help
❔ abstract class vs interface
i agree with Thinker, interface even if you can write default methods, statics and so on they should just have contract to some implementation instead of implementing them this protected static could be in Baz class as protected/private or as Thinker said, abstract class
13 replies
CC#
Created by WarChortle on 4/10/2023 in #help
❔ IAsyncEnumerable vs List<T> as parameter in method
so, as Sossenbinder said, what r u questioning?
5 replies
CC#
Created by WarChortle on 4/10/2023 in #help
❔ IAsyncEnumerable vs List<T> as parameter in method
List<T> does the same as AsyncEnumerable version (but asyncEnumerable is async)
5 replies
CC#
Created by Djinn on 11/15/2022 in #help
❔ Future Task
There is not big deal with precision, could have some delay doing this operation
3 replies
CC#
Created by Djinn on 10/14/2022 in #help
XML Deserialize error
Using valid xml (... For for a lot lines)
6 replies
CC#
Created by Djinn on 10/14/2022 in #help
XML Deserialize error
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<tns:database xmlns:tns="http://www.iw.com/sns/platform/">
<Group id="function_on">
<ItemSpec id="lua_fun_res_dy_btn" online="all" test="all" version="6.26.0" pf="all"/>


....


</Group>
</tns:database>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<tns:database xmlns:tns="http://www.iw.com/sns/platform/">
<Group id="function_on">
<ItemSpec id="lua_fun_res_dy_btn" online="all" test="all" version="6.26.0" pf="all"/>


....


</Group>
</tns:database>
6 replies
CC#
Created by Djinn on 10/14/2022 in #help
XML Deserialize error
6 replies
CC#
Created by Djinn on 10/14/2022 in #help
XML Deserialize error
How do i just simple parse groups and items inside this xml? looks like throws because its not like some schema
6 replies