.NET vs ASP.NET vs CLR vs ASP

前端 未结 5 1694
挽巷
挽巷 2021-01-29 23:54

Although I know the terms I used to forget the differences sometimes...So just to maintain a place for reference...Thanks all for your answers.

5条回答
  •  無奈伤痛
    2021-01-30 00:41

    .NET - A software framework for Windows machines that contains a multitude of libraries .NET Framework

    ASP.NET - A web application framework designed to let you use .NET supported languages to create web applications ASP.NET

    CLR -Common Language Runtime - a core set of libraries and managed code that can be called from the .NET framework across all the .NET supported Languages CLR

    ASP - Active Server Pages - A server side scripting environment that was succeeded by ASP.NET. It allows you to write web applications in a manner similar to PHP Active Server Pages

提交回复
热议问题