Can someone give me a clear, concise definition of the difference between a programming language and a framework? I have scoured the web and been unable to find an adequate
I hope i can explain using an example.
Dot net is a framework which consists of large libraries and supports many programming languages.. C# is a programming language through which you can give instruction to a machine mainly computer.. Now if your source code is in C# you can use Dot net framework libraries and the source code which is written in other languages..