beginner: weakest sides of .NET?

R

R.A.M.

Hello,
I am learning .NET 3.0 and I have such question: what are, in your opinion,
the weakest sides of .NET technology?
Thanks for your opinions.
/RAM/
 
M

Michael Nemtsev

Hello R.A.M.,

:) good question.
weak part comparing with what?

R> Hello,
R> I am learning .NET 3.0 and I have such question: what are, in your
R> opinion,
R> the weakest sides of .NET technology?
R> Thanks for your opinions.
R> /RAM/
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
J

Jon Shemitz

R.A.M. said:
I am learning .NET 3.0 and I have such question: what are, in your opinion,
the weakest sides of .NET technology?

Deployment. You have to check that your user's machine already has the
right .NET runtime. If not, you have to install that first, from the
CD or via download, which typically takes a while and may involve a
restart.
 
C

Cor Ligthert [MVP]

RAM,

The weakest sides is in my opinion that if you are used to it, you cannot
find anything better, so you have not a good opportunity to switch

Cor
 
N

Nick Malik [Microsoft]

R.A.M. said:
Hello,
I am learning .NET 3.0 and I have such question: what are, in your
opinion, the weakest sides of .NET technology?
Thanks for your opinions.
/RAM/
Hi R.A.M.,

I'd have to say that a LOT of the open source libraries and tools out there
have been written in Java, and I wish I could use some of them in .Net.
While many have been ported, there are still some that have not. That's the
only thing I wish for.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top