Hosting ASP.NET LINQ Last Updated 3/11/2010
LINQ (Language Integrated Query)
Language Integrated Query (LINQ, pronounced "link") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages.
Microsoft LINQ defines a set of proprietary query operators that can be used to query, project and filter data in arrays, enumerable classes, XML (XLINQ), relational database, and third party data sources. While it allows any data source to be queried, it requires that the data be encapsulated as objects. So, if the data source does not natively store data as objects, the data must be mapped to the object domain. Queries written using the query operators are executed either by the LINQ query processing engine or, via an extension mechanism, handed over to LINQ providers which either implement a separate query processing engine or translate to a different format to be executed on a separate data store (such as on a database server as SQL queries (DLINQ)). The results of a query are returned as a collection of in-memory objects that can be enumerated using a standard iterator function such as C#'s foreach.
Hosting ASP.NET LINQ Providers
![]() |
ASP.NET LINQ Windows Hosting Providers |
![]() |
|
DiscountASP.NET
3 Months Free/Free Setup! Get powerful MS SQL 2008 database hosting from DiscountASP.NET, with DBO Access and Remote management via SQL Management Studio. In addition, DiscountASP.NET supports LINQ, Stored Procedures, Full Text Search and provides a SQL 2008 Tool Suite which includes our automated Attach MDF File Tool, SQL 2008 Real-Time Backup and Restore Tools, and much more! |
||
![]() |
![]() |
LINQ ASP.NET Hosting Useful Resources
- MS SQL Server 2008 - the Official MS SQL Server 2008 Home Page.
- SQL Server 2008 Download - Download the SQL Server 2008 Enterprise 180-day evaluation.
- SQL Server Online Resources - Microsoft TechNet.
- ASP.NET Web Hosting Forums - Discuss all about ASP.NET Hosting here. Find out what you need to know when you choose your ASP.NET Hosting Provider.
- ASP.NET SQL Server Hosting Forum - Discuss all about SQL Server, SQL Server Express and MSDE.


















