Monthly Archives: December 2010

Deferred Execution and Immediate Execution in LINQ

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

Posted in LINQ

Var versus IEnumerable in LINQ

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

Posted in LINQ

Listing columns name with type of a table using LINQ

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

Posted in LINQ

Get All the Tables Name using LINQ

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.

Posted in LINQ

WCF Service library: Creating, Hosting and consuming WCF service with WCF Service Library project template

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

Posted in WCF

Download PDF Beginner walkthrough guide on creating first application for Windows Azure

AzureIntroducing

Posted in AZURE, Download

WCF Data Service with LINQ to SQL Class

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.

Posted in WCF Data Service

Presented at Pune Dev. Con on 19th December 2010

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

Posted in Miscellaneous

Download PPT on WCF Data Service

Download PPT on WCF Data Service presented at Pune Developer Conference on December 19th 2010 WCFDataServicePune

Posted in Download, WCF Data Service

Speaking at DevCon , Pune – December 18-19, 2010 on WCF Data Service

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

Posted in Community

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Categories
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my current or previous employer's view in anyway. © Copyright 2013
Follow

Get every new post delivered to your Inbox.

Join 2,134 other followers