|
12/01/2010, 23:26
|
#46
|
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,162
|
Quote:
Originally Posted by 1337 H4X0R
Peoples learn different and korvacs is right.
Why waste time on learning something, when u can learn something wich is better, but the same.
|
I don't really get what you're trying to say there mister. How can it be a "waste" of time, when if you really want to develop as a programmer and eventually work as one, you would need to know different teqnuiqes of coding rather than the simple SQL queries that every public source out here has already? I really, really don't think anyone here is intrested in creating a server which they will do for a living, if they are it will most likely not go as good as finding a real job. So my point being, aim at being a successful programmer rather than having a succesful server, if that's your main goal.
|
|
|
12/02/2010, 04:35
|
#47
|
elite*gold: 20
Join Date: Mar 2006
Posts: 1,491
Received Thanks: 536
|
Quote:
Originally Posted by 1337 H4X0R
Peoples learn different and korvacs is right.
Why waste time on learning something, when u can learn something wich is better, but the same.
|
Your work is on making servers, so why bother learning low level assembly or how to build kernels? Your logic is flawed. If you don't want to learn and better yourself, that's you. Many want to make an attempt to learn everything they possibly can, even if it's something that appears to be useless. LINQ actually has its uses.
My C# AMF lib uses LINQ. You're already sacrificing speed and power by using .NET in the first place, you might as well use the libraries and features it provides that you're already paying for. Plus, loading something from a relational database that you already have stored locally is a bigger waste of cycles than using LINQ on that data internally.
|
|
|
12/02/2010, 19:21
|
#48
|
elite*gold: 0
Join Date: Nov 2009
Posts: 129
Received Thanks: 45
|
Quote:
Originally Posted by bone-you
My C# AMF lib uses LINQ. You're already sacrificing speed and power by using .NET in the first place.
|
Just curious, do you ever get off bashing C#/.NET?
|
|
|
12/02/2010, 20:10
|
#49
|
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 794
|
Quote:
Originally Posted by ~Falcon
Just curious, do you ever get off bashing C#/.NET?
|
Ignorance at it`s core  How was that bashing? It`s just a fact on top of which you can make your own decisions.
|
|
|
12/02/2010, 20:17
|
#50
|
elite*gold: 0
Join Date: Nov 2009
Posts: 129
Received Thanks: 45
|
Quote:
Originally Posted by KraHen
Ignorance at it`s core  How was that bashing? It`s just a fact on top of which you can make your own decisions.
|
Don't give me the rolleyes when you have no idea what your talking about.
Research his post history, hence the 'do you ever'.
Here, have some rolleyes
|
|
|
12/02/2010, 23:30
|
#51
|
elite*gold: 0
Join Date: Jun 2009
Posts: 787
Received Thanks: 314
|
Quote:
Originally Posted by ~Falcon
Don't give me the rolleyes when you have no idea what your talking about.
Research his post history, hence the 'do you ever'.
Here, have some rolleyes 
|
10q4
|
|
|
12/03/2010, 00:01
|
#52
|
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,162
|
Quote:
Originally Posted by ~Falcon
Just curious, do you ever get off bashing C#/.NET?
|
What he's saying is true tho, atleast for .NET speed. For example, regular pointers would be faster than embedded ones in an .NET array, right?
|
|
|
12/03/2010, 01:20
|
#53
|
elite*gold: 20
Join Date: Mar 2006
Posts: 1,491
Received Thanks: 536
|
Quote:
Originally Posted by ~Falcon
Just curious, do you ever get off bashing C#/.NET?
|
How is that bashing? Simply by using .NET you are truly sacrificing total performance potential. Chances are that absolute potential will not be needed by your program, but it's plain fact. LINQ is there, depending on how you use it it wouldn't hurt too much to use it and it may even be better.
|
|
|
12/03/2010, 08:20
|
#54
|
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,162
|
Quote:
Originally Posted by bone-you
How is that bashing? Simply by using .NET you are truly sacrificing total performance potential. Chances are that absolute potential will not be needed by your program, but it's plain fact. LINQ is there, depending on how you use it it wouldn't hurt too much to use it and it may even be better.
|
Agreed. Had some talk with Sparkie about it and after a while we both agreed to the same point; For complex queries, use LINQ>SQL correctly. For simple queries, use CompliedQuery.
Anyhow, we're going offtopic ^^
|
|
|
12/03/2010, 19:15
|
#55
|
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 506
|
Quote:
Originally Posted by EmmeTheCoder
Agreed. Had some talk with Sparkie about it and after a while we both agreed to the same point; For complex queries, use LINQ>SQL correctly. For simple queries, use CompliedQuery.
Anyhow, we're going offtopic ^^
|
Had the same conversation with Sparkie lol.
|
|
|
12/29/2010, 22:20
|
#56
|
elite*gold: 0
Join Date: Aug 2009
Posts: 9
Received Thanks: 0
|
Good luck guys hope it finish soon ^^'!
|
|
|
12/30/2010, 02:19
|
#57
|
elite*gold: 0
Join Date: Dec 2010
Posts: 33
Received Thanks: 5
|
Wow, this project sure looks sweet! I was reading this convo of the coders and I was like WTH? Anyway, I wish you the best of luck and keep us updated!
|
|
|
12/30/2010, 02:28
|
#58
|
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
|
Dead project ftl.
|
|
|
12/30/2010, 02:31
|
#59
|
elite*gold: 0
Join Date: Dec 2010
Posts: 33
Received Thanks: 5
|
Quote:
Originally Posted by Arcо
Dead project ftl.
|
Why do you say that? :O Is it dead?
|
|
|
12/30/2010, 03:42
|
#60
|
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,381
|
Quote:
Originally Posted by Paradøx
Why do you say that? :O Is it dead?
|
No update posts have been made in ages.
Project alchemy on the other hand you can expect an early open beta within a week.
|
|
|
Similar Threads
|
A New Class Monk is coming in Conquer Online!
11/26/2010 - Conquer Online 2 - 1 Replies
Hey,Guys
A new class Monk is coming in Conquer Online on Dec 16th.
This is an amazing class, with many magical abilities. They can assist you in battle by giving you various extra attributes, while still being able to tough it out on the front lines! Just get ready for its coming!
Have a nice day and here are some pics for you:
http://img1.91huo.com/co/images/news/0913_mmonk.j pg
|
A New Class Monk is coming in Conquer Online!
11/25/2010 - Conquer Online 2 - 2 Replies
Hey,Guys
A new class Monk is coming in Conquer Online on Dec 16th.
This is an amazing class, with many magical abilities. They can assist you in battle by giving you various extra attributes, while still being able to tough it out on the front lines! Just get ready for its coming!
Have a nice day and here are some pics for you:
http://img1.91huo.com/co/images/news/0913_mmonk.j pg
|
All times are GMT +1. The time now is 08:05.
|
|