|
You last visited: Today at 22:26
Advertisement
Council to learn to code.
Discussion on Council to learn to code. within the CO2 Private Server forum part of the Conquer Online 2 category.
08/21/2012, 15:03
|
#1
|
elite*gold: 0
Join Date: Jan 2010
Posts: 54
Received Thanks: 6
|
Council to learn to code.
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
|
#2
|
elite*gold: 0
Join Date: May 2008
Posts: 477
Received Thanks: 178
|
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  ?
5- Ambiguous !
6- No problem
|
|
|
08/21/2012, 17:38
|
#3
|
elite*gold: 0
Join Date: Jan 2010
Posts: 54
Received Thanks: 6
|
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
|
#4
|
elite*gold: 0
Join Date: Dec 2011
Posts: 1,537
Received Thanks: 785
|
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
|
#5
|
elite*gold: 0
Join Date: May 2008
Posts: 477
Received Thanks: 178
|
Quote:
Originally Posted by jitus2
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
|
#6
|
elite*gold: 0
Join Date: Dec 2011
Posts: 1,537
Received Thanks: 785
|
Quote:
Originally Posted by badguy4you
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
|
#7
|
elite*gold: 0
Join Date: May 2008
Posts: 477
Received Thanks: 178
|
Quote:
Originally Posted by I don't have a username
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
|
#8
|
elite*gold: 0
Join Date: Dec 2011
Posts: 1,537
Received Thanks: 785
|
Quote:
Originally Posted by badguy4you
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
|
#9
|
elite*gold: 0
Join Date: May 2008
Posts: 477
Received Thanks: 178
|
Quote:
Originally Posted by I don't have a username
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
|
#10
|
elite*gold: 0
Join Date: Dec 2011
Posts: 1,537
Received Thanks: 785
|
Quote:
Originally Posted by badguy4you
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
|
#11
|
elite*gold: 0
Join Date: Jan 2010
Posts: 54
Received Thanks: 6
|
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
|
#12
|
elite*gold: 0
Join Date: Dec 2011
Posts: 1,537
Received Thanks: 785
|
Quote:
Originally Posted by jitus2
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
|
#13
|
elite*gold: 0
Join Date: Aug 2012
Posts: 33
Received Thanks: 1
|
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.
|
|
|
08/22/2012, 08:41
|
#14
|
elite*gold: 0
Join Date: Dec 2011
Posts: 1,537
Received Thanks: 785
|
Quote:
Originally Posted by EliteMvpers
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.

|
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
|
#15
|
elite*gold: 0
Join Date: Jan 2010
Posts: 54
Received Thanks: 6
|
"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
|
|
|
 |
|
Similar Threads
|
Id like to learn to code
07/16/2010 - Coding Tutorials - 1 Replies
Id like to learn to code but none the the posts here are in ENGLISH Q,Q
|
[Release] Learn How To Code C#
06/03/2009 - CO2 PServer Guides & Releases - 9 Replies
Hello Guys..
i'm Releasing a Book to learn you Programming using C#
Pages : 1516
CD Price : 106$
Bu im Releasing it for free
for Serious And Fresh Coders
Download Link :Download with rapidshare Another Link Download with megaupload Thanks turk55
Archive Password : supermario1980
best wishes
|
Learn how to code in a new environement!!
02/20/2009 - CO2 Private Server - 9 Replies
Hello guys my buddy started a site about coding in different languages and i just thought ill share it with ya coz its amazing :D
ShockSoft Forums
No link back to epvpers needed coz its not a p server adv.
|
help a nub learn to code
12/10/2008 - CO2 Private Server - 1 Replies
yes, im a noob, no, i no absolutely nothing about coding, but i am willing to learn, so any help i can get to learn how to code is very much appreciated, ty.
:bandit:
|
All times are GMT +1. The time now is 22:27.
|
|