Microsoft intermediate language in .NET | Understanding MSIL
It's always good to be clear with the basics before you take the dive into .NET field. MSIL also many times referred to as CIL(Common Intermediate Language) or just IL(Intermediate…
Difference between Compiler and interpreter | Compiler vs. Interpreter
Difference between Compiler and interpreter Compiler Interpreter Scanning Compiler scans the entire program first and then translates into machine code. Interpreter scans and translates the program line by line…
Difference between Web Application and Web Site in .net | Web Application Vs. Web Site
Difference between Web Application and Web Site in .net Web Application Web Site All the list of the files included in the project is stored in the .csproj/.vbproj No such…
Procedure Oriented Programming vs. Object Oriented Programming
Difference Between Procedure Oriented Programming (POP) & Object Oriented Programming (OOP) Procedure Oriented Programming Object Oriented Programming Divided Into In POP, program is divided into small parts called functions. In…
Difference Between Object Based Languages and Object Oriented Language | Object Based vs. Object Oriented
Difference Between Object Based and Object Oriented Languages Object Based Language Object Oriented Language Support of features Object Based Language does not support all the features of Oops Object Oriented…