The company has asked you to build

  

The company has asked you to build a prototype of an n-tier system using the Northwind database as an example. The company wants to be able to add, edit, and delete records from the customers, orders, order details, products, categories, and supplier’s tables. Your instructor will provide you the online link to the SQL Server database files (MDF and LDF).
Assignment Guidelines
• Create the Data Access tier and Data tier projects:
1. Create a class library project for the Data tier.
2. Add a new class library project the project created in Step 1 for the data access tier.
3. Add a typed DataSet using a new data source that connects to the Northwind sample database.
4. Select the database objects (customers, orders, order details, products, categories, and suppliers) tables.
5. Make sure the TableAdapters are stored in the Data Access tier and the DataSet class is added to the Data tier.
• Make sure that separate tiers are created for each layer by verifying that separate class libraries were created and the necessary references to the project were added.
•Using the project, you started in Week 2 Individual Project, verify the business logic layer (middle tier) is working correctly and make the connection to the database, implementing the logic in the data layer provided to manipulate the data stored in the database portion of the n-tier system.
Assignment Guidelines
• Add the following to the Phase 2 individual project:
o Add a new Windows Communication Foundation (WCF) service library project to the Phase 2 individual project to communicate with the Data Access tier.
o Add the necessary queries and methods to the table adapters that will return, add, edit, and delete the data from the tables specified in Phase 2.
o Add references in the Data Service to the Data tier and Data Access tier projects.
o Add methods to the Data Service class created in Step 1 that will call into the Data Access tier.
• Make sure that separate tiers are created for each layer by verifying that separate class libraries were created and the necessary references to the project were added.

  

Assignment4_1.java as the file name and Assignment4_1 as the class name – Write a console program with a static method printHello() (in addition to main() method which is also static) that prints out “Hello World”. Call that method from main(). Assignment4_2.java as the file name and Assignment4_2 as the class name – Write a console program with static method inc() that takes value of type int and returns that value increased by one. In main() method do the following: Ask a user to enter an integer value Call method inc() and pass user input (integer value) into that method Print returned result Assignment4_3.java as the file name and Assignment4_3 as the class name – Write a console program with static method inc() that takes value of type int and returns that value increased by one. In main() – public static void localModification(int a) { a++; } Call that method from main() while passing some integer value stored in a variable, for instance: public static void main(String[] args) { int A = 5; localModification(A); System.out.println(A); } Make sure that value of A, printed in main(), is not affected by local modification made within the localModification() method, i.e. value 5 is printed. Try to understand why. Task: Change declaration and/or implementation and/or call of the localModification() method, such that print statement in main() method prints incremented value, i.e. 6.

Calculate Your Essay Price
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more