ASP.NET is a new generation of ASP. It is incompatible with classic ASP, but ASP.NET may include classic ASP. ASP.NET pages are compiled, which makes them run faster than classic ASP. Has better language support, a large set of user controls and XML-based components, and integrated user authentication. When a browser requests an ASP.NET file, the ASP.NET engine reads the file, compiles and executes the script file, and returns the results to the browser as a normal HTML page. "Geek Academy ASP.NET Video Tutorial" starts with the introduction of the MVC model, and explains the advanced tutorials of C#, and takes you to understand the ORM tool Entity Framework officially provided by Microsoft.
Through "Geek Academy ASP.NET Video Tutorial" you can learn about the pattern MVC for designing and creating web applications, advanced content of C# and the use of the ORM tool Entity Framework