Re: With - End with block in C#
I program windows apps as a hobby in x86 asm. On another note, I program
SNES (16-bit 65c02) in assembly and the original 8-bit NES in asm. But I
enjoy (as a hobby) win32 programming in asm. Nothing I do requires it. But
I do it because I enjoy making large business applications that consume
about 30MB in C++/or VB, but 300k in asm.
Thanks,
Shawn
"Alvin Bruney" <vapordan_spam_ me_not@hotmail_ no_spamhotmail. com> wrote in
message news:uRO52G1nDH A.2628@TK2MSFTN GP10.phx.gbl...[color=blue]
> Out of curiousity. What do you do that requires assembler?
>
> I have a mental block to that language. It reminds me of D's and E's in
> compsci. Forced to learn it to master the debugger, but still hate its[/color]
guts.[color=blue]
>
> --
>
>
> -----------
> Got TidBits?
> Get it here: www.networkip.net/tidbits
> "Shawn B." <leabre@html.co m> wrote in message
> news:uPtwFN0nDH A.2964@tk2msftn gp13.phx.gbl...[color=green]
> > Why? I"ve never had a problem doing so. It's a great conveniece and[/color][/color]
have[color=blue][color=green]
> > never in 7 years working with VB suffered a single lost second of
> > productivity as a result of its presence. I never "rely" on it, but I[/color][/color]
do[color=blue][color=green]
> > take advantage of the features a tool offers as they are there for a[/color]
> reason.[color=green]
> > I've never once in my memory suffered from not being able to read code[/color]
> that[color=green]
> > used a "with".
> >
> > I hear no end to the arguments of C# developers saying how difficult it[/color][/color]
is[color=blue][color=green]
> > to read. In my experience, I agree, I have worked with many C# and Java
> > developers who struggle to no end. My take? Adapt and move on. Most[/color][/color]
VB[color=blue][color=green]
> > programmers don't struggle as much as I've personally witnessed non VB
> > programmers struggle with it. I'm not making a blanket statement. This[/color]
> is[color=green]
> > just an observation based on experience, is all.
> >
> > Me? I'm primarily an Assembly and C++ programmer, who gets paid well to[/color]
> do[color=green]
> > VB and C#. I enjoy all the features of all the languages and often pick[/color]
> the[color=green]
> > best tool for the job when given the choice. When not given the choice,[/color][/color]
I[color=blue][color=green]
> > use the features available.
> >
> >
> > Thanks,
> > Shawn
> >
> >
> >
> > "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld @comcast.netNoS pamM> wrote[/color][/color]
in[color=blue][color=green]
> > message news:%23KFIH9Wn DHA.392@TK2MSFT NGP11.phx.gbl.. .[color=darkred]
> > >
> > > "Jon Skeet [C# MVP]" <skeet@pobox.co m> wrote in message
> > > news:MPG.1a08a0 66b1cca0cc98997 6@msnews.micros oft.com...
> > > >
> > > > As Steve said - if you're doing a whole load of operations with a
> > > > single object, chances are that functionality should be encapsulated
> > > > within the object itself.
> > >
> > >
> > > And, if these are properties you are setting, you should consider[/color][/color]
> creating[color=green]
> > a[color=darkred]
> > > constructor that allows you to set the properties at instantiation[/color][/color]
> rather[color=green][color=darkred]
> > > than relying on a "with" construct.
> > >
> > > --
> > > Gregory A. Beamer
> > > MVP; MCP: +I, SE, SD, DBA
> > >
> > > *************** *************** *************** *************** **********
> > > Think Outside the Box!
> > > *************** *************** *************** *************** **********
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]
I program windows apps as a hobby in x86 asm. On another note, I program
SNES (16-bit 65c02) in assembly and the original 8-bit NES in asm. But I
enjoy (as a hobby) win32 programming in asm. Nothing I do requires it. But
I do it because I enjoy making large business applications that consume
about 30MB in C++/or VB, but 300k in asm.
Thanks,
Shawn
"Alvin Bruney" <vapordan_spam_ me_not@hotmail_ no_spamhotmail. com> wrote in
message news:uRO52G1nDH A.2628@TK2MSFTN GP10.phx.gbl...[color=blue]
> Out of curiousity. What do you do that requires assembler?
>
> I have a mental block to that language. It reminds me of D's and E's in
> compsci. Forced to learn it to master the debugger, but still hate its[/color]
guts.[color=blue]
>
> --
>
>
> -----------
> Got TidBits?
> Get it here: www.networkip.net/tidbits
> "Shawn B." <leabre@html.co m> wrote in message
> news:uPtwFN0nDH A.2964@tk2msftn gp13.phx.gbl...[color=green]
> > Why? I"ve never had a problem doing so. It's a great conveniece and[/color][/color]
have[color=blue][color=green]
> > never in 7 years working with VB suffered a single lost second of
> > productivity as a result of its presence. I never "rely" on it, but I[/color][/color]
do[color=blue][color=green]
> > take advantage of the features a tool offers as they are there for a[/color]
> reason.[color=green]
> > I've never once in my memory suffered from not being able to read code[/color]
> that[color=green]
> > used a "with".
> >
> > I hear no end to the arguments of C# developers saying how difficult it[/color][/color]
is[color=blue][color=green]
> > to read. In my experience, I agree, I have worked with many C# and Java
> > developers who struggle to no end. My take? Adapt and move on. Most[/color][/color]
VB[color=blue][color=green]
> > programmers don't struggle as much as I've personally witnessed non VB
> > programmers struggle with it. I'm not making a blanket statement. This[/color]
> is[color=green]
> > just an observation based on experience, is all.
> >
> > Me? I'm primarily an Assembly and C++ programmer, who gets paid well to[/color]
> do[color=green]
> > VB and C#. I enjoy all the features of all the languages and often pick[/color]
> the[color=green]
> > best tool for the job when given the choice. When not given the choice,[/color][/color]
I[color=blue][color=green]
> > use the features available.
> >
> >
> > Thanks,
> > Shawn
> >
> >
> >
> > "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld @comcast.netNoS pamM> wrote[/color][/color]
in[color=blue][color=green]
> > message news:%23KFIH9Wn DHA.392@TK2MSFT NGP11.phx.gbl.. .[color=darkred]
> > >
> > > "Jon Skeet [C# MVP]" <skeet@pobox.co m> wrote in message
> > > news:MPG.1a08a0 66b1cca0cc98997 6@msnews.micros oft.com...
> > > >
> > > > As Steve said - if you're doing a whole load of operations with a
> > > > single object, chances are that functionality should be encapsulated
> > > > within the object itself.
> > >
> > >
> > > And, if these are properties you are setting, you should consider[/color][/color]
> creating[color=green]
> > a[color=darkred]
> > > constructor that allows you to set the properties at instantiation[/color][/color]
> rather[color=green][color=darkred]
> > > than relying on a "with" construct.
> > >
> > > --
> > > Gregory A. Beamer
> > > MVP; MCP: +I, SE, SD, DBA
> > >
> > > *************** *************** *************** *************** **********
> > > Think Outside the Box!
> > > *************** *************** *************** *************** **********
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]
Comment