"Knowledge has to be improved, challenged, and increased constantly, or it vanishes."

K. G. Sreeju Nair

Knowledge has to be improved, challenged, and increased constantly, or it vanishes.

  • SharePoint 2010 : Sharing data between Visual Web Parts

    Web Parts are essential parts of SharePoint 2010 that helps developers and site owners to customize the SharePoint portal. There are lots of out of the box web parts available in SharePoint 2010. When you are building business portals definitely you will be in need to create your own web parts corresponding to your business requirements. SharePoint 2010 supports Visual web parts. Visual web parts allow developers to easily design the user interface as they are doing in conventional ASP.Net applications.

  • Walkthrough: Wizard control in ASP.Net

    In this article I am going to explain about the ASP.Net Wizard control and how you can use it in your application. When there are large forms, the wizard control is a useful tool that helps the end user to fill the form quiet easily. When you have large forms, it is a better approach to split the forms to various steps. In this article I am going to demonstrate how ASP.Net wizard control can be applied to multi-step form application. I am using ASP.Net 4.0 with Visual Studio 2010 for this demonstration.

  • Create a List Definition in SharePoint 2010 using Visual Studio 2010

    In this demonstration, I am going to create a list definition using Visual Studio 2010. For the demonstration purpose, I am going to create a list definition for storing expenses, once deployed, the list definition can be used to create lists to store expenses. The list definition will define a list template that inherit from custom list and add columns expensedate and amount.

  • Developing SharePoint 2010 features using Visual Studio 2010

    Developers can extend SharePoint by creating new features. Using features developers can develop customizations and extensions that can be capable of automated deployment, management, un-installation and upgrading. SharePoint Feature allows developer to create a set of functionality to group into a component and allows administrators to add that functionality to the site/site collection. In addition to this, administrator can disable or uninstall the feature if they wish. With SharePoint 2010, it is possible to upgrade the feature to a new version. In this article I am going to demonstrate how to create a feature using SharePoint 2010.

  • Determine the version of MOSS 2007 installed

    Recently I came across with an assignment to upgrade MOSS 2007 to SharePoint 2010. MOSS 2007 was already installed but no documentation was available. I asked the system administrator and he had no clue as he just joined the company. I need to know the service pack installed in the MOSS 2007 farm and I thought of document this as it may help others.

  • Site Map Provider using custom business objects

    Recently one of the project I was in a situation to build navigation for line of business data, the existing system available was fully designed as object oriented and it connects with some database other than SQL server. While thinking about showing navigation controls to the user, it was not a good idea to drill through objects as it takes lot of resources and more number of connections. So I decided to use a custom SiteMap provider that uses LOB objects to create navigation. In this article I am going to summarize the major steps I went through.