01 Handout 1 Flashcards
is one of the early web application frameworks that allows building dynamic of websites
ASP.NET
ASP stands for
Active Server Pages
Microsoft’s initial web application framework that use server-side processing to make browser readable HTML pages
ASP.NET
ASP .NET extends the …. platform with tools and libraries for creating web applications
.NET
What are the five (5) ASP.NET’s features?
- Base framework for processing web requests in C# or F#
- Web-page templating syntax, known as Razor, for building dynamic web pages using C#.
- Libraries for common web patterns, such as Model View Controller (MVC)
- Authentication system that includes libraries, a database, and template pages for handling logins, including multi-factor authentication and external authentication with Google, Twitter, and more.
- Editor extensions to provide syntax highlighting, code completion, and other functionality specifically for developing web pages.
was considered a major enhancement since it allows much cleaner code-behind. Compared to the other frameworks, it has the code that handles processing and markup and building of display
ASP.NET
ASP.NET allows you to use a full-featured programming language such as C#.NET or VB.NET
ASP.NET
enables building of dynamic websites using a drag-and-drop, event-driven model. With its hundreds and components, you can build sophisticated, powerful UI-driven sites with data access
Web Forms
gives a powerful, patterns-based way to build dynamic website that gives you full control over markup for agile development
ASP.NET MVC
provides a fast and lightweight way to combine server code with HTML to create dynamic web content.
You can connected to databases, add video, link to social networking sites, and many more ways to help you create beautiful sites that conform to the latest web standards.
ASP.NET Web Pages
is a web development framework that helps developers in building web interfaces. This framework consists of a mixture of JavaScript and CSS.
Bootstrap
is a JavaScript library that allows HTML document traversal and manipulation, event handling, and animation
jQuery
is a powerful JavaScript framework developed by Google. It provides easily consumable abstractions on top of JavaScript to aid the development of web applications.
AngularJS