If we do not want to explicitly set address for each EndPoint in our service then we define BASE ADDRESS for the EndPoint exposed for our service And we use it in service configuration as below, The advantage of having base address is that, if we are changing the service URL, we need to changeContinueContinue reading “Multiple base addresses for WCF Service”
Monthly Archives: November 2010
Enabling JavaScript IntelliSense on Visual Web Part in SharePoint 2010
Open Visual Studio 2010 and create a Visual Web Part project as selecting from SharePoint 2010 tab Now provide name of the site where you want to deploy the web part Click on Validate button to validate the site. If you are able to connect and get below message then we are we are goodContinueContinue reading “Enabling JavaScript IntelliSense on Visual Web Part in SharePoint 2010”
Download walkthrough on using SPLINQ with WCF 4.0
SPLINQ to SharePoint with WCF 4
Download PDF on Walkthrough creating REST Service in WCF 4.0
Walkthrough creating REST Service in WCF 4
Walkthrough creating REST Service in WCF 4.0
Objective This article will explain step to step explanation of, how to create a REST based service and how to consume that in a managed client. Step 1` Create a new project as WCF Service application type. Step 2 Delete all the default code from IService.cs and Service.svc.cs Now open Web.Config file and delete <system.serviceModel>ContinueContinue reading “Walkthrough creating REST Service in WCF 4.0”
Download PPT on WCF REST for developers
RESTDEMO
Navigation between pages in Windows 7 Phone
To see how could we do navigation between pages in Windows 7 Phone application , I am going to create a new page . I am giving name of the page as NewPage.Xaml Now we will navigate as Let us put a button on MainPage.xaml and on click of that button we will navigate tpContinueContinue reading “Navigation between pages in Windows 7 Phone”
Walkthrough on using LINQ to SharePoint from within a SharePoint 2010 custom visual web part
Objective In this article we will see, 1. How to create custom WebPart. 2. How to use SPGridView on visual WebPart. 3. How to use LINQ to SharePoint 4. How to deploy the WebPart in SharePoint site. Step 1 Open Visual studio 2010 and create new project. From SharePoint 2010 project template select Visual WebContinueContinue reading “Walkthrough on using LINQ to SharePoint from within a SharePoint 2010 custom visual web part”
LINQ to SharePoint with WCF 4.0
Objective How could we perform CRUD operations on SharePoint 2010 List from a WCF Service? Assume we need to create a WCF Service and that service will perform CRUD operation on SharePoint 2010 list. We are going to see that in this article. Flow Diagram Now we will follow the below steps to perform allContinueContinue reading “LINQ to SharePoint with WCF 4.0”
The Web Application could not be found .verify that you have typed the URL correctly error: SharePoint 2010 object model
The below exception is very frustrating when we start working with SharePoint object model. Let us investigate how to solve below exception Above Exception can encounter in two scenarios 1. Trying to use SharePoint 2010 object model in managed application like console or windows application. 2. Trying to use SharePoint 2010 object model in WCFContinueContinue reading “The Web Application could not be found .verify that you have typed the URL correctly error: SharePoint 2010 object model”