+ 2

What is difference between c#and .net?

I am getting confused over .net because I have heard that .net is using c#index

2nd Aug 2016, 4:02 PM
deepak kumar
deepak kumar - avatar
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.
2nd Aug 2016, 4:35 PM
HITESH
HITESH - avatar
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.
5th Aug 2016, 12:05 PM
Sumitabha Banerjee
Sumitabha Banerjee - avatar
0
.net is framework
6th Aug 2016, 12:11 AM
Anup Saha
Anup Saha - avatar
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
9th Dec 2016, 8:02 PM
Malki Mohammed
Malki Mohammed - avatar