Share via


Pranab Paul's Blog - Development Tips on Azure, SharePoint, Office

PaaS, IaaS, Web App, Mobile App, API App, APIM, ASE, Web Parts, Workflow, InfoPath, Features, Site Definition, Event Receivers, Excel Services, Business Connectivity Services (BCS), LinQ to SharePoint, Sandbox, Silverlight, WCF, Search, BI, PPS, OC Automaion, UCCA, UCMA

Recently we migrated an application used by 170 thousand users to Azure PaaS. This application has 3...

Date: 08/22/2016

I was looking for an option of using Azure Redis cache with Java. I found the...

Date: 04/14/2016

Are you an architect? Does your work involve Azure IaaS and PaaS? Then sooner or later you will find...

Date: 12/23/2015

Recently I worked in a demo preparation with my Colleagues who are SQL/BI experts. They were...

Date: 09/05/2013

One of the great things about ASP.Net MVC is easy implementation of Unit Tests. In fact while you...

Date: 02/26/2013

Scenario:Let’s say we have a user called User-A. User-A delegated his/her calendar to User-B....

Date: 03/26/2012

So, you have successfully deployed User Profile Service and Mysite with SharePoint 2010. Now, the...

Date: 08/26/2011

One of the special features SharePoint 2010 introduced is an option to implement multiple...

Date: 06/26/2011

Partner Technical Services is pleased to present the following live series events. Each event...

Date: 01/07/2011

Tuesday 23rd - Wednesday 24th November 2010: Virtual Partner Day - Collaboration and Unified...

Date: 11/05/2010

Recently I received a request to prepare a sample code that can produce user presence from OCS...

Date: 07/29/2010

I went through Steve Peschka’s blog explaining how to set up FBA with LDAP provider in...

Date: 07/26/2010

Unified Communication gives you option to configure your PBAX with OCS Server and Communicator. This...

Date: 06/23/2010

It’s quite easy to find the SharePoint groups each user is member of by object model. SPUser.Groups...

Date: 04/21/2010

Its easier to implement a custom WCF service application for SharePoint 2010. At least its no longer...

Date: 03/05/2010

If you are using standard stsadm backup and restore process, you must have seen keywords and best...

Date: 03/01/2010

Have you ever tried implementing Live ID Authentication into your asp.net web application? Well, it...

Date: 08/31/2009

We can achieve this by creating an ItemAdded event receiver. To extract the metadata values from...

Date: 05/14/2009

Usage report in MOSS 2007 gives you somewhat fare information about site usage. But if you need...

Date: 05/13/2009

I used OpenXML to add the two metadata column values - document name as the header and modified date...

Date: 12/18/2008

I saw a nice post in CodeProject (https://www.codeproject.com/KB/aspnet/CaptchaImage.aspx) regarding...

Date: 12/09/2008

One of my friend and colleague asked me this question. I found it tricky and a good post for my...

Date: 12/05/2008

Requirement: I have a custom desktop application and I have created an installer for it. During...

Date: 11/24/2008

Office 2007 has an option to convert different types of Documents into PDF or XPS. You can download...

Date: 09/24/2008

Requirement: This is an enhancement of the List Definition project we have created in previous post...

Date: 08/12/2008

Step 1: Start VS 2008 and select Visual C# > SharePoint. Select List Definition as the project...

Date: 08/08/2008

Since my post “Adding user control to SharePoint 2007 (MOSS/WSS) Web Part and handling events in...

Date: 07/17/2008

Project Requirement: Contoso Inc. is a BPO organization working on Medical Transcription....

Date: 07/15/2008

This is the first non-SharePoint blog post I am writingJ. I am writing because this is interesting...

Date: 07/15/2008

I was eagerly waiting for the release of VSeWSS version 1.2 for VS 2008. Without it developing...

Date: 07/02/2008

Requirement: I have an existing content management solution where I store the content of the user...

Date: 05/20/2008

Requirement: I want to access and modify all the options given in Incoming Email setting page of...

Date: 03/31/2008

Requirement: I have a Doc Lib where I have some Metadata fields. There is one field called “My...

Date: 02/28/2008

Requirement: I have a list and have made settings wherein the user can edit only the items created...

Date: 02/14/2008

Since my last post Using HTTP Module for SharePoint 2007 (MOSS/WSS) site using FBA And RSA, I...

Date: 02/07/2008

Requirement: You have created a document library and you have created another list where you wanted...

Date: 01/08/2008

Requirement: I am using WSS site with Form Based Authentication (FBA) with a custom login page which...

Date: 12/13/2007

View the updated one: Part 2 - Adding user control to SharePoint 2007 (MOSS/WSS) Web Part and...

Date: 11/30/2007

XMLFormView.Uri property of a InfoPath Form should return the URL of the Form itself. But it works...

Date: 11/27/2007

If you keep the fields (text field, drop down list etc) in separate sections within the Form...

Date: 11/27/2007

Here is an example of a simple Custom Business Data Catalog (BDC) Web Part. I have used a BDC...

Date: 11/06/2007

Requirement: You have designed an InfoPath Form Template and published it as a Content Type. You...

Date: 09/27/2007

Add a reference of Microsoft.Office.Server.dll. Here is the Code: using System; using...

Date: 09/14/2007

Here is an example of connectable Webparts using IWebPartField interface. In the Provider Web Part,...

Date: 08/27/2007

Here is a piece of code (a function) to add a task. You can use it as a Web Method in a custom Web...

Date: 07/25/2007

Here is the code for the WebPart: using System; using System.Runtime.InteropServices; using...

Date: 07/18/2007

Here are the steps to implement debug option in your SharePoint Application: 1. Browse to the set of...

Date: 07/04/2007

Next>