Buddy
Buddy
CC#
Created by kanoah™ on 11/19/2024 in #help
Trying to log information about event being used
If you're new to C# I suggest you learn C# first as going into these kind of things blindly will eat you up. Please go through $helloworld
5 replies
CC#
Created by kanoah™ on 11/19/2024 in #help
Trying to log information about event being used
I usually check the examples, that documentation is .. Ehm. Interesting?
https://github.com/roflmuffin/CounterStrikeSharp/tree/main/examples
5 replies
CC#
Created by 'brella boy on 11/19/2024 in #help
i have 44 errors that I don't know how to fix
It won't make you learn and you will only blindly copy off of it from what I have seen when people use it.
171 replies
CC#
Created by 'brella boy on 11/19/2024 in #help
i have 44 errors that I don't know how to fix
Please don't use ChatGPT.
171 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
You should not use localhost to connect (from outside) but the url given by the program as mentioned above
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
It should give you a url like this https://9469-your-ip-.ngrok-free.app
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
use the ngrok url given by the program
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
We do not help through DMs, thanks for asking beforehand though.
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
This can
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
27 replies
CC#
Created by Kriven on 11/17/2024 in #help
ASP.NET WEB FORMS
You can use ngrok, it works great
27 replies
CC#
Created by Pdawg on 11/17/2024 in #help
Micro-optimizing a Z80 emulators' pipeline. **Unsafe code**
You can use $paste to send full code snippets
215 replies
CC#
Created by Pdawg on 11/17/2024 in #help
Micro-optimizing a Z80 emulators' pipeline. **Unsafe code**
Probably forward it maybe? just say that you were redirected there
215 replies
CC#
Created by Pdawg on 11/17/2024 in #help
Micro-optimizing a Z80 emulators' pipeline. **Unsafe code**
This might be something for #allow-unsafe-blocks
215 replies
CC#
Created by Shock on 11/13/2024 in #help
WPF local: when using Dependency Injection
It should, yes.
14 replies
CC#
Created by Shock on 11/13/2024 in #help
WPF local: when using Dependency Injection
It's really good to aim for MVVM / XAML because modern frameworks do use XAML and it's fairly easy if you use MVVM to port it in the future since the data doesn't rely on the framework itself
14 replies