ASP.NET MVC in Delphi Prism – Introduction

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?

  • Share/Bookmark
Read more

AutoComplete Feature in Winforms

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.

  • Share/Bookmark
Read more