Downloads
Welcome to the download page,
Here you could download the sample projects Source Code for Projects Posted on my site.
Deploying Custom Tool using a Setup Project (Download)
Making a custom tool work on the developers machine require several actions like placing keys in the registry and registering your DLL Library using the regasm command. This post will discuss the automation of this procedures using a setup project.
Building a Custom Tool Generator For Visual Studio (Download)
Generate your own code for XML Files in your Visual Studio Project or replace the Resource File Generated Code of the Visual Studio with one of yours the reason you may want to do this is that you may want to work with a custom resource provider while the generated code in .NET makes the static properties work only with the resource file.
RbmBinaryImage ASP.NET Control (Download)
The RbmBinaryImage control will help you display images directly from your database. You could bind the Image field directly to the ImageContent property, also you could specify whether you want the display to be as a thumbnail or not and provide the thumbnail size.
Building your own Mail Client using C# (Download)
This post will go with you step by step towards building your own Mail Client using C#
Parsing Markup to Represent it as Objects (Download)
An interesting problem is parsing a Markup Document to represent it as an Object This would be very helpful for ex. if you want to generate valid Markup Code ex: Placing quotes in HTML attribute values and placing the end tags also another helpful thing for it is to replace some element section traverse through the object model for making whatever needed logic would be much easier and usable in an Object Model Here I place a project I made that takes any markup and turn it in form of a MarkupDocument with elements and attributes,content etc.
Building your own Java Script Editor (Download)
Build your own editor which can accept certain tags and attributes. The editor has a “browser independent” feature. To see a demo, click here.
Add & Remove the SyntaxHighlighter Toolbar on MouseOver,MouseOut Events (Download)
The Syntax Highlighter Iam using here is syntaxhighlighter_2.0.296 made by alexgorbatchev It’s an amazing syntax highlighter actually nevertheless I had comment from one of my friends that the toolbar is hiding the code which is a little bit distracting so I decided to add a functionality on it so that the toolbar is initially not visible then it becomes visible when the mouse comes over the code section like that it will maintain the functionality and it will look nicer.
Hope that you enjoy the code your feedback would be greatly appreciated.
