Posts

Get Sharepoint2010 Web Analytics from Sql Server

http://msdn.microsoft.com/en-us/library/dd773850(v=office.12).aspx http://otak-otak-it.blogspot.com/2011/05/how-to-get-sharepoint-2010-web.html

BCS Model with WCF Service

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

How to increase Sharepoint Silverlight Webpart Timeout

Often you may see the following message when loading Silverlight webpart on sharepoint. "To re-configure the Web Part or to provide a different Silverlight application (.xap), open the tool pane and then click Configure" You can download SLTimeout webpart and set Timeout property. http://buyevich.blogspot.com/2011/02/setting-time-out-for-silverlight-web.html

Hide Listview webpart Header/Columns

Add Content Editor Webpart to Page and set viewheadertr attribute to none and set Content Editor Webpart as Hidden. <style> .ms-viewheadertr { display: none;} </style> This hides all your list views  header.

Display Images From Database In Silverlight

http://www.dotnetcurry.com/ShowArticle.aspx?ID=220

Modular WPF with MEF (Managed Extensibility Framework) & MVVM

Screencast: Modular WPF with MEF & MVVM Tutorial Part 1 http://mark-dot-net.blogspot.com/2011/07/screencast-modular-wpf-with-mef-mvvm.html Screencast: Modular WPF with MEF & MVVM Tutorial Part 2 http://mark-dot-net.blogspot.com/2011/07/screencast-modular-wpf-with-mef-mvvm_11.html

Data Driven Applications with MVVM

Data Driven Applications with MVVM Part I: The Basics http://www.silverlightshow.net/items/Data-Driven-Applications-with-MVVM-Part-I.-The-Basics.aspx Data Driven Applications with MVVM Part II: Messaging, Unit Testing, and Live Data Sources http://www.silverlightshow.net/items/Data-Driven-Applications-with-MVVM-Part-II.-Messaging-Unit-Testing-and-Live-Data-Sources.aspx  Data Driven Applications with MVVM Part III: Validation, Bringing the UI Closer http://www.silverlightshow.net/items/Data-Driven-Applications-with-MVVM-Part-III.aspx