Explain Features of ASP.NET Web Forms.

 Features of ASP.NET Web Forms

• Server Controls- ASP.NET Web server controls are similar to familiar HTML elements, such as buttons and text boxes. Other controls are calendar controls and controls that you can use to connect to data sources and display data.

• Master Pages- ASP.NET master pages allow you to create a consistent layout for the pages in your application. A single master page defines the look and feels and standard behavior for all of the pages (or a group of pages) in your application. You can then create individual content pages along with the master page to render the web page.

• Working with Data- ASP.NET provides many options for storing, retrieving, and displaying data in web page Ul elements such as tables and text boxes and drop-down lists.

• Server Controls- ASP.NET Web server controls are similar to familiar HTML elements, such as buttons and text boxes. Other controls are calendar controls and controls that you can use to connect to data sources and display data.

• Master Pages- ASP.NET master pages allow you to create a consistent layout for the pages in your application. A single master page defines the look and feels and standard behavior for all of the pages (or a group of pages) in your application. You can then create individual content pages along with the master page to render the web page. Working with Data- ASP.NET provides many options for storing, retrieving, and displaying data in web page Ul elements such as tables and text boxes and drop-down lists.

• Client Script and Client Frameworks - You can write client-script functionality in ASP.NET Web Form pages to provide a responsive user interface to users. You can also use a client script to make asynchronous calls to the Web server while a page is running in the browser.

Routing - URL routing allows you to configure an application to accept request URLs. A request URL is simply the URL a user enters into their browser to find a page on your website. You use routing to define URLs that are semantically meaningful to users and that can help with search engine optimization (SEO). 

• State Management -ASP.NET Web Forms includes several options that help you preserve data on both a per-page basis and an application-wide basis.

• Security - offer features to develop secure applications from various security threats.

• Performance - offers performance related to page and server control processing, state management, data access, application configuration and loading, and efficient coding practices. 

• Internationalization - enables you to create web pages that can obtain content and other data based on the preferred language setting or localized resource for the browser or based on the user's explicit choice of language. Content and other data are referred to as resources and such data can be stored in resource files or other sources.

• Debugging and Error Handling - diagnose problems that might arise in an application. Debugging and error handling are well so that applications compile and run effectively.

Deployment and Hosting- Visual Studio, ASP.NET, Azure, and IIS provide tools that help you with the process of deploying and hosting your application

Comments

Popular posts from this blog

Suppose that a data warehouse for Big-University consists of the following four dimensions: student, course, semester, and instructor, and two measures count and avg_grade. When at the lowest conceptual level (e.g., for a given student, course, semester, and instructor combination), the avg_grade measure stores the actual course grade of the student. At higher conceptual levels, avg_grade stores the average grade for the given combination. a) Draw a snowflake schema diagram for the data warehouse. b) Starting with the base cuboid [student, course, semester, instructor], what specific OLAP operations (e.g., roll-up from semester to year) should one perform in order to list the average grade of CS courses for each BigUniversity student. c) If each dimension has five levels (including all), such as “student < major < status < university < all”, how many cuboids will this cube contain (including the base and apex cuboids)?

Suppose that a data warehouse consists of the four dimensions; date, spectator, location, and game, and the two measures, count and charge, where charge is the fee that a spectator pays when watching a game on a given date. Spectators may be students, adults, or seniors, with each category having its own charge rate. a) Draw a star schema diagram for the data b) Starting with the base cuboid [date; spectator; location; game], what specific OLAP operations should perform in order to list the total charge paid by student spectators at GM Place in 2004?

Explain network topology .Explain tis types with its advantages and disadvantges.