Kuldeep Singh, India
I am a B.Tech graduate and currently working as a Senior Software Engineer in a reputed IT company in India. I have around 5 years of experience in designing and developing business applications using ASP.Net, C#, and SharePoint technologies.

Technology Blogs
ASP.Net : New Features in ASP.Net 4.0
Some new features in ASP.Net 4.0: ViewState for Individual Controls, Page.MetaKeywords and Page.MetaDescription, Response.RedirectPermanent, Web.Config Refactoring....
Category: ASP.NetDate: 10/28/2010 12:50:00 PM
Online Business : 8 Tips for Online/Email Marketing
Email is the most useful way of communication. It research reveals that open rates in 2009 were up 18% from 2008. Online marketing effort for it to be really successful it must be well planned....
Category: Online BusinessDate: 7/14/2010 11:57:00 AM
SharePoint : Understanding Feature Stapling in SharePoint | Stapling Features to Site Definitions
Feature stapling is very powerful as it allows you to add functionality to site definitions without having to modify the site definitions themselves. To staple a Feature to a site definition....
Category: SharePointDate: 7/4/2010 3:13:00 AM
SharePoint : Free Tools for SharePoint/MOSS 2007
"SharePoint ToolBox" is an open source project which is hosted on CodePlex and consists of couple of powerful and useful tools and add-ons for SharePoint that help developers and IT professionals implement SharePoint....
Category: SharePointDate: 7/1/2010 12:56:00 PM
SharePoint : Deploying Telerik’s Content Editor Web Part into a SharePoint website
Telerik's RadEditor web part for MOSS is a modified version of the Telerik RadEditor control and it is built on top of the RadEditor for ASP.NET AJAX. Its a very feature rich WYSIWYG Editor....
Category: SharePointDate: 6/18/2010 9:17:00 AM
2 
Code Snipptes

Using CAML Query to get Data from SharePoint List

Following sample code snippets reads a SharePoint list named "Members" and filters ...
Category: SharePoint Date: 7/3/2010 2:08:29 PM

Post a reply on SharePoint Discussion Thread programmatically using C# code

We can reply to a SharePoint Discussion Thread programmatically using C# code. Here is the code sn...
Category: SharePoint Date: 6/19/2010 3:45:22 PM

Modify the "Created By" and "Modified By" column's data in a SharePoint List using C# code

In one of my projects, I faced a requirement to create a custom list and upload around 5000 user r...
Category: SharePoint Date: 6/18/2010 4:39:06 AM

Copy attachments from one list item to another within a SharePoint site

Attachments for a list item are stored as SPFile objects under a hidden folder in the list where t...
Category: SharePoint Date: 5/19/2010 12:03:51 PM

Programmatically find the administrator of SharePoint Site Collection

Following code snippet can be used to programmaticaly find administrator of a SharePoint Site Coll...
Category: SharePoint Date: 5/19/2010 11:36:08 AM
Interview Questions
SharePoint : What is the difference between SPFile and PublishingPage Class?

What is the difference between SPFile and PublishingPage Class?

PublishingPage class is used to represent pages authored by end-users in a publishing site. It has ....
Category: SharePoint Date: 7/1/2010 11:56:55 AM
SharePoint : Which base class we have to inherit to develop a custom web part for SharePoint 2007?

Which base class we have to inherit to develop a custom web part for SharePoint 2007?

There are two base classes that a custom WebPart can inherit from, either the SharePoint WebPart Bas....
Category: SharePoint Date: 5/10/2010 12:10:26 PM
SharePoint : What are the major benefits of Microsoft Office SharePoint Server 2007?

What are the major benefits of Microsoft Office SharePoint Server 2007?

1) Office SharePoint Server 2007 provides a single integrated platform to manage intranet, extranet....
Category: SharePoint Date: 5/10/2010 11:59:09 AM
SharePoint : How do yoy make SharePoint web site non-restricted?

How do yoy make SharePoint web site non-restricted?

If you want your site to have anonymous access enabled (i.e., you want to treat it like any site on ....
Category: SharePoint Date: 1/8/2010 10:28:08 AM