PeasantBoy Posted July 27, 2020 Posted July 27, 2020 Hello. I watched this LINK 1/1 and i didn't find Tutorial_1_1.dll how is in his clip at min 14:18, i did 1/1, the folders bin\Debug\netcoreapp3.1 i have them but i have only Tutorial_1_1.deps, what can i do ? Can someone help me ? and what is a better choice dotnet\resources or bridge ?
brosiden Posted July 28, 2020 Posted July 28, 2020 (edited) Bridge as I know wont be supported in the next versions. So go for dotnet. Also make sure you hit build after you wrote the code the guy in the tutorial shows. Also you should learn the language first and then start coding in rage. Use "Thinking in C#" book if you wanna get a better idea about this language. This guy's tutorial seems ok but you should have an idea about what a class is, an object or inheritance. I dont know C# either, I code in JavaScript or Java depending what project Im working on. Edited July 28, 2020 by brosiden
PeasantBoy Posted July 30, 2020 Author Posted July 30, 2020 On 7/28/2020 at 7:39 PM, brosiden said: Bridge as I know wont be supported in the next versions. So go for dotnet. Also make sure you hit build after you wrote the code the guy in the tutorial shows. Also you should learn the language first and then start coding in rage. Use "Thinking in C#" book if you wanna get a better idea about this language. This guy's tutorial seems ok but you should have an idea about what a class is, an object or inheritance. I dont know C# either, I code in JavaScript or Java depending what project Im working on. I did and i solved, i forgot to build yea... thanks. Can i ask you something ? What is better to use .js or .cs ? If i have .js can i still use .cs in the same time ?
brosiden Posted July 31, 2020 Posted July 31, 2020 7 hours ago, PeasantBoy said: I did and i solved, i forgot to build yea... thanks. Can i ask you something ? What is better to use .js or .cs ? If i have .js can i still use .cs in the same time ? If you wanna mix them you should use js for clientside and c# for serverside. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now