WCF – Handling Errors – Part 1

by Chaks 30. September 2008 11:09
Earlier in my post, I discussed  how you can structure WCF projects. Few things are still missing in that structure, especially Error Handling. With the current architecture, which is shown below, we can handle Errors and send meaningful information back to the Client. This is done using Faul... [More]

Extending SharePoint by Adding Custom Actions

by Chakkaradeep 27. September 2008 05:55
So, you want to add your custom items in the SharePoint menus or toolbars ? You can do so by adding your own Custom Action. Custom Action is a SharePoint Feature which makes your life easier if you want to customize your site. Some examples of where you might want to add items may be: 1) In the Up... [More]

How do you structure your WCF projects?

by Chakkaradeep 26. September 2008 14:45
WCF projects do not always tend to stay in one project solution. As the business requirement grows, we see that we might need to break up our WCF solution into various bits. Here is a way I handle my WCF projects. I break up my WCF project into the following bits (each being a class library in Visu... [More]

Code Snippets: Upload and Download a file from Sharepoint Document Library

by Chakkaradeep 26. September 2008 00:48
Here are sample code snippets to upload and download a file from Sharepoint Document Library Upload a File: 1: public static void UploadDocument(string siteCollectionUrl, 2: string siteUrl,string libraryName) 3: { 4: using (SPSite hostSite ... [More]

WCF and Sharepoint - System.IO.FileNotFound Exception

by Chakkaradeep 25. September 2008 03:56
I am currently building a WCF service that has some Sharepoint code in it. The service uses wsHttpBinding. The service is hosted in Windows Server 2003 running IIS 6 with integrated windows authentication mode. It was really strange to me when the service threw this (really a weird) exception: T... [More]

IE8 - Reopen Recently Closed Tabs

by Chakkaradeep 11. September 2008 15:44
We usually work with multiple tabs opened in our browsers and when many such tabs are opened, there is a chance that we accidentally close some tabs and wonder where they are! :) Well, IE8 might have a solution for you! IE8 can remember your recently closed tabs (I guess, 10 tabs). You can also ... [More]

IE8 - Things to note in InPrivate mode

by Chakkaradeep 11. September 2008 10:59
Recently I blogged about how to start IE8 in InPrivate mode by default There are two ways to do it: Using command line Making the InPrivate page as your Home Page Well, it turns out to be that setting the InPrivate page as your Home Page does not open IE8 in InPrivate mode. It just opens t... [More]

Meet you @ Tech Ed and Bloggers Dinner

by Chakkaradeep 1. September 2008 12:55
I will be there at Tech Ed (only tomorrow) and Bloggers Dinner night tomorrow (Monday) :) If you happen to be there, please give a yell and let us meet :-P

IE 8 - Loosely-Coupled Internet Explorer (LCIE)

by Chakkaradeep 1. September 2008 08:39
I blogged about IE8, Tab Groups and Task Manager earlier and mentioned about many iexplore.exe processes in the Task Manager. It turns out to be that there is nothing wrong with IE8. Its the new feature called Loosely-Coupled Internet Explorer (LCIE) which is introduced in IE8. From the IE8 web sit... [More]

IE8, Tab Grouping and Task Manager

by Chakkaradeep 1. September 2008 04:59
IE8 beta 2 has been a great release so far from our Redmond friends. We should not forget that its still Beta and we will have issues with it. I was playing around with IE8 Tab Grouping and also looking into Task Manager on how IE8 was performing. Tab Grouping is a cool feature which gives a color... [More]

About the author




NZ SharePoint Conference 2010

 

 

New Zealand SharePoint User Group