Monthly Archives: November 2009

WebCam in your applications using C#

In the current project I am working I got a chance to implement web cam image capture. There is two different ways to do this in C#. Using WIA Sdk – It is library coming with Windows. And you can … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Windows Forms | Tagged , , , | 3 Comments

Post data using HttpWebRequest in C#

While working around twitter or any other REST API services, you may require to do a post request to web server. If you are using .net can do this either using WebClient class or using HttpWebRequest class. Both these classes … Continue reading

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

Rapid Prototyping – Lessons from the trenches

One of the session in the Microsoft Community TechDays in Technopark, Trivandrum was Rapid Prototyping – Lessons from the trenches by Uday M. Shankar. In the session the Uday was talking about Microsoft Expression SketchFlow. SketchFlow is a new feature … Continue reading

Posted in .Net, User Group Activities | Tagged , , , | 1 Comment

Implementing Close button in Tab Pages

Long back, when I worked on Windows Application, my client asked me to change the UI, instead of using MDI, he want to use SDI. And for multiple Windows, suggested Tab Control, like the new Web Browsers. Fortunately he dropped … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Windows Forms | Tagged , , , , | 3 Comments

Simple URL Rewriting in ASP.Net with C#

If you are developing some content management site or blog, you require clean URLs for better Search engine ranking. Normally in ASP / ASP.Net we used to pass querystrings to pull the data from database. http://example.com/load_page.aspx?Page=aboutme.aspx But if you are … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net | Tagged , , , | Leave a comment