Suman Chakrabarti - SharePoint and ASP.NET blog

SharePoint, .NET, Social Computing and random bits of goodness

Browse by Tags

Tagged Content List
  • Blog Post: Get PublicKeyToken using external tools

    I hate fishing around to get the publickeytoken for my strong named assemblies, so I fished around for a way to do it in Visual Studio. Here's what I did: Create a new External Tool - I called mine Get PublicKeyToken Map to the sn.exe file in the Windows SDK <DRIVE:\>Program Files\Microsoft...
  • Blog Post: Load Testing strategies in Visual Studio 2005: Scenario with SharePoint

    Recently, I did some work at a customer who was having performance problems in their SharePoint environment and their custom web parts. A target web page test should perform such that the average page time is less than 3 seconds—even under a heavy load. The average page time was good when only a few...
  • Blog Post: Adding linked files to a Visual Studio project

    Here's a cool trick to add files to your project that are global. The example is for linking a strong name key file to multiple projects, but this example is also good for embedding a resource in multiple projects, or creating a baseline GlobalAssemblyInfo file. I use this technique a lot for sharing...
Page 1 of 1 (3 items)