First, if you code, SharePoint or not go download this tool now for Visual Studio 2010. Don’t bother reading the details of why just go d... [read more]
Here we will see how we can create a custom timer job using visual studio 2010 for our SharePoint site. Here our first step is to create a empty SharePoint p... [read more]
http://msdn.microsoft.com/en-us/library/ee231593.aspx To create a custom field item Display the New Project dialog box by pointing to New on the File menu, and... [read more]
This one came a bit out of the blue, which I found while reading Chris O'Brien's excellent article on Optimising SharePoint 2010 Internet Sites. It basically me... [read more]
When you use sandbox Visual Web Part and TemplateControl.LoadControl method is not working in a sandbox solution?The reason is quite simple - your code in a sa... [read more]
Here I am going to show you the steps to create a site defination using visual studio 2010 in SharePoint 2010. But before going deep into that here is a small d... [read more]
I got dots in blank spaces in my Visual Studio 2010 editor, I have tried to reset the Visual studio 2010 but that also did not help me out. When I search in goo... [read more]
We can deploy custom images to SharePoint 2010 in the same as Custom application pages. SharePoint 2010 stores images in the following directory. C:Program File... [read more]
What is SharePoint? What is SharePoint architure? What is a Portal Technology? What's new in SharePoint 2010? How is SharePoint foundation 2010 differs from Sha... [read more]
Here we will discuss how to work with resource file in SharePoint. Also we will see how we can add our own custom resource file to SharePoint and how we can ret... [read more]
Have you ever wanted to include an entire existing folder to your project, and not just files? I used to do this the stupid way. Right click the project, choos... [read more]
We can create an event receiver using visual studio 2010 in SharePoint in Sandboxed solution. That event receiver can do something like, your event receiver can... [read more]