Anton
Anton
CC#
Created by Faker on 1/18/2025 in #help
Casting and Convert method in C#
that is what is built in
61 replies
CC#
Created by Faker on 1/18/2025 in #help
Casting and Convert method in C#
but if you ignored the ability to overload cast operators, in its basic sense, it deals with numbers and references
61 replies
CC#
Created by Faker on 1/18/2025 in #help
Casting and Convert method in C#
.
61 replies
CC#
Created by Faker on 1/18/2025 in #help
Casting and Convert method in C#
meant number here, my bad
61 replies
CC#
Created by Faker on 1/18/2025 in #help
Casting and Convert method in C#
for your own types
61 replies
CC#
Created by Faker on 1/18/2025 in #help
Casting and Convert method in C#
this is not really true because you can define cast operators
61 replies
CC#
Created by Faker on 1/18/2025 in #help
Casting and Convert method in C#
a string that looks like a number in base 10 can be parsed into a number
61 replies
CC#
Created by Faker on 1/18/2025 in #help
Casting and Convert method in C#
parsing means extracting information from a string arranged in a certain way
61 replies
CC#
Created by Faker on 1/18/2025 in #help
Casting and Convert method in C#
casting refers to number conversions and pointer (reference) conversions
61 replies
CC#
Created by Faker on 1/18/2025 in #help
Casting and Convert method in C#
casting is not the same as parsing
61 replies
CC#
Created by Faker on 1/18/2025 in #help
Casting and Convert method in C#
int.Parse
61 replies
CC#
Created by JavierWGI on 1/16/2025 in #help
Database in C#
or something
17 replies
CC#
Created by JavierWGI on 1/16/2025 in #help
Database in C#
System.Data is deprecated
17 replies
CC#
Created by JavierWGI on 1/16/2025 in #help
Database in C#
You need Microsoft.Data not System.Data
17 replies
CC#
Created by madmike on 1/17/2025 in #help
Add NuGet package to shared library not possible (Rider)
look at the csproj files
13 replies
CC#
Created by Keyvan on 1/17/2025 in #help
Dockerizing dotnet
or the exact problem
42 replies
CC#
Created by Keyvan on 1/17/2025 in #help
Dockerizing dotnet
I wasn't the one solving it so I don't know the solution
42 replies
CC#
Created by Keyvan on 1/17/2025 in #help
Dockerizing dotnet
we could send requests to a docker container directly but not via port mapping
42 replies
CC#
Created by Keyvan on 1/17/2025 in #help
Dockerizing dotnet
I remember there was also something to do with container networks or whatever
42 replies
CC#
Created by Keyvan on 1/17/2025 in #help
Dockerizing dotnet
because a proxy was used
42 replies