Deferred Execution executes the query only when Loop starts. What I mean here is that, we iterate through the query variable to get the result. Here the result variable does not contain the actual result. To get the…
Deferred Execution executes the query only when Loop starts. What I mean here is that, we iterate through the query variable to get the result. Here the result variable does not contain the actual result. To get the…
We have seen normally Or Now question is where to use var or IEnumerable? Let us first have a look on both key words Var derives type from the right hand side. And its scope is in the method. And…
After my last post, I got a question asking how to list all the Column names of a given table using LINQ. Before going through this post, I recommend you to read Get All the Tables Name using LINQ Let…
We need to list all the table name of the DataContext. This is very simple through LINQ mapping. 1. Add the namespace 2. Get the model from type of datacontext DataClasses1DataContext is your datacontext class created by LINQ to SQL.…
In this article we will walkthrough on creating a WCF Service by choosing WCF Service Library project template. Step 1 Create a WCF Service Library project. Delete all the default codes created by WCF. Step 2 Modify Operation Contract as…
AzureIntroducing
We have seen many articles and blogs talking about using WCF Data Service with ADO.Net Entity model generated class as model. In this article we are going to see, how to use WCF Data Service with LINQ to SQL Class.…
Download PPT of session from here I would start with saying a great two day event at Pune. I was attending first time any event in Pune and I were overwhelmed. I really want to thanks Mahesh to pulling such…
Download PPT on WCF Data Service presented at Pune Developer Conference on December 19th 2010 WCFDataServicePune
Register Here About Dev Con Source: http://www.puneusergroup.org/ Event Date: 18 December and 19th December 2010 Event Venue: My Speaking Detail Date: 19th December 2010 Time: 10 am to 11 am Topic: ODATA and WCF Data Service Summary: ODATA is HTTP…