Ö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
- 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:
Sayfa geliştirme esnasında kullanacağımız kontroller:
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
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
Liste'de kodlama ile oluşturulan yeni item'ın Author ve Editor field bilgilerini oluşturma esnasında değiştirme:
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitem.aspx
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spuser.aspx
http://littletalk.wordpress.com/2008/12/07/update-the-values-of-created-by-modified-by-columns-in-sharepoint-lists/
http://pankaj-sharepoint2010part37.blogspot.com/2011/11/can-we-update-values-of-created-by.html
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
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 custom properties in Visual Web Parts?
--
SharePoint 2010 CSS Reference Chart
SharePoint 2010 CSS Reference Chart
--
Adding an external DLL/assembly in Visual Studio 2010 SharePoint Project
http://girishm.blog.com/2010/08/13/how-to-change-trust-level-of-a-sharepoint-web-application/
Integtrating Live ID authentication into MOSS sites
http://girishm.blog.com/2009/11/10/integtrating-live-id-authentication-into-moss-sites/
Whether we need a separate external JS file for each of our web pages?http://girishm.blog.com/2011/02/14/whether-we-need-a-separate-external-js-file-for-each-of-our-web-pages/
Whether we need a separate external JS file for each of our web pages?http://girishm.blog.com/2011/02/14/whether-we-need-a-separate-external-js-file-for-each-of-our-web-pages/
Hiç yorum yok:
Yorum Gönder