Help me to understand asp language. I know it is in .net framework!!!!!!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Help me to understand asp language. I know it is in .net framework!!!!!!!

Hello !!!!! Please help me to differentiate btn ,"asp,asp.net, .net core,web api".i want to make project,using asp family in back end and angular in front end. what do I have to learn,if I know nothing about asp. I normally use php. thanks!!!!!!

15th Jul 2017, 3:06 PM
Niyompano Dieudonné
Niyompano Dieudonné - avatar
2 Answers
+ 5
ASP (Active Server Pages) is a server-side backend, you can only code asp scripts with VBS (Visual Basic for Scripting). It is no longer supported by Microsoft. ASP.Net is the younger brother of ASP, it runs on, and supported by the .Net framework, and supports any language supported by .Net framework. .Net Core quoted from http://www.c-sharpcorner.com/article/difference-between-net-framework-and-net-core/ .NET Core is the new open-source and cross-platform framework to build applications for "all" operating system including Windows, Mac, and Linux. .NET Core supports UWP and ASP.NET Core only. UWP is used to build Windows 10 targets Windows and mobile applications. ASP.NET Core is used to build browser based web applications. Web API? I have no idea, but API stands for "Application Programming Interface".
15th Jul 2017, 4:15 PM
Ipang
+ 2
in backend, you can use web api. I work with web api for more than 2 years in backend dev role. In angular (or any fontend such as android app, ios app ... ) can call web api with http request. web api for request and reponse data. To work with sql server you can use entity framework (included in .net framework) more info: .net framework have various supporting for backend and fontend.
30th Jun 2018, 2:42 PM
Quang Tran
Quang Tran - avatar