• General

    Joyful June 2011

    by  • July 6, 2011 • General • 0 Comments

    June 2011 becomes my favorable month, couple of good things are happened during this month. One of that happens on June 5th in the form of my marriage which was a beautiful moment in my life, after a 4 long year struggle with my love. Next one was I got the invitation to speak for [...]

    Read more →

    Happy New Year 2011

    by  • December 31, 2010 • General • 0 Comments

                   Thanks for all guys, who are all pass through my blog even one time. I have made lot of mistakes on current year, like not replied back to my blog visitors and i have failed on publishing my new usefull tools for the SharePoint. I say sorry for all the guys for not replied [...]

    Read more →

    Exclude Assembly In WSP on VS2010

    by  • October 30, 2010 • SharePoint, Visual Studio • 0 Comments

    Whenever we want to create and deploy the SharePoint Solution Package using Visual Studio 2010, the assembly file also included with Solution Package. If we don’t want that assembly to include on Solution file, we have to Change the Property “Include Assembly In Package” to false of Project File. Assigning property as false to exclude [...]

    Read more →

    Integrating Silverlight and HTML

    by  • August 15, 2009 • Javascript, Silverlight • 0 Comments

    Today I have come up with simple post on Silverlight on integrating silverlight contents in html page and html contents in Silverlight. The following image was the preview of our sample integration code. Step 1:Create a Silverlight Application Project , Step 2:In the Xaml file, Add the following controls , <TextBlock x:Name=”SL_txtBlock” TextWrapping=”Wrap” Margin=”167,133,62,0″ Height=”45″ [...]

    Read more →

    SharePoint Database SQL Query Tips3

    by  • March 23, 2009 • General • 3 Comments

    Now, we are going to retrive the file details from AllDocs Database. Which has the informations about the files stored in SharePoint List or Library. – Returns all document from all lists availabe in WebApplication SELECT AllDocs.Leafname AS FileName’,                   AllDOcs.Dirname AS ‘Folder Path’,                   AllLists.tp_Title AS ‘List Title’,                  Webs.Title AS ‘Web Title’ FROM AllDocs JOIN AllLists ON AllLists.tp_Id=AllDocs.ListId JOIN Webs ON [...]

    Read more →

    Download Document from SharePoint Library using WebService

    by  • March 8, 2009 • General, SharePoint, WebService • 3 Comments

    In this post, I am going to explain about downloading a document from sharepoint library using webservice, For that we need following things, Read the contents from Document, located in SharePoint Library Create and store the contents on a new document in Local Machine To get the contents from Document under Sharepoint library,we shall use [...]

    Read more →

    Pre-Release VS 2010 and .NET Framework 4.0 CTP download

    by  • November 9, 2008 • .Net 4.0, General • 0 Comments

    Microsoft Visual Studio 2010 and the .NET Framework 4.0 are the next generation development tools and platform for Windows Vista, the 2007 Office System, and the Web. Click VS2010 to download the Microsoft Pre-release Software Visual Studio 2010 and .NET Framework 4.0 Community Technology Preview (CTP). To know more details about VS2010, visit http://msdn.microsoft.com/en-us/vs2008/products/cc948977.aspx Blog this! Bookmark [...]

    Read more →