HTTP Error 404.3 : WCF Hosted in IIS. Add a MIME type

Normally when we host a WCF Service i9n IIS and while browsing we get the below frustrating screen Error message in above screen is very clear. We need to add MIME type for .SVC extension. To solve above problem 1. Open command prompt as Administrator 2. Navigate to C:Windows\Microsoft.Net\Framework\v3.0 3. Type the command ServiceMode1Reg.exe –iContinueContinue reading “HTTP Error 404.3 : WCF Hosted in IIS. Add a MIME type”

LINQ to SharePoint: CRUD operation on SharePoint 2010 list using SPLinq

Objective In this article, we will see how to work with LINQ to SharePoint. I have tried to address all the common errors we encounter when first time we start using LINQ against SharePoint. We will see , 1. How to insert an item in SharePoint list using SPLinq 2. How to update an itemContinueContinue reading “LINQ to SharePoint: CRUD operation on SharePoint 2010 list using SPLinq”

LINQ to SharePoint: SPLinq in SharePoint2010

Objective In this article, we will see how to work with LINQ to SharePoint. I have tried to address all the common errors we encounter when first time we start using LINQ against SharePoint. Assumption We have a custom list 1. Name of the list is Test_Product. 2. Columns of the list is as belowContinueContinue reading “LINQ to SharePoint: SPLinq in SharePoint2010”