ASP.NET MVC in Delphi Prism – Introduction
Posted on December 27, 2009 by Senthil Kumar
and has 6 comments.
ASP.NET MVC is a web development framework from Microsoft that combines the effectiveness of the model-view-controller architecture .
It is an alternative to the WebForms that was and is still mostly used one in ASP.NET .
What is a Model View Controller (MVC) Framework?
Read moreAutoComplete Feature in Winforms
Posted on August 31, 2009 by Senthil Kumar
and has no comments yet.
In one of my previous article AutoComplete is an ASP.NET using Ajax autocomplete extender i explained how to create AutoComplete TextBox in ASP .NET using AJAX , in this example i am achieving the same in Windows forms application . For this i’ve created a Autocomplete string collection containing names which will be shown in textbox as suggestions.
Read more

