Re: Venting on .NET
- From: "David Ching" <dc@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 3 Jan 2006 17:15:54 -0800
"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
.
- Follow-Ups:
- Re: Venting on .NET
- From: Joseph M . Newcomer
- Re: Venting on .NET
- References:
- Re: Venting on .NET
- From: Joseph M . Newcomer
- Re: Venting on .NET
- From: David Ching
- Re: Venting on .NET
- From: Ajay Kalra
- Re: Venting on .NET
- From: Tom Serface
- Re: Venting on .NET
- From: Joseph M . Newcomer
- Re: Venting on .NET
- Prev by Date: Re: Venting on .NET
- Next by Date: Re: move .exe
- Previous by thread: Re: Venting on .NET
- Next by thread: Re: Venting on .NET
- Index(es):
Relevant Pages
|
Loading