Re: Venting on .NET




"Joseph M. Newcomer" <newcomer@xxxxxxxxxxxx> wrote in message
news:5fflr1ppfs5gljlc5umto45slulprudln1@xxxxxxxxxx
> It would be even better if there were a doc/view framework within C#.
> However, the way C#
> appears to be written is rather more preemptive than the Win32 API, so it
> appears to be
> fairly difficult to implement a doc/view model, since the underlying
> interface model of C#
> seems to actively work against building such a framework.

Are you referring to the WinForms method of putting all the code in the form
instead of subclassing controls? That's the only real limitation of .NET
that I know of. There's nothing in the C# language that prevents
separating data from the UI that shows it, which is what doc/view is all
about.

-- David
http://www.dcsoft.com




.



Relevant Pages

  • Re: Venting on .NET
    ... * Control subclassing is difficult ... * There are no resources to support internationalization ... decent doc/view framework. ... >> It would be even better if there were a doc/view framework within C#. ...
    (microsoft.public.vc.mfc)
  • Re: Venting on .NET
    ... It would be even better if there were a doc/view framework within C#. ... >oriented beyond dialog type applications. ... >> language will be able to pick it up regardless of what language is used ...
    (microsoft.public.vc.mfc)

Loading