Council to learn to code.

08/21/2012 15:03 jitus2#1
Hello,
I would like to learn how to code sources such as 5165.
I wish I had advice, how to learn? Here I just ordered a book to learn to code with Visual C #.
What source I can get exerts for Learning?
And why certain open source I can NavicatLite with that?
I can also encode with it?
Thank you for helping me, and sorry for my bad english.
08/21/2012 17:23 badguy4you#2
1- If you can code 5165 you can code any other
2- Good step just stick to learning c#
3- You can use Albetros source as it is a good reference for you to learn how things going
4- Error Page Not Found :D ?
5- Ambiguous !
6- No problem :D
08/21/2012 17:38 jitus2#3
Okay thank you very much!
I also think the source albatross, but how should I code it? with Navicat? So what is the best to learn the code. Hence my questions 4 and 5
Thank you!
08/21/2012 18:03 I don't have a username#4
Basically before starting to create a source or edit one then learn C#. It's great that you've bought a C# E-book, but it's important you actually know the language before working on a server.
Working on a Conquer server takes more than just knowing C# and especially you'd have to know network programming, so start out by learning the basics.

Once you've mastered that then create your own applications just for fun to get better.

Evt. you'll be experienced enough to work on a server.

If you just drop into a server and starts to work on it, then the chance it'll be ay better than any other running server is 0.

Learn the language first.
08/21/2012 18:06 badguy4you#5
Quote:
Originally Posted by jitus2 View Post
Okay thank you very much!
I also think the source albatross, but how should I code it? with Navicat? So what is the best to learn the code. Hence my questions 4 and 5
Thank you!
With Navicat !! Navi is only a database viewer to view you database and edit it...

You will program ir using C# and for database works use Nhibernate
08/21/2012 18:17 I don't have a username#6
Quote:
Originally Posted by badguy4you View Post
With Navicat !! Navi is only a database viewer to view you database and edit it...

You will program ir using C# and for database works use Nhibernate
That's incorrect. NHibernate is just a 3rd party library used to handle things such as SQL much easier, but it's not necessary. You do not need NHibernate at all.
08/21/2012 18:25 badguy4you#7
Quote:
Originally Posted by I don't have a username View Post
That's incorrect. NHibernate is just a 3rd party library used to handle things such as SQL much easier, but it's not necessary. You do not need NHibernate at all.
i know it's not necessary but more advanced way to handle SQL much easier as you stated !
08/21/2012 18:30 I don't have a username#8
Quote:
Originally Posted by badguy4you View Post
i know it's not necessary but more advanced way to handle SQL much easier as you stated !
MySQL, but not SQL. Ex. I'd never use it with MS SQL.
08/21/2012 18:33 badguy4you#9
Quote:
Originally Posted by I don't have a username View Post
MySQL, but not SQL. Ex. I'd never use it with MS SQL.
I am also using MySQL... For the non conquer related project i am working on but you know i am stuck with the security matter ...

idk how to provide the best security for my app against Fake Server response... can u help ?
08/21/2012 18:47 I don't have a username#10
Quote:
Originally Posted by badguy4you View Post
I am also using MySQL... For the non conquer related project i am working on but you know i am stuck with the security matter ...

idk how to provide the best security for my app against Fake Server response... can u help ?
Well encrypt your packets and every data you're using. Have a few packets that you always need to have the client responding to the server and same thing the other way. Uhmmm a lot of things you can do, basically best thing would be to Google various ways of security and try to either combine them, get ideas or use specific ones.
08/21/2012 20:28 jitus2#11
Thank you to you two!
I'll start by learning the language well C#
For network programming I use what software?
So to create or modify my source, I use visual c # and change my database i use navicat?
I am trying to gather all your information to good start the Learning!!
I get my book tomorrow!
08/21/2012 20:57 I don't have a username#12
Quote:
Originally Posted by jitus2 View Post
Thank you to you two!
I'll start by learning the language well C#
For network programming I use what software?
So to create or modify my source, I use visual c # and change my database i use navicat?
I am trying to gather all your information to good start the Learning!!
I get my book tomorrow!
You also use C# for network programming. Give it a month or two to learn, once you've done that just search for socket tutorials or the tutorial in my signature.
08/22/2012 08:26 EliteMvpers#13
Maybe and hopefully this will help u, it just gives a advice on what sources are good and what sources are garbage and YES it tells which ones are good for learning coding. All credits of it goes to Fang.

[Only registered and activated users can see links. Click Here To Register...]
08/22/2012 08:41 I don't have a username#14
Quote:
Originally Posted by EliteMvpers View Post
Maybe and hopefully this will help u, it just gives a advice on what sources are good and what sources are garbage and YES it tells which ones are good for learning coding. All credits of it goes to Fang.

[Only registered and activated users can see links. Click Here To Register...]
No sources are good for learning to code. That's how it is.

By this I don't mean there is good sources, but I mean a source is not good to learn of if you do not know programming in the first place.
08/22/2012 13:31 jitus2#15
"No sources are good for learning to code. That's how it is.

By this I don't mean there is good sources, but I mean a source is not good to learn of if you do not know programming in the first place."

I understand, but I can learn the language, and practice what I learned about the source?

"You also use C# for network programming. Give it a month or two to learn, once you've done that just search for socket tutorials or the tutorial in my signature."
Ok thank, before learning network programming with the tutorial I learn the language?

"Maybe and hopefully this will help you, it just gives a advice on what sources are good and what sources are garbage and YES it tells which ones are good for learning coding. All credits of it goes to Fang."
Yes it's my request thank! and how to learn :)
I got my book this morning! I'll start to learn this afternoon :)