Jump to content

Recommended Posts

Posted

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 ?

Posted (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 by brosiden
Posted
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 ?

Posted
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.

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...