In: Computer Science
Why are the advantages to using Bootstrap and ASP.NET and discuss the importance of generating HTML dynamically by coding HTML elements.
Advantages of using bootstrap:
1. Fast and time saving agile framework compared to other style frameworks.
2. Fewer browser alignment bugs.
3. It is lightweight and has responsive structures for style.
4. Supported by all the browsers.
5. Customize the styles by inbuilt style framework without having to write CSS code.
6. Bootstrap uses javascript and CSS so most of the js plugins support bootstrap.
7. This is a free framework anyone can use for their web application and development.
Advantages of asp.net:
1. Server side technology, means windows server processes the code and then web browser.
2. Asp.net applications execute fast compared to scripts which are interpreted.
3. It allows separation of concern means it follows MVC architecture.
4. Take less time to code.
5. Provides security, simplicity in code
6. Cross platform migration and deployment is easy
7. Continuous monitoring
Generating dynamic html using html code or html elements:
Dynamic html uses html elements but importance of dynamic html is that they are created by browser during runtime as a part of DOM.