which is better to choose?
-
Hello friends, I have a question that is not completely about c# but it relates: I am going to write an administrative program for a client-server network. this program is for comminucating and sending the packets through network, from server to clients and viceversa. but there is a question: for this kind of comminucations, c# is more respondent or java? which of these two languages is better for write the program? Is there any differences? What are them? please guide me. thanks
-
Hello friends, I have a question that is not completely about c# but it relates: I am going to write an administrative program for a client-server network. this program is for comminucating and sending the packets through network, from server to clients and viceversa. but there is a question: for this kind of comminucations, c# is more respondent or java? which of these two languages is better for write the program? Is there any differences? What are them? please guide me. thanks
Hi, Probably no one will say C# is better than Java or vice versa as you guess but I have been writing server/client applications for a long time and I can say that .NET IDE is very stable and .NET framework has good and easy to use
server/client classes
. You can develop client/server applications very easily with .NET C#. Good luck zafer -
Hello friends, I have a question that is not completely about c# but it relates: I am going to write an administrative program for a client-server network. this program is for comminucating and sending the packets through network, from server to clients and viceversa. but there is a question: for this kind of comminucations, c# is more respondent or java? which of these two languages is better for write the program? Is there any differences? What are them? please guide me. thanks
honestly, you may choose what language that you more understand to use, so you can manage them more easy and give fast response when errors occurred.
dhaim programming is a hobby that make some money as side effect :)
-
Hello friends, I have a question that is not completely about c# but it relates: I am going to write an administrative program for a client-server network. this program is for comminucating and sending the packets through network, from server to clients and viceversa. but there is a question: for this kind of comminucations, c# is more respondent or java? which of these two languages is better for write the program? Is there any differences? What are them? please guide me. thanks
If the applications will never be run on Linux, write it in C#.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Hi, Probably no one will say C# is better than Java or vice versa as you guess but I have been writing server/client applications for a long time and I can say that .NET IDE is very stable and .NET framework has good and easy to use
server/client classes
. You can develop client/server applications very easily with .NET C#. Good luck zaferthanks for your kind response, may I know what kind of resources do you offer me to understand fundamentals, source code and rather articles. because those source codes I found are a bit difficult and half-explained. thanks again
modified on Sunday, August 31, 2008 7:32 AM
-
honestly, you may choose what language that you more understand to use, so you can manage them more easy and give fast response when errors occurred.
dhaim programming is a hobby that make some money as side effect :)
thanks again, i'll be glad if you give me the resources of learning (articles and source codes :-)). I have searched for them but those I found are a bit difficult and malfomed explained. whould you give me some better ones?
modified on Sunday, August 31, 2008 7:39 AM
-
If the applications will never be run on Linux, write it in C#.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001thanks again, i'll be glad if you give me the resources of learning (articles and source codes :)). I have searched for them but those I found are a bit difficult and malfomed explained. whould you give me some better ones?
modified on Sunday, August 31, 2008 7:35 AM
-
thanks again, i'll be glad if you give me the resources of learning (articles and source codes :)). I have searched for them but those I found are a bit difficult and malfomed explained. whould you give me some better ones?
modified on Sunday, August 31, 2008 7:35 AM
Google is your friend.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
thanks again, i'll be glad if you give me the resources of learning (articles and source codes :-)). I have searched for them but those I found are a bit difficult and malfomed explained. whould you give me some better ones?
modified on Sunday, August 31, 2008 7:39 AM
search withing CP with keywords : "C# AND Network AND Programming", there are many resources and articles there http://www.codeproject.com/info/search.aspx?artkw=C%23+AND+Network+AND+Programming[^] hope it helps
dhaim programming is a hobby that make some money as side effect :)
-
Hello friends, I have a question that is not completely about c# but it relates: I am going to write an administrative program for a client-server network. this program is for comminucating and sending the packets through network, from server to clients and viceversa. but there is a question: for this kind of comminucations, c# is more respondent or java? which of these two languages is better for write the program? Is there any differences? What are them? please guide me. thanks
I think Java is better and harder.
Sajjad Izadi wrote:
Is there any differences?
By Java : You can run your program on both of Linux and Windows. Java is faster , faster , faster.
-
Hello friends, I have a question that is not completely about c# but it relates: I am going to write an administrative program for a client-server network. this program is for comminucating and sending the packets through network, from server to clients and viceversa. but there is a question: for this kind of comminucations, c# is more respondent or java? which of these two languages is better for write the program? Is there any differences? What are them? please guide me. thanks
what have you done before? or what have you done so far? If you are a beginner learn from some tutorials before doing that. Even not beginner download some samples here. Good Luck ;P
-
thanks for your kind response, may I know what kind of resources do you offer me to understand fundamentals, source code and rather articles. because those source codes I found are a bit difficult and half-explained. thanks again
modified on Sunday, August 31, 2008 7:32 AM
I suggest you to buy "C# in a Nutshell" written by "Joseph albahari". The book explains some basics of network programming.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
I think Java is better and harder.
Sajjad Izadi wrote:
Is there any differences?
By Java : You can run your program on both of Linux and Windows. Java is faster , faster , faster.
Mohammad Dayyan wrote:
Java is faster , faster , faster.
Are you sure ? :) Seriously, it all depends on the programmer and how efficiently the program is written. A C++ program can be very slow if it is written poorly.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions