LINQ to Entity Framework 4.0. SQL Server.
I\'m trying to return a list of objects and one of the columns in the database is varchar(255) and contains dates. I\'m tryin
you can do like this Date=DateTime.Parse(text)