cyco

Stories kicked by cyco

Build visual studio documentation from code comments using Sandcastle(saftsack.fs.uni-bayreuth.de)

submitted by eXXLeXXL(120) 4 years, 2 months ago

This article describes how to build help files using Sandcastle and code comment tags and how to integrate the help files into the visual studio help system. read more...

add a comment |category: |Views: 65

tags: another

SharePoint 2007 Project Template for Timer Jobs in Visual Studio 2005 (saftsack.fs.uni-bayreuth.de)

submitted by agnes_agnes_(290) 4 years, 2 months ago

What are SharePoint Timer Jobs? SharePoint timer jobs are tasks executed on a scheduled basis by the SharePoint Timer service. Nobody wants to do all the steps necessary to create such a job for each new timer job. So in order to make it simpler to start a new timer job project, I created a visual studio template containing all the neccessary stuff you need. read more...

add a comment |category: |Views: 136

tags: another

Howto savely move a file using C# (saftsack.fs.uni-bayreuth.de)

submitted by agnes_agnes_(290) 4 years, 2 months ago

If possible this version uses the special File.Replace on NTFS and gracially falls back on Delete+Move on any other filesystem. Nothing else to comment about here. I am just amazed that this kind of save moving is not supported by the framework itself. Instead the framework's move routine throws an exception if there is an file existing at the target location. Weird. ;) read more...

1 comment |category: |Views: 87

tags: another

Downgrade a VS 2008 .sln or .csproj to VS 2005(saftsack.fs.uni-bayreuth.de)

submitted by agnes_agnes_(290) 4 years, 3 months ago

I just had to convert a Visual Studio 2008 Solution and Project to Visual Studio 2005. It is actually pretty straight forward. At least in my case... read more...

add a comment |category: |Views: 791

tags: another