I'm trying to follow the HeadFirst book by O'Reily but using SharpDev instead of Visual Studio. I'm on the 2nd edition and have done well up until this point.
Now the instructions are the following:
We need a database to store our information.
So for Visual Studio, the instructions are:
- In Solutions Explorer, right-click on project, select Add, and choose new Item.
- Select SQL datbase and name it something.
I don't know how to replicate that in SharpDev. I assume that it doesn't come with its own SharpDev SQL Server Express, so I downloaded Microsoft SQL Server 2008 Express. From that point on, I add a...database connection? I create a blank database in SQL Server 2008 Express?
What do I do to create my local database?
Thanks in advance.