Sunday, September 2, 2007

ASP.NET questions

Mast


The exam covers c#-based ASP.NET. Any of the topics below could provide appropriate questions for the GAE exam, since all are covered in ECT 310. Because of time limitations, not all topics may actually appear on the exam:
What ASP.NET can do for your Web pages
What you need to run ASP.NET
.NET framework and ASP.NET
Differences between running a script on a server and running your script on a client
Declaring and referring to a variable; Converting variables; Declaring and using an array
Arithmetic
String variable manipulation
Control structures: Branching (if-then and select case); Looping (for-next and do while); Jumping (sub-procedures and functions)
Objects and their interfaces (properties, methods and events)
Setting and retrieving object properties
Calling an object's methods
HTML server controls
ASP.NET server controls
ASP.NET validator controls
ASP.NET user controls and code-behind
Application and session objects/variables
Cookies
Debugging ASP.NET code
Accessing and updating ACCESS databases through ASP.NET
Using SQL in ASP.NET
Building a shopping cart using ASP.NET

No comments: