Now a days I am working on a outlook plugin application where I am in need to catch up the events of the Calendar folder. I need to save t...
Tuesday, January 25, 2011
Here is the steps to create a batch file that will delete all the files from a specified folder. Step 1: Open Notepad Step 2: Copy the belo...
Category:
C#.net
Here is the example to split a string with character separator using C#.Net . string Date = "Feb/24/1981"; if (!string.IsNullOr...
Category:
C#.net
Here you will get a string array while reading all the lines and it will store one line to an array element in C#.Net . And once you will g...
Step to Create a virtual directory in asp.net web application: Step 1: Right click on the project and Click on publish web site. Give t...
Category:
asp.net
Friday, January 21, 2011
Unrecognized attribute 'allowInsecureTransport'. Note that attribute names are case-sensitive
Bijay Kumar
8:06 PM
In this post we will discuss about how to resolve error: Unrecognized attribute 'allowInsecureTransport'. Note that attribute names...
Category:
Errors,
SharePoint 2010
While working in SharePoint 2010 , I was in need to add reference to microsoft.sharepoint.portal.dll . When I go through the normal process,...
Thursday, January 20, 2011
A question always arise whether to store data in SharePoint list or in a database. There are actually some schenarious where it is better ...
From these below lines you can check if a particular value is present in the list or not. And If exists you will get the index of the partic...
Category:
C#.net
Wednesday, January 19, 2011
In this article we will discuss list of permissions available in Windows SharePoint Services: Read This permission level gives read-...
Category:
MOSS 2007
Here is the steps to debug a web part in SharePoint : Step 1: open the project and set the appropriate breakpoints. Step 2:...
Category:
MOSS 2007
public static String GetObjectXml<T>(T obj) { System.Xml.Serialization.XmlSerializer objxml = new System.Xm...
Category:
C#.net
Tutorials on WCF
Bijay Kumar
12:30 AM
Windows Communication Foundation (WCF) is an SDK for developing and deploying services on Windows. Uses System.ServiceModel.dll in the...