C and C++ concepts are essential for ASP.net understanding?

Sim

New member
I want to do ASP.net but i am not too much familiar with C and C++.
so should i go for ASP.net or not?
aur firstly i have to understand the concepts of C and C++ then i go for ASP.net?
Also what other things are required for ASP.net and Which one version should i for 3.5 or 4??
I had done Oracle Ist module i.e. SQL 9i.
 
Yes , you need to understand the concept of memory allocation and constructors in order to program with objects of any kind.
 
Much of which version to use depends on the server you're going to use. Use the latest you have available.

Most people I know ho are useing asp.net are using C# rather than C or C++. I think you'll find this much easier to use than C++, especially when working with ASP. (I prefer C++ over all, but when I work with ASP I switch to C# myself. C# is designed for .net, C++ is not).

I don't think you'll find it too hard, especially if you have worked with Oracle.

Good luck.
 
Back
Top