¡@

Home 

c# Programming Glossary: passive

Retrieving a List of Files from an FTP server in C#

http://stackoverflow.com/questions/1730626/retrieving-a-list-of-files-from-an-ftp-server-in-c-sharp

from the FTP server is this WRITE PASV READ 227 Entering Passive Mode 10 0 2 24 5 119 ` WRITE LIST .dat READ 150 Opening ASCII..

Model-View-Presenter in WinForms

http://stackoverflow.com/questions/4794121/model-view-presenter-in-winforms

after reading up on MVP I have decided to implement the Passive View. Effectively I will have a bunch of controls on a Winform..

what is MVP-Passive View and MVP-Supervising controller

http://stackoverflow.com/questions/5381847/what-is-mvp-passive-view-and-mvp-supervising-controller

is MVP Passive View and MVP Supervising controller please describe in simple.. in simple way with simple example that what is MVP Passive View and MVP Supervising controller. in the both cases how could.. and input is validated using both mvp techine called Passive View and Supervising controller. thanks c# design patterns..