Hi I have worked on embedded projects in c and c++ for a couple of years, never really had much of a chance to work on .net. Now can some explain to me how can i learn .Net , how long do you think it would take me to learn .Net? I look online and it seems scary, Im not even that good at c++, now there is this .net to learn. jesus.
now the other thing is i looked at some sample code for vc++ 2010 and there is:
int main()
{
Application::Run(gcnew BDayPicker::BDayPicker());
return 0;
}
what is gcnew? whats application?
and
#using <mscorlib.dll>
whats this #using,
this is what I mean i never seen these things now its like learning from hello world again... wtf?
oh yea whats the difference between vc++ and c++ with .net?