Category Archives: Miscellaneous

How to create a Windows Live writer plugin using C# Part 2

This is the second part of live writer plugin post, in this post I am implementing settings for the live writer plugin. First post I was about creating basic Live writer which help to short link using bit.ly shortening service. … Continue reading

Posted in .Net, Miscellaneous, Windows Forms | Tagged , , , , , | Leave a comment

K-MUG User Group Meeting – 26th Nov 2011 Saturday – Kochi

Venue: Orion India Systems Pvt Ltd, 103, 2nd floor, Tejomaya, Info park SEZ, Kakkanad, Kochin-682030 Agenda 09:30 – 09:40 Community updates 09:40 – 10:40 Windows Phone by Anoop M 10:40 – 11:40 HTML5 by Kamala Rajan 11:40 – 11:50 Tea … Continue reading

Posted in Miscellaneous, User Group Activities | Tagged , , , | Leave a comment

How to create a Windows Live writer plugin using C# Part 1

Recently I got chance to explore Windows Live Writer. So I thought I will create few posts around Live Writer plugins. In this post I am covering the basics of creating Live Writer plugin. I found various plugins which helps … Continue reading

Posted in .Net, Miscellaneous, Windows Forms | Tagged , , , , , | 2 Comments

How to unit test internal classes in .net

Often we used to isolate our classes using internal access modifier, in ideal scenario it doesn’t require to write unit tests for internal classes. But sometimes we require to do  test internal classes. We can do it using two ways … Continue reading

Posted in .Net, Miscellaneous, Unit Testing | Tagged , , | Leave a comment

Open Visual Studio Files As Administrator

Debugging WCF service requires to run the visual studio as Administrator, you can do it by right clicking the Visual Studio shortcut, Select Properties, and in Shortcut tab, click on Advanced button, it will display Advanced Properties, check the Run … Continue reading

Posted in Miscellaneous, Visual Studio, Windows 7 | Tagged , , , , | Leave a comment