Category Archives: .Net 3.0 / 3.5

Getting Code coverage using Open Cover and NUnit

In the last post I blogged about how to get code coverage using MSTest and Part cover. In this post I am blogging about measuring code coverage with Open cover. Today I found another alternative to measure code coverage. Its … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Code coverage, Unit Testing | Tagged , , , , , , , | 2 Comments

How measure get code coverage by PartCover with MSTest

If you are using VS 2010 Premium or Ultimate, you can get the code coverage from VS itself (You can find more posts related to code coverage here.). But if you are using Professional or less, you won’t get this … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Unit Testing, Visual Studio | Tagged , , , , , | 6 Comments

CaptureItPlus – A screen capture utility

Few days back I started working on another open source project, for capturing screen shots. It is similar or can be used as an alternative to Snipping Tool in Windows Vista / 7. Here is the main features of CaptureItPlus … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Miscellaneous, Win 32 API, Windows Forms | Tagged , , , , , | 4 Comments

Upload multiple files using Silverlight

Early this year I wrote a post about creating a File Uploader using Silverlight and WCF. And today I got a question from one forum, about to create uploader for multiple files. And here is source code, I am just … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Silverlight, WCF | Tagged , , , , , , | Leave a comment

Image cropping control in C# for Windows Forms

This post is also inspired by a SO post – Image Cropping Control for WinForms with Selection Rectangle. I had done a similar implementation using VB.Net long back but I couldn’t remember the implementation. Today I tried it again and … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Windows Forms | Tagged , , , , | 2 Comments