Bogdan Chernyachuk's Blog on .NET
Friday, September 4, 2009
Using Sandcastle as a documentation tool
›
Recently, we evaluated several documentation tools, like ndoc, doxygen etc. We found that SandCastle (together with SandCastle Help File Bui...
Thursday, June 4, 2009
Avoid verbose log formatting in .NET TraceListeners
›
The problem is: when you use any of default TraceListeners (for example, I need ConsoleTraceListener), and when you call Trace.LogInfo , Tra...
Thursday, May 14, 2009
Using SET ROWCOUNT to limit number of deleted records
›
I was given MS SQL database with no normalization, no primary keys in tables and lot of duplicates. How can you delete a duplicate rows from...
Friday, May 8, 2009
The cheapest option to deploy Windows SharePoint Service solution for external users
›
Recently, we were estimating a solution for our customers. They want a Sharepoint (WSS 3.0) solution to be installed on a dedicated server a...
Tuesday, April 7, 2009
Multi-dimensional arrays vs arrays of arrays in F#
›
Recently, I had to write a module with some array-manipulation functionality, and I decided to write it on F# I had an array initialization ...
›
Home
View web version