+ 2
What is difference between c#and .net?
I am getting confused over .net because I have heard that .net is using c#index
4 Answers
+ 4
c# is a high level language which uses the concepts of oops
where as .net is a technology which can be used with c# as well as other 50+ languages.
0
c# is a programming language whereas .net is a framework. .net framework contains the runtime environment and the class library which is used by c# for its programmes.
0
.net is framework
0
c# is a managed programming language, he need a .net framework to compile his source code and run
the .net framework is like the virtual machine of JAVA is a environment that compile and run managed code from programming languages that follow his specifications like c#, vb.net, managed cpp