I need to write a forum application for a friend’s web site. I want to write it in C# 3.0 against the ASP.NET MVC framework, with SQL Server database.
So, I’ve two questions:
- Should I use Linq to SQL or the Entity Framework as a database abstraction?
- Should I use the ASP.NET Membership API or add Users table and implement it myself?
Thanks.
1 Answer