p2p

  • Thread starter Thread starter Matias Woloski
  • Start date Start date
M

Matias Woloski

I have to write something VERY similar to Kazaa.
Is there something I could use to do some estimation of development time? Is
there anything done on the subject in c#? I couldn't find anything handy in
google for c#.

any pointers?

thanks,
Matias
 
If you haven't worked with C# or .NET Framework yet, then it'll be much
harder for you to estimate a schedule. You might try www.joelonsoftware.com
and search for software schedules, as he has some great advice on that.

VS.NET allows you to develop code faster than most other platforms, so
assuming the same level of competency, you should see coding productivity
multiplied by 1.5 to 5 times, depending on what kind of code and many other
factors. I know that the first time I tried VS.NET (Beta) for a production
system, it took us 1/3rd the time we had estimated to do it with ASP3/VB6
COM.

-mike
MVP
 
Matias Woloski said:
I have to write something VERY similar to Kazaa.
Is there something I could use to do some estimation of development time? Is
there anything done on the subject in c#? I couldn't find anything handy in
google for c#.

any pointers?
Well, not to books / tutorials on building yer own p2p, but here's a site
that lists MANY different p2p programs, some of which may be accompanied on
their host sites by (pointers to) source codes... www.shareall.tk

Another place to ask for info could be the Unite The Cows forum. I don't
know the actual site address, I know they (have been) moved around lately.
Google! A lot of knowledge there I bet.

Success,
Best!
Stu
 
Back
Top