C# Interview Answers
What is .Net? .NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows. .Net framework is a managed application development platform which help programmers to create platform independent applications. It includes a large class library known as F ramework C lass L ibrary (FCL) and provides language interoperability (each language can use code written in other languages) across several programming languages known as C ommon L anguage R untime (CLR). Its mean .Net Frame work support all object oriented languages introduce by Microsoft like C++, Vb.Net and C# dot FSharp etc. Framework Example: But, I would like to share one example which I only thought of today. If I told you to cut a piece of paper with dimensions 5m by 5m then surely you would do that. But then I ask you to cut 1000 pieces of paper of the same dimensions. Then you won't do the measuring 1000 times, obvio...