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]
5571462d-efc2-442f-814e-37c919a58e46|0|.0
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]
cea2794e-728a-4170-a17f-c838438f84c5|0|.0
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]
adfbc26f-e44c-493a-8fe4-f56aa42f8903|0|.0
Category: Projects, WCF
Tags: wcf
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]
7826e896-2b01-479a-bb4d-35d5b8096cd4|0|.0
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]
58cffdfa-280d-4334-b206-9c7d0cc8e175|0|.0
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]
8e9d275b-9519-406e-84a7-ff8b3cdc2f0d|0|.0
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]
3bf6eab4-9616-476d-93b3-356e7a221f3b|0|.0
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
98ef6812-dab4-4516-aba5-c7b34c8aff4b|0|.0
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]
de4078d8-f0f3-4b7b-8789-6d8f64555ac6|0|.0
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]
d3c866e1-b2d5-42a4-829f-22edd69f45aa|0|.0