August 2009 - Posts

Add external sites to Sharepoint Search
Tue, Aug 25 2009 13:47
Hi Folks, One of the most imoportant features in sharepoint 2007 is the enterprise search. Enabling search for extenral sites are extermely needed in any organization specially if the organization has other sites hosted on other platforms other than sharepoint...
Exception when implement function overloading in WCF
Fri, Aug 21 2009 10:12
Hi Folks, If you tried to develop a simple WCF function, and you tried to write in your WCF 2 overloading functions in WCF, you will not be able to deploy your serivce and the clients will get an exceptions. The solution: give Aliases to the overloaded...
by Moustafa Arafa - C# MVP
Filed under: ,
Asp.Net MVC 2 has been shipped ....Developer comments
Mon, Aug 3 2009 21:54
Hi All, Asp.Net MVC 2.0 has been shipped, some features have been improved and other new ones, From the first reading for the new things and the improved features, here is the features that i like: 1) You can write Lambda Expression in the View.........