Custom .Net (C#) Collection: Recently Used List
I came across a situation where I needed a collection which can hold recently used objects of a particular kind....
Handle arrow key events in Windows Forms .Net (C#)
Pressing of a key is detected and handled in Windows Form using KeyPress, KeyDown or similar events. But these events...
Excel Add-in for Exporting data to XML
Download ExcelExportXML-Setup – 221.11 KB Download ExcelExportXML-Source – 328.11 KB Introduction ExcelExportXML is a Microsoft Excel 2010 Add-in that generates...
Writing Add-in for Microsoft Excel 2010 using Visual Studio 2010
Using Visual Studio 2010 Professional, creating Excel Add-in is pretty simple. Following are the steps I followed for writing an...
ASP.Net Web Forms vs ASP.NET MVC
When microsoft released ASP.Net, it was thought that it would relieve the need to master HTML and related technologies for...
Reached “Design – All Star” in design .toolbox
.toolbox is a really fun environment to learn basic design concepts as well as the fundamentals of creating Silverlight...
LightSwitch vs Maximo Application Development Tools
IBM Maximo is an enterprise asset management system but it also has a very advanced application development tool set. This toolset is...
Microsoft Visual Studio LightSwitch
Visual Studio LightSwitch is a new tool from Microsoft for developing business applications. Currently available development technologies from Microsoft (like...
Save and Load RichTextBox content in WPF
The content of RichTextBox can be saved to a file (or any other stream) using TextRange class. It supports following...
RepMonitor: Oracle Replication Error Monitoring Tool
I had an assignment to rectify the Oracle data replication implementation between multiple Oracle databases connected over a wide area...