LINQ - Beyond Queries
Using Named Parameters
Using Extension Methods
Fluent APIs
A Validation Scenario
Legacy Validation Technique
New Validation Technique
Functional Validation
A More Complex Scenario
Using Expressions
Data Access with LINQ In Layered Applications
The Demo Application
IUnitOfWork and IObjectSet
IUnitOfWork and IRepository
Composable Queries
As IEnumerable LINQ Query
Note: Above query operation issue the bear query against SQL server as it is IEnumerable. All the TOP and Order by clause will be handled in IN MEMORY operation.
As IQueriable LINQ Query
Note: Above query operation issue the query against SQL server with TOP and Order by clauses as it is IQueriable. All the TOP and Order by clause will be handled in IN SQL Server level.
Laziness
Blogger Labels: LINQ,Architecture,Beyond,Queries,Parameters,Extension,Methods,Fluent,APIs,Validation,Scenario,Legacy,Technique,Functional,Complex,Expressions,Data,Applications,Demo,Application,IUnitOfWork,IObjectSet,IRepository,Composable,IEnumerable,Query,Note,Above,server,Order,clause,MEMORY,IQueriable,clauses
No comments:
Post a Comment