Have you ever thought of viewing generated SQL query of LINQ you write? You may need the generated query for the debugging and the logging purposes. In this post let us see how to print the generated SQL query on the console. Let us consider you have written LINQ as follows: You can print the … Continue reading How to view the generated SQL Query of LINQ
Linq to SQL
Video LINQ with SQL Azure
*******************************
Video Fetching Tables and Columns name in LINQ to SQL
*********************************
Video Executing SQL Query in LINQ to SQL
********************************