Tag Archives: C#
Lightweight Rich Text Editor Control in ASP.NET MVC 2 – Part 2
The last post I made was the most basic way of getting that RTE control rendered in ASP.NET MVC. I explored it more and have found a more appropriate way of doing this. Below is the class for TextEditor Control. … Continue reading
Lightweight Rich Text Editor Control in ASP.NET MVC 2
There is a Lightweight Rich Text Editor Control on jQuery. I used this in a personal project in MVC, it made my otherwise clean pages messed up so I extented it to a control. Following are the files which came … Continue reading
Creating, Installing, Debugging Windows Services
When I started working on windows services, I had some difficulty with how to install it, what are necessary functionalities, how to debug it etc. I am sharing my leaning from a beginner’s point of view that how to create … Continue reading