Wednesday, September 14, 2011

Csharpcorner

http://www.c-sharpcorner.com/UploadFile/Roji.Joy/8990/
http://www.c-sharpcorner.com/UploadFile/Roji.Joy/8991/
http://www.c-sharpcorner.com/UploadFile/Roji.Joy/8972/
http://www.c-sharpcorner.com/UploadFile/Roji.Joy/8994/

http://www.c-sharpcorner.com/UploadFile/anavijai/8929/

http://www.c-sharpcorner.com/UploadFile/anavijai/8924/
http://www.c-sharpcorner.com/UploadFile/anavijai/8829/

http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2009/12/01/error-system-io-filenotfoundexception-the-web-application-at-lt-servername-gt-could-not-be-found-console-applications-with-sp2010.aspx


Custom Folder

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.SharePoint;

namespace CustomFloder
{
class Program
{
static void Main(string[] args)
{

using (SPSite site = new SPSite("http://devs/sites/TestingSite/ "))
{
using (SPWeb web = site.OpenWeb())
{
SPList list = web.Lists.TryGetList("CustomCRMList");
SPListItem folderColl = list.Items.Add(list.RootFolder.ServerRelativeUrl, SPFileSystemObjectType.Folder);
folderColl["Title"] = "rrrrr";
folderColl.Update();
list.Update();
}
}
}
}
}




http://www.c-sharpcorner.com/UploadFile/anavijai/8793/
http://www.c-sharpcorner.com/UploadFile/muralidharan.d/7639/
http://www.c-sharpcorner.com/UploadFile/Roji.Joy/7948/
http://www.c-sharpcorner.com/UploadFile/anavijai/8030/
http://www.c-sharpcorner.com/UploadFile/hung123/7158/

http://www.c-sharpcorner.com/UploadFile/anavijai/6989/
http://www.c-sharpcorner.com/UploadFile/anavijai/6984/
http://www.c-sharpcorner.com/UploadFile/anavijai/7003/
http://www.c-sharpcorner.com/UploadFile/Roji.Joy/7025/
http://www.c-sharpcorner.com/UploadFile/Roji.Joy/6017/

http://www.c-sharpcorner.com/UploadFile/nipuntomar/5105/

http://www.c-sharpcorner.com/UploadFile/anavijai/5164/

http://www.c-sharpcorner.com/UploadFile/anavijai/5176/

http://www.c-sharpcorner.com/UploadFile/Roji.Joy/5240/








Custom Theme

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.SharePoint.Utilities;
using System.Collections.ObjectModel;
using Microsoft.SharePoint;
using System.Xml;


namespace COMex
{
class Program
{
static void Main(string[] args)
{
using (SPSite siteCollection = new SPSite("http://dev/sites/TestingSite"))
{
using (SPWeb web = siteCollection.OpenWeb())
{
ThmxTheme theme = ThmxTheme.Open(siteCollection, "_catalogs/theme/Azure.thmx");
theme.ApplyTo(web, false);
web.Update();

}
}

***************************************************************
Page Layout for a SharePoint site

Set default Page Layout for a SharePoint site

http://praveenbattula.blogspot.com/search/label/SharePoint


Set default Page Layout for a SharePoint site

http://praveenbattula.blogspot.com/search/label/SharePointspx

http://blogs.msdn.com/b/jnak/archive/2010/02/08/migrating-an-existing-asp-net-app-to-run-on-windows-azure.aspx

infopath

http://virtualizesharepoint.com/2011/05/15/creating-form-in-infopath-2010-and-publishing-to-sharepoint-2010/

http://blogs.msdn.com/b/jnak/archive/tags/walkthrough/


Cloud Computing

http://blogs.msdn.com/b/jnak/archive/tags/cloud+computing+tools/

http://blogs.msdn.com/b/jnak/archive/2009/07/20/windows-azure-tools-and-sdk-july-2009-ctp.aspx

SharePoint 2010 and Office 2010 Lauch dates announced as May 12th 2010
http://codename-srini.blogspot.com/2010/03/sharepoint-2010-and-office-2010-lauch.html

http://codename-srini.blogspot.com/search/label/Custom%20Site%20Templates



try / finally using() SharePoint Dispose()

http://blogs.msdn.com/b/rogerla/archive/2009/01/14/try-finally-using-sharepoint-dispose.aspx

SharePoint 2007 and WSS 3.0 Dispose Patterns by Example


http://blogs.msdn.com/b/rogerla/archive/2008/02/12/sharepoint-2007-and-wss-3-0-dispose-patterns-by-example.aspx

http://www.sharepointfix.com/2008/12/best-practices-disposing-sharepoint.html
http://www.sharepointfix.com/2008/12/best-practices-disposing-sharepoint.html

Configuring SharePoint Foundation 2010 for SharePoint Workspace 2010


http://weblogs.asp.net/jeffwids/archive/2010/05/06/configuring-sharepoint-foundation-2010-for-sharepoint-workspace-2010.aspx

http://stefan-stanev-sharepoint-blog.blogspot.com/2010_10_01_archive.html



Feature stapling in sandbox solutions

http://stefan-stanev-sharepoint-blog.blogspot.com/search/label/SharePoint%202010
Changing SharePoint 2010 default font size:

http://virtualizesharepoint.com/category/sharepoint-2010-customization/


SharePoint 2010 MasterPages & CSS

http://virtualizesharepoint.com/2011/05/01/sharepoint-2010-masterpages-css/



SP2010: Fixing User Profile Application Service Connection Error


http://blogs.pointbridge.com/Blogs/nielsen_travis/Pages/Post.aspx?_ID=30

http://blogs.pointbridge.com/Blogs/nielsen_travis/pages/default.aspx

Overview of using REST in SharePoint 2010

http://www.synergyonline.com/blog/blog-moss/Lists/Posts/Post.aspx?ID=117

http://sharepointgeorge.com/2009/11/

http://www.ramoliya.amarinfotech.com/getting-started-with-sharepoint-2010-web-services/

http://nikspatel.wordpress.com/2010/06/11/step-by-step-consuming-sharepoint-2010-lists-data-in-the-ssrs-2008-r2-reports/

http://paulgalvinsoldblog.wordpress.com/2008/02/05/solution-system-io-filenotfoundexception-on-spsite-new-spsiteurl/

WCF: Consuming Claims-Enabled WCF Web Services as SharePoint 2010 External Content Types (Part 4 of 4)


http://msdn.microsoft.com/en-us/library/gg318616.aspx


http://forums.codecharge.com/posts.php?post_id=67135

http://ktskumar.wordpress.com/2007/07/01/sharepoint-sites-creation-using-c-through-webservices/

http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/2c741790-0ff7-407a-9802-bd3ab82fbac1

http://social.msdn.microsoft.com/Forums/en-US/isv/thread/5133f61e-7ae8-4a0f-867b-3f65dd58d7f2

http://www.sharepoint-tips.com/2007/04/content-query-limitations-and-object.html

Site Directory
http://sharepoint.mindsharpblogs.com/Ben/archive/2009/10/29/SharePoint-Server-2010-Site-Directory-(where-did-it-go[ques]).aspx

Workflows
http://msdn.microsoft.com/en-us/magazine/ee335710.aspx

http://sergeluca.wordpress.com/2010/06/08/workflows-in-sharepoint-2010-tutorial-step120-what%E2%80%99s-new/

http://www.codeproject.com/Articles/125120/Step-by-Step-Guide-in-Developing-your-own-Workflow

http://www.c-sharpcorner.com/UploadFile/Roji.Joy/3875/

http://social.msdn.microsoft.com/forums/en-US/sharepointdevelopment/thread/e7eda00c-14c7-41f9-87b1-09d911c30378/

http://www.sharepointkings.com/2008/08/create-custom-listviewwebpart.html

No comments:

Blog Archive