Google Analytics İzleme

05 Aralık 2011

Sharepoint - Sayfa Geliştirme (Custom Application Page)

Önemli Noktalar:
You can use a Visual Web Part item in a farm solution only. (http://msdn.microsoft.com/en-us/library/ee231579.aspx)
You can use a Web Part item in a sandboxed solution or a farm solution. (http://msdn.microsoft.com/en-us/library/ee231579.aspx)
Web Parts are server-side controls that run inside a special type of page called a Web Part Page. (http://msdn.microsoft.com/en-us/library/ee231579.aspx)
- To create custom, reusable controls that can be consumed by application pages and Web Parts that run in SharePoint. These controls are called user controls. (http://msdn.microsoft.com/en-us/library/ee231577.aspx)





Walkthrough: Creating an Application Page
http://msdn.microsoft.com/en-us/library/ee231581.aspx

Sayfa geliştirme esnasında kullanacağımız kontroller:

Tarih Kontrolü:

People Pickup Kontrolü:

Sharepoint Kontrolleri:

Textbox kontrolü:

Checkbox kontrolü:


Validation kontrolleri:

List Item hakkında:
http://blog.mastykarz.nl/obtain-fields-values-splistitem/

Listeye Dosya Yükleme ve Kaydetme hakkında:
http://ktskumar.wordpress.com/2008/03/31/uploading-file-from-local-machine-to-sharepoint-listitem-as-an-attachment/
http://www.sharepointbriefing.com/spcode/article.php/3842976/Accessing-and-Saving-List-Item-Attachments.htm
http://msdn.microsoft.com/en-us/library/lists.lists.addattachment.aspx
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spattachmentcollection.aspx
http://khdraft.blogspot.com/2011/07/how-to-update-spfile-splistitem.html
http://paulturner.is-a-geek.com/Lists/Posts/Post.aspx?List=fee45726-9f06-40bf-8758-f178bbe132bc&ID=42&RootFolder=%2A&Web=ede8e2b7-ce62-4de0-b0cc-758262aa96d9
http://www.mindfiresolutions.com/Adding-an-Attachment-to-a-List-Item-Programmatically-in-SharePoint-478.php
http://ranaictiu-technicalblog.blogspot.com/2010/06/sharepoint-2010-attach-files-to.html


Diğer:


List'deki Field'in Name bilgisinin karakter boyutu maksimum 32 karakter olmalıdır, internal name of the field olarak da geçer.
Sharepoint 2010 web ui ortamında kolon veya alan ilk oluşturmada ingilizce karakterle ve boşluksuz olrak eklenmelidir, sonra isim bilgisi farklı olarak değiştirilebilirsiniz, sonraki değiştirmelerde bu name bilgisi Display Name olarak atanır.
http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread/831ece40-9588-48da-bc9a-43454cb803a7
http://mscerts.programming4.us/sharepoint/sharepoint%202010%20%20%20add%20a%20column%20to%20a%20list%20or%20document%20library.aspx
http://msdn.microsoft.com/en-us/library/ms437580.aspx

File name, length and character restrictions for SharePoint
http://www.sysadminsblog.com/microsoft/file-name-length-and-character-restrictions-for-sharepoint/

List'in guid bilgisini alma:
http://weblogs.asp.net/jimjackson/archive/2008/02/11/get-a-sharepoint-list-guid-from-the-browser.aspx
http://weblogs.asp.net/soever/archive/2008/01/06/sharepoint-development-handy-little-utility-to-get-guid-s-and-attribute-names.aspx
http://www.albionresearch.com/misc/urlencode.php

Listlerde - Link Item and Link Item Menu olarak Title olmayan başka bir alanda yapma veya gösterme

SharePoint: Application page to display all sites a user can view
SharePoint 2010: Add Colors, Borders and Fonts to Web Parts
SharePoint: Which lists have event receivers?
SharePoint 2010 Application Pages and Modal Dialogs the easy way

UnsecuredLayoutsPageBase - Anonim erişimli sayfa yapmak için kullanılacak sınıf:

Creating Web Parts for SharePoint
Creating Reusable Controls for Web Parts or Application Pages

--

Northwind Office Business Application
These samples demonstrate a simple Office Business Application used by the new Northwind Traders that includes versions for both Visual Studio 2008 Service Pack 1 and Visual Studio 2010. It follows the workflow of accepting purchase orders through email all the way to shipping. It shows how to expose LOB data using Data Services as well as interact with it in Outlook, Word, Excel and SharePoint. 
http://archive.msdn.microsoft.com/OBANorthwind
http://blogs.msdn.com/b/bethmassi/archive/2010/01/28/creating-a-sharepoint-visual-web-part-using-visual-studio-2010.aspx

--
Creating a WCF web service and calling JSON objects from JQUERY – SharePoint 2010 C#
How do I create Visual Web Parts in SharePoint Foundation 2010 with Visual Studio 2010?
How do I create custom properties in Visual Web Parts?

--

SharePoint 2010 CSS Reference Chart

Updating list items without changing the Modified field

Install SharePoint Language Packs in Windows 7

Continuous integration (automated builds) for SharePoint 2010

SharePoint 2010 + ADFS 2.0

Anonymous access - login prompt

--

Adding an external DLL/assembly in Visual Studio 2010 SharePoint Project


How to change <trust> level of a SharePoint web application.

Hiç yorum yok: