Posted: April 24th, 2016

What is COD?

Submit a zip file with all the project files to Assignments

POS 409 Week 4 Individual Inheritance

Create a class called Employee that will include the attributes of all employees of your organization. Include at least five attributes. If you are not currently working, you may use a fictional organization or one with which you are familiar.

Add a second class that inherits from the Employee class and describes a subgroup of employees. For example, you may define the class as Managers. In the case of city employees, you may define the class as Police Officers. Define at least three attributes that are specific to this derived class.

Design, implement, test, and debug a C# program that asks the user to enter attributes for members of the derived class on a single form. The entries will include fields for the attributes of the main Employee class as well as the derived class. Include a second form that will display a cumulative list of all the employee data that the user has entered.

POS 409 Week 5 Individual Database Connection

Build a Service –based database using the attributes of the Employee class and the derived class you defined in Week Four as your fields. Populate the table with at least five employees.

Add a Service-based database to build the database by Adding a New Item to the project.

This method is illustrated in the article “How to create a Database” and in the text “Starting Out with Visual C#”, Chapter 11, Tutorial 11-1 pages 645 to 652.

The SQL Server must be SQL Server Express and the instance name must be the default name produced by the installation, otherwise you will not be able to do the project.

This is how the connection string should look like in the configuration file:

connectionString=”Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Database1.mdf;Integrated Security=True;User Instance=True

providerName=”System.Data.SqlClient” />

Make sure you use the C: drive to save and run the project, it will not work on a network drive like U:.

Toolwire will not save the files in the C: drive, after the session is over, save your project in the U: drive after you finish your work.

Design, implement, test, and debug a C# program to access the dataset table and display the entries.

You can use a Local Database item instead of a Service Database if the SQL Server instance name availa

Expert paper writers are just a few clicks away

Place an order in 3 easy steps. Takes less than 5 mins.

Calculate the price of your order

You will get a personal manager and a discount.
We'll send you the first draft for approval by at
Total price:
$0.00
Live Chat+1-631-333-0101EmailWhatsApp