Tag Archives: c#
Using OpenCover and NUnit with MSBuild
I am working on a project that has a large code base with a lot of logic. For this project I am trying to adopt a more TDD oriented development approach. This includes unit- and integration testing, as well as code … Continue reading
Cuda v3.2 template project using C++
Important The tutorial is missing some compilation, linker, library settings steps. However you can download the template project, it works and has everything setup. Introduction Download template project source Download executable I am a developer who has been developing software … Continue reading
NHibernate CompositeId and GetHashCode SELECT N+1 problem
I was looking in my NHProf log and got a lot of SELECT request. To many and I thought I was having a SELECT N+1 problem. Using the “Stack Trace” in NHprof I identified a call being made to GetHashCode() … Continue reading
IDrive .NET backup library
What does IDriveLibrary it do? IDrive EVS gives you 5GB of free backup space on the IDrive platform. IDrive EVS makes it possible via a kind of web http interface to upload files and more. The library I have written … Continue reading
Sample TwitterTest authentication and console application
How to make your application or service tweet My case: I have a windows service and I want to be able to know the internal state of this service and e.g. when an exception was thrown. The obviusl answer for … Continue reading
Google Sitemap .NET links
Some links with information about creating a Google Sitemap either directly in XML or via some .NET code. http://gerardmcgarry.com/blog/creating-a-google-sitemap-aspnet-website http://www.codeproject.com/KB/aspnet/GoogleSiteMapProvider.aspx
.NET Resource localization
ResourceBlender is open source and works for .NET: http://www.resourceblender.com/
Using Multiple Configuration files for NHibernate (HybridSessionBuilder)
I have been using Castle Windsor and NHibernate for some months now, so I am a bit new and still learning. But then again, it is learning developers like me, that asks all the questions. This post is also … Continue reading
Multiple Configurations for NHibernate (HybridSessionBuilder)
I have been using Castle Windsor and NHibernate for some months now, so I am a bit new and still learning. But then again, it is learning developers like me, that asks all the questions. This post is also … Continue reading
How will you parallelize your existing codebase? Try R.A.S.P
Original post: http://www.atalasoft.com/cs/blogs/rickm/archive/2008/12/23/how-will-you-parallelize-your-existing-codebase-try-r-a-s-p.aspx ———————————————————————————————————————- How will you parallelize your existing codebase? Try R.A.S.P. There has been much talk of how we will be writing all of our new code with parallelization in mind. However, what of our existing code? It’s … Continue reading