I'm in pre-development stages of an ASP.NET forms application (MVC not a consideration at this point in time).
I simply need to create and access a database. At this point, these are the choices I have found to be available.
ADO.NET Datasets -- LINQ to SQL -- Entity Framework: Code First, Model First, Database First
I'm just simply confused. I've read the other threads on this topic and while they provided some clarification, they have not really helped me.
What's the best choice for maximum simplicity? I'm frustrated by the pile of options an am currently at the head-banging-against-the-wall stage.