Tag: .NET

  • HTML Parser

    Are you looking for any HTML Parser? Want to traverse through HTML DOM elements? Want to read properties and its values of HTML element? Want to add properties to HTML elements dynamically? Want to modify HTML form at runtime? JQuery is one of the best solution to do all these at client side. But what…

  • Building an Outlook 2010 Add In Using C#.NET With Visual Studio 2010

    How to build an outlook 2010 Add In using C#.Net and Visual Studio 2010? In this post, I’ll take you through the steps required to build an outlook 2010 plugin using C#.Net with visual studio 2010. This post includes creating custom task pane, adding a new context menu item with the outlook context menu and adding…