Question: Step 1. Evaluate the Web Site Structure and Documentation Both PHP and ASP are server-side technologies and HTML, CSS and JavaScript are client-side technologies. Based
Step 1. Evaluate the Web Site Structure and Documentation
Both PHP and ASP are server-side technologies and HTML, CSS and JavaScript are client-side technologies. Based on the lesson and your readings discuss the similarities and differences between client-side scripting and server-side programming. Remember that you need to put this in your own words and not copy from the text or other web sites.
This term the please compare and contrast the following:
DocType in the HTML page and the @Page declaration in the ASP page.
The tag in HTML and the
The tag in HTML and the tag
Step 2. Chapter 2 - Learning C#
You have already learned basic programming in one of the common programming languages such as Java. C# is very similar. What we would like you to do, is review Chapter 2. We know that you already know how to do this in another language. So, we don't need you to provide the definition. However, it would help to review how C# works. For example, Visual Basic, does not require a line termination character and does not use curly braces! So it's important to know the syntax of C#.
Create a short study guide. Provide snippets of code that show how you would accomplish these tasks in C#. Use your book as a reference but provide your own examples.
This term, all the examples should relate to "Cats".
How do you create variables in C#?
What data types are supported in C#?
How are statements terminated? What is the termination character for the end of a line?
What is the concatenation character?
Are variables case sensitive?
How do you comment one line? Multiple lines?
How do you assign a value to a variable?
What is the keyword var used for?
How do you escape characters in strings?
How do you create an array of four items?
How do you convert a string to a double or integer number? A number to a string?
What common methods can you use to manipulate a string?
How do you retrieve the current date? The current time?
Show how the If ElseIf works in C#.
Show how the Switch statement works in C#.
Show how the For loop works in C#
Show how the While loop works in C#
How do you create a method?
How do you create a function (where a value is returned)?
How do you pass parameters to a function?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
