Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I have done the first part of the project. You can see my set up in the first picture. This is done in Microsoft Visual

I have done the first part of the project. You can see my set up in the first picture. This is done in Microsoft Visual Studio 2017 using C. WebBrowser.Data is the Class Library Template, WebBrowser.Logic is the Class Library Template, WebBrowser.UI is the Windows Form App Template. After each addition to my solution I created 3 commits. Please help me with the second idea, I am confused on the dependencies and adding references mentioned below. Is there a website that would help me out in the future for this? I would think this would be a simple base code at first.

image text in transcribedimage text in transcribed

Quick Launch (Ctrl+Q) - 2 Dylan Williams File 3 .11 Program.cs * X . - 1 x Data Sources Web Browser - Microsoft Visual Studio Edit View Project Build Debug Team Tools Test Analyze Window Help - 13 -1 2 - - Debug - Any CPU - Start - Toolbox - Ax Class1.cs* Classics Form1.cs Design Search Toolbox - C# Web Browser.UI 1 General 1 ? Pusing System; using System.Collections.Generic; using System.Linq; There are no usable controls in using System.Threading.Tasks; this group. Drag an item onto this text to add it to the toolbox. using System.Windows.Forms; namespace Webbrowser.UI - Web Browser.UI.Program Wel browse UL Program - Main Main - Solution Explorer 0.- '.$ C Search Solution Explorer (Ctrl+;) Solution 'WebBrowser' (3 projects) a C# Web Browser.Data a C# WebBrowser.Logic C# WebBrowser.UI Properties C# AssemblyInfo.cs ) Resources.resx O Settings.settings - References ay App.config 18 Form1.cs at Form1.Designer.cs C# Program.cs Program static class Program /// /// The main entry point for the application. /// [STAThread] static void Main() Application. EnableVisualStyles(); Application. Set CompatibleTextRenderingDefault(false); Application.Run(new Form1()); Solution Explorer Team Explorer ix Properties WebBrowser.UI Project Properties Project File Project Folder Web Browser.UI.csproj \\Mac\Home\Documents Colleg 100% - Output - IX L + X ab Add the dependencies between these three projects according to the 3-tier architecture model. Reference WebBrowser.Data in WebBrowser.Logic Reference Web Browser.Logic in Web Browser.UI Commit your code after adding the dependencies

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions