The first thing I want to do is create a class that will store my settings. For this, perform the following steps:
- Create a folder called Classes and, in this folder, create a class called CoreTwitterSettings. Then, add a second class called TweetItem to the Classes folder (we will be using this class later). While you are at it, create another folder called css, which we will be using in a minute.
- When you have done this, your project will look as follows:
- Open the CoreTwitterSettings class and add the following code to it:
public class CoreTwitterConfiguration { public string ApplicationName { get; ...