You'll still need to know SQL because SQL is more than just CRUD operations. Things like Entity Framework make working with SQL databases way easier but you still need to know SQL. Knowing how to write a stored procedure, create views, table functions, how to join properly so your data is...