481 final study guide
ASP supports what file types?
.aspx (Web Forms), .mdf(SQL server database) .CSS(CSS Files), .js (Javascript), .master (MasterPage)
What is the correct HTML for referring to an external style sheet?
<link rel="stylesheet" type="text/css" href="mystyle.css">
A set of instructions that marks a file as a User Control and define its behavior.
@ Control directive
Used to register user controls and point to their source inside pages, master pages, and other user controls
@ Register directive
Development use to build .net
ASAP. NET
The property that enables you to set the alt attribute on images that is shown when the image cannot be displayed.
Alternative text
The ASP.NET feature that enables you to track users to your site, even if they haven't signed up for an account or are not logged in
Anonymous identification
A characteristic of the object
Attibute
This is an extra information in the tab to define/ change the main behavior (HTML)
Attribute
Model which is the dimension of the High and weight of the margin
Box model
A marker you can set in your code to indicate where you want the debugger to halt at run time
Breakpoint
A Visual Studio feature that enables VS to communicate with open browsers to instruct them to refresh the page they are displaying
Browser link
The basic SQL operations to work with data in a database?
CRUD (Create, Read, Update, and Delete)
18. Language to layout webpage in the browser
CSS
What does CSS stand for?
Cascading Style Sheets
The concept where the result of one method is used as the input of another to create a chain of effects
Chaining
A blueprint for objects in a programming language?
Class
Validation that takes place in the client's browser. Mainly serves as a courtesy to users and offers quick feedback.
Client-side validation
A page model where server-side code is stored in a seperate file
Codebehind
A string containing information necessary to connect to a database such as SQL Server
Connection string
Server control that server as a container by wrapping other object
Container control
ASP.Net webform that uses a master page to build up its global apperance and layout is called a _______ _________?
Content page
Little pieces of text that you can store on the user's computer and access again from the server
Cookies
A set of ASP.NET controls that serve as a bridge between a data source (a database, an XML file, and so on) and the data-bound controls
Data source controls
Tooltips that present simple or rich data about variables during debugging
Data tips
The process of finding and fixing bugs in your code
Debugging
Combination of the property of the value determine the styling of the form
Declaration
This gives you Graphical representation
Design view
Text with angel brackets holding some text or other content is referred to as an?
Element
This is CSS code define in a page in a style element
Embedding style sheet
Event file by the application that change to the profile
End request
Part of the property grib let you set up handler like Click event
Event tab
The .NET term for an error that may occur in your code
Exception
A methodology to identify and handle errors that occur at run time
Exception handling
CCS code define in a separate file
External style sheet
Contains methods that enable you to work with files, including reading and writing text files.
File class
Enable you to further refine your jQuery matched set of elements
Filter
Identifies a column in a table that refers to the primary key of another table to enforce referential integrity
Foreign key
A Microsoft package that you can add to your site to get rid of the .aspx extension in URLs
Friendly Urls
A central file that is used to handle various application-scoped events such as Application_Start, Application_Error, and more
Global.asax
Browser use to display web pages
Html
The protocol by which web browsers and web servers communicate.
Http
_____ refers to the way all the seperate tools you need to build complex web aplications are integrate in a singlw environment. An example of an _____ is Visual Studio.
IDE (Integrated development Environments)
An automatic, sequential number assigned to new rows
Identity
Where in an HTML document is the correct place to refer to an external style sheet?
In the <head> section
A page model where server-side code is stored in the same file as th markup
Inline Code
CSS defined directly on an element using the style attribute.
Inline style
Enables you to express the relationship between two or more tables in a query to find related data
JOIN
Programming language used to develop web applications
Javascript
Server controls that present a list of items to the user, such as the DropDownList, CheckBoxList, and more.
List controls
This enable to look at the markup of your page
Markup view
The set of elements that are returned by a jQuery selector
Matched set
A navigation control that is able to display data, including data coming from the Web.sitemap file, in a horizontal or vertical manner using drop-down or fold-out submenus
Menu Control
An ASP.NET skin with an explicit SkinID set, enabling you to refer to this skin by its ID
Named Skin
The Library Package Manager for Visual Studio to help you manage third-party libraries in your .NET websites and projects
NuGet
An integrated debugging browser in Visual Studio that enables you to diagnose and alter source code and see which pages and files generated that source code
Page Indicator
The series of events that an ASPX page goes through when requested by a browser
Page life cycle
A mechanism to inform a client, such as a search engine, that a page has moved permanently, telling the client to stop requesting the old resource
Permanent redirect
The process of targeting users with customized content based on their preferences or other information
Personalization
Different methods to submit data from the client to the server. With POST the data is added to the body of the request, whereas with GET the data is appended to the address of the requested page.
Post and get method
The process of sending form data from a client browser back to the server.
Postback
Consists of one or more columns in a table that uniquely identify a row in that table
Primary key
The ASP.NET application service that enables you to store and retrieve information about users to your site
Profile
The mechanism that enables you to group related profile properties
Profile groups
A provider responsible for storing and retrieving profile related data
Profile provider
Jump-start your web development by setting up a site targeting a specific scenario
Project Tempelate
A compact and flexible, albeit quite complex, syntax for finding strings of text in other strings.
Regular expressions
A type of database where data is stored in separate, spreadsheet-like tables that can refer to each other
Relational Database
Defines the relation between one or more tables and helps you enforce referential integrity
Relationship
A method on the String class to replace one value in a string with another.
Replace Method
Combination of select in one word declaration wrapped in pair of {}
Rule Set
A server responsible for accepting and delivering e-mail.
SMTP Server
A technique to encrypt (and thus protect) data flowing between two machines.
SSL
A CSS-like syntax to find elements in your page using jQuery
Selector
CSS: construct to point to one or more element in the page
Selector
The workhorses of ASP.NET, used to build up the user interface of a web page in the browser.
Server Controls
60. Validation that takes place at the server. You always need server-side validation to protect your data because client-side validation can be bypassed.
Server-Side validation
A redirect to another page that takes place at the server without informing the client browser
Server-side transfer
The bridge between the Web.sitemap file and the navigation controls, such as TreeView and Menu
Site map data source control
A navigation control that displays a breadcrumb from the root of the site to the current page, enabling users to move back up in the hierarchy of a site
Sitemappath control
42. A collection of presentational settings to influence the appearance of controls in the browser
Skin
The action panel that appears for some controls to help you accomplish common tasks.
Smart Tasks panel
Enables markup view and design view
Split view
A visual representation of the current stack of code calls
Stack trace
The namespace for e-mail classes such as MailMessage, MailAddress, and SmtpClient.
System.Net.Mail namespace
An object in a database that enables you to store data
Table
Angle bracket
Tag
A mechanism to redirect a client to a new, temporary location
Temporary redirect
A collection of CSS styles, skins, and images to change the appearance of pages in your site
Theme
Enables ASP.NET controls and your own custom code to write information to a central log location at run time
Trace
A navigation control that is able to display data, including data coming from the Web.sitemap file, in a hierarchical way
Tree view control
Hidden form file to transfer the state form the server and back
Underscore view state
A set of ASP.NET Server Controls that enable you to validate user input at the client and at the server.
Validation controls
The mechanism that enables the ASP.NET controls to store state at the client.
View state
ASP offer two project type
Web application and website project
This present the user interface at the client
Web forum
The XML-based file that contains the logical structure of your site. This file drives the other navigation controls
Web.sitemap
A popular client-side JavaScript framework that simplifies working with the DOM(document object file), visual effects, event handling, and Ajax functionality
jQuery
Event fire the profile feature that you can handle in global.asax to copy anonymous pro
onMigrateAnonymous