July 2019
Intermediate to advanced
416 pages
10h 6m
English
You will remember that we added a registration for an IDiscogsClient model earlier on. We hadn't actually added any code at that point, so our application would fail to compile. We are now going to create the interface and implementation. IDiscogClient is a model, so we are going to create it inside our model directory. To create the interface and model in Visual Studio, we need to right-click on the Models folder to bring up a context menu. Inside the menu, select Add > Class.... The following screenshot shows this:

This brings up the following dialog, where we can create the class or associated interface:
For the ...
Read now
Unlock full access