Category Archives: C# Tutorials

.Net Interview question: What is LINQ?

Language Integrated Query (LINQ) adds the ability to query objects using .NET languages. The LINQ to SQL object/relational mapping (O/RM) framework provides the following basic features: Continue reading .Net Interview question: What is LINQ?

Sql Interview Question: What is SQL CLR?

SQL CLR (SQL Common Language Runtime) is a technology for hosting of the Microsoft .NET common language runtime engine within SQL Server. The SQLCLR allows managed code to be hosted by, and run in, the Microsoft SQL Server environment.

Continue reading Sql Interview Question: What is SQL CLR?