Tag Archives: C#.Net

How to debug Windows Live Writer plugins

This is final post related to live writer plugins and its about debugging the Live writer plugins. While developing I don’t think there is a way we can debug the plugin code. This is after deployment. Initially I faced one … Continue reading

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

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

How to create a RSS feed using ASP.Net

Another ASP.Net related post, this post helps to create a custom RSS feed using ASP.Net. There are many ways to create feed using ASP.Net, like using Xml Documents, String Builder and simple string concatenation. But none of them designed to … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, ASP.Net, WCF | Tagged , , , , , | 3 Comments

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 redirect output from a console application

GUI tools are offers better User experience than command line tools. But in few scenarios we don’t require GUI, like MS Build tasks, and in some cases the application may not have a UI, example: ImageMagik tools. If check codeplex.com, … Continue reading

Posted in .Net, .Net 3.0 / 3.5, .Net 4.0, Windows Forms | Tagged , , , , | 1 Comment