To Jost .NWDP Site
.NET Web Developer Program
Practice Project
Project 0
Due: April 18, 2017
Goal:
Practice creating, zipping, and submitting a C# project.
Use Visual Studio to create the project.
-
Create a simple C# Project of your own choice with the solution
name Practice1Smith. Practice is the name of the project, 1 is the version
number, and Smith is the last name. (Use your actual last name instead
of Smith.) Your project can
be a console-based, WinForms, or ASP.Net application. You may wish to do
the Currency Exercise
(Exercise 1). Submit the entire solution folder (named Practice1Smith).
Also, these three pieces of information: project name,
version number and your last name should be placed at the
beginning of your C# code-behind file comments.
-
To zip the Solution in Windows 7, right click on the Solution folder to
zip and select Send To >> Compressed (zipped) Folder. This should
produce the zip file Practice1Smith.zip. Your
submitted zip file should contain folder information. This
simply means zipping up the entire solution folder, not just the files that
it contains.
-
Submit the zipped file via the web submission program at
http://d2l.cdm.depaul.edu. You should have received your
username and password on the first night of the course. Let the front desk
know if they do not work.
Grading Breakdown: Functionality: 65%, Well Written: 5%, Source code
comments: 10%, Header with name, project name, and submission date: 5%,
Indentation: 10%, Saved, zipped, and submitted correctly with project name,
version number, and your name in the source code header of code-behind
files: 5%.