Search Results

1
vote

SqlMetal generating garbage association names

You can instruct SqlMetal to generate a DBML file: SqlMetal /server:myserver /database:northwind /dbml:northwind.dbml /namespace:nwind and then correct the associa …
-1
votes

Doesn’t Linq to SQL miss the point? Aren’t ORM-mappers (SubSonic, etc.) sub-optimal solutions?

Most people have missed an essential point: in most cases, you are significantly more productive when querying in LINQ than in SQL. I've …