C#
The Microsoft Windows Presentation Foundation (WPF) provides the foundation for building applications. Here is a list of sites where WPF tutorials are free to learn. WPF Tutorials Christian Moser's WPF Tutorial(wpftutorial.net): A nice tutorial about the Windows Presentation Foundation with hundreds of samples WPF Training Guide WPF Video Tutorials Windowsclient.net Here video training sessions provide some great launch points to creating your own WPF applications. ContentPresenter.com: It is a free ......
It is a common problem in the sharepoint 2007 developemt to hide the “Sign in” link in the client web browser. I didnt find any perfect solution for that. Let's think one scenario. For example, You are developing a WCM website in MOSS and have two entry points to the website - one web app for internal use to edit the site (i.e. you have to authenticate), and one for the website (i.e. for anonymous access). You have created a master page which obviously has to contain controls that allow users to ......
Sometimes it is required to customize users/groups permission for the whole site or sub sites also and adding custom permission level with the existing permission levels. This article will show how to add new permission level and also customize existing permission level. Permission levels are the various user rights which you can assign to different people / groups in a SharePoint site. By default, each site comes with the following number of permission levels such as Full Control, Design, Contribute ......
One of the common question in the developer community "how to customize the default approval workflow for page or document from browser?" I hope, "This post is related to answer this question". When we create a web application or sub site under this web app, by default MOSS creates one default workflow: [Parallel Approval] for the page or document list library but there is no workflow for custom list (document or image) library. You have to set a custom workflow for the custom list library as the ......
It is a Preliminary guide for developer who is new and interested to work in sharepoint platform from the scratch. Here, I introduced overall idea on how to work in sharepoint platform with some inportant links for developers and aslo for sharepoint administrator. This is my first post in sharepoint development. After getting lot of difficulties i started to work successfully at last with it. So i think my post would be helpfull to understand easily. I tried to summerize my experience in one article. ......