Archive for the ‘General’ category

Creating documentation for a .NET component

Hi everybody!

We in Bit Miracle believe in knowledge and expertise sharing. So, I am pleased to announce that we have published a new article on Codeproject site.

The “Creating documentation for a .NET component with Sandcastle Help File Builder” article is about creating documentation within your code. The article also shows how to write additional topics and compile the help file using Sandcastle Help File Builder.

Good documentation is an important part of a successful product. Creating full and comprehensive description of functions and capabilities of a software product or component takes time and patience. In the article mentioned above I described some practical aspects of creating documentation for .NET components.

Please read “Creating documentation for a .NET component with Sandcastle Help File Builder” on Codeproject site. I hope that you will find some useful tips in the article.

Posted in

Transforming C/C++ code to fully managed C# code

Hello!

Last year we released free and open source LibTiff.Net library. The library is a port of original libtiff library and we thought that you may be interested to know how we have ported the code from C to C#.

So, we have published “Adapting old code to new realities” article on Codeproject site. The article describes a useful technics for transforming old-style C/C++ code to fully managed C# code. These methods were used for porting classic libjpeg and libtiff libraries to .NET Framework.

Please read “Adapting old code to new realities” on Codeproject site. We hope that you will find the article interesting.

Posted in , , ,