C Language vs. Pascal Language | C vs. Pascal | Difference between C Language and Pascal Language
C Language vs. Pascal Language C Language Pascal Language C language was found by Dennis Ritchie in 1972. Pascal language was found by Niklaus Wirth in 1969. Name of…
How to create XML document programatically in c# | Error Log Creator using Csharp in XML
While working in .net for some time, i today came up with a requirement in which i had to create a error logging system for an n-tier application. I could…
Difference between C & C++ | C Language Vs. C++ Language
C Language Vs. C++ Language C Language C++ Language Language ‘C’ is a procedure Oriented language. ‘C++’ is an object oriented language. Founder ‘C’ language is developed by Dennies…
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…
LINQ | Advantages Of LINQ | Why .net Developers prefer LINQ
What is LINQ : LINQ stands for “Language Integrated Query” . LINQ is one of the components of Microsoft’s .NET Framework that provides technique for querying data that supports not…
Difference between Abstract Class and Interface | Abstract Class Vs. Interface
Difference between Abstract Class and Interface | Abstract Class Vs. Interface Abstract Class Interface Definition An Abstract Class is always used to serve as a base class as it can’t…
New Features in ASP.NET 4.0 core services
Refactored The file has been refactored by taking all the complicated configuration statements into the This has been done so that all the complex and major settings stored in the…
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…
Is .NET a clone of JAVA?
I have seen this question arise a lot in the discussion which often turns into battle field for the developer community. Many believe that .net is a clone of Java.…