tommy
tommy
CC#
Created by tommy on 11/17/2024 in #help
✅ How do Avro, ORC and Parquet work?
okay
13 replies
CC#
Created by tommy on 11/17/2024 in #help
✅ How do Avro, ORC and Parquet work?
👍
13 replies
CC#
Created by tommy on 11/16/2024 in #help
✅ What is the use of `LogLevel` type in C#?
i thought this was something completely different
10 replies
CC#
Created by tommy on 11/16/2024 in #help
✅ What is the use of `LogLevel` type in C#?
in retrospect, i should have looked at the docs carefully earlier
10 replies
CC#
Created by tommy on 11/16/2024 in #help
✅ What is the use of `LogLevel` type in C#?
okay
10 replies
CC#
Created by tommy on 11/11/2024 in #help
✅ Difference between `string[]` and `IEnumerable<string>`
👍
23 replies
CC#
Created by tommy on 11/11/2024 in #help
✅ Difference between `string[]` and `IEnumerable<string>`
okay
23 replies
CC#
Created by tommy on 11/11/2024 in #help
✅ Difference between `string[]` and `IEnumerable<string>`
what does it mean when you say current state here?
23 replies
CC#
Created by tommy on 11/11/2024 in #help
✅ Difference between `string[]` and `IEnumerable<string>`
what i have gathered from this is that there's a difference in the iteration: EnumerateDirectories will iterate over the directories one by one to match a condition's expression, whereas GetDirectories will iterate over all the files/directories first, provide a string[] over which we iterate
23 replies
CC#
Created by tommy on 11/2/2024 in #help
✅ Having trouble going from the old syntax to top level statements
okay!!
9 replies
CC#
Created by tommy on 11/2/2024 in #help
✅ Having trouble going from the old syntax to top level statements
but i have to learn top level statements just in case
9 replies
CC#
Created by tommy on 11/2/2024 in #help
✅ Having trouble going from the old syntax to top level statements
i too would prefer using the old way
9 replies
CC#
Created by tommy on 10/22/2024 in #help
/reference flag in C# compiler
i think i got it
12 replies
CC#
Created by tommy on 10/22/2024 in #help
/reference flag in C# compiler
libraries are just a collection of modules!!
12 replies
CC#
Created by tommy on 10/22/2024 in #help
/reference flag in C# compiler
ohhh
12 replies
CC#
Created by tommy on 10/22/2024 in #help
/reference flag in C# compiler
so, it's the answer to this thing that I am looking by understanding the working of reference flag
12 replies
CC#
Created by tommy on 10/22/2024 in #help
/reference flag in C# compiler
during compilation
12 replies
CC#
Created by tommy on 10/22/2024 in #help
/reference flag in C# compiler
even after making a source code file a module, I am still able to use it as a library, i.e. using /t:library
12 replies
CC#
Created by tommy on 10/22/2024 in #help
/reference flag in C# compiler
a thing I am looking for
12 replies
CC#
Created by tommy on 10/19/2024 in #help
✅ difference between `MyClass obj2 = obj1;` and `MyClass obj2 = new MyClass(obj1);`
time to work
47 replies