Top questions

Post

New Post


Find by name:

Question Answer
Question # 7 What is ASP short for? Answer # ASP is also an abbreviation for Active Server Page. An application service provider (ASP) is a company that offers individuals or enterprises access over the Internet to applications and related services that would otherwise have to be located in their own personal or enterprise computers.
Question # 8 What is the difference between C# and .NET? Answer # C# is a language, .NET is an application framework. The .NET libraries can run on the CLR and thus any language which can run on the CLR can also use the .NET libraries. This common .net format is what allows libraries to be shared between .net languages (C#, VB.Net, F# and others) easily.
Question # 9 What is the difference between ASP and ASP NET? ASP is interpreted whereas, ASP.NET is compiled. This implies that since ASP uses VBScript; therefore, when an ASP page is executed, it is interpreted. On the other hand, ASP.NET uses .NET languages, such as C# and VB.NET, which are compiled to Microsoft Intermediate Language (MSIL).



Back to HomePage