-
Categories
- .Net (260)
- .Net 4.0 (56)
- ASP.Net MVC (4)
- Office Interoperability (4)
- Silverlight (15)
- WCF (7)
- Win 32 API (17)
- WPF (28)
- .Net 3.0 / 3.5 (146)
- ASP.Net (58)
- Code coverage (1)
- Javascript (32)
- Miscellaneous (58)
- sharepoint (18)
- SQL Server (16)
- Uncategorized (4)
- Unit Testing (14)
- User Group Activities (24)
- Version Control (8)
- Visual Studio (61)
- Windows 7 (18)
- Windows Forms (59)
- .Net (260)
Tags
.Net .Net 4.0 ASP.Net ASP.Net Chat script ASP.Net Handler ASP.Net MVC C# C#.Net Code Coverage CTD Databinding Drawing Events FxCop HTML IIS 7 Javascript K-MUG Kerala Microsoft Users Group LINQ Live Writer Plugin Microsoft Users Group MS Test NUnit Regular Expressions sharepoint Sharepoint API Silverlight Silverlight Object Model SQL Server SQL Server 2008 Team Foundation Server TFS Unit Testing User Group Meeting VB.Net Visual Studio Visual Studio 2010 WCF WIN32 API Windows 7 Windows Forms Windows Live Writer Windows Vista WPF-
Archives
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- June 2007
- May 2007
- April 2007
-
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 .Net, .Net 4.0, C#, C#.Net, Code Coverage, OpenCover, Report Generator, Unit Testing
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 .Net, .Net 4.0, Code Coverage, MSTest, Part cover, Unit Testing
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 .Net, C#, C#.Net, WIN32 API, Windows 7, Windows Forms
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 .Net, .Net 4.0, ASP.Net, C#.Net, Silverlight, Upload Multiple Files, WCF
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 .Net, C#, C#.Net, Image Cropping, Windows Forms
2 Comments