R
Rob Meade
Hi all,
Ok - I have the ability to write my own little console application, but yet
I find myself asking a bit of a noddy question...
I program mainly web based applications, so I'm familiar with webforms.
Whilst I've written a console app a few times now, I've never really
understood what the purpose of a "module" was? Had a quick look on Google
but didn't seem to find anything that actually described what it "was"..
Is it effectively what a web form is for ASP.Net, what a WinForm is for
VB.Net...? Do I actually need it? Could I just have an opening class that
gets run from the start?
Any info would be appreciated... due to my lack of understanding seeing a
"module" amongst all my shiny classes makes me feel that my console
application is "dirty" in some way... and I have the urge to delete it! )
Thanks in advance for any help.
Regards
Rob
Ok - I have the ability to write my own little console application, but yet
I find myself asking a bit of a noddy question...
I program mainly web based applications, so I'm familiar with webforms.
Whilst I've written a console app a few times now, I've never really
understood what the purpose of a "module" was? Had a quick look on Google
but didn't seem to find anything that actually described what it "was"..
Is it effectively what a web form is for ASP.Net, what a WinForm is for
VB.Net...? Do I actually need it? Could I just have an opening class that
gets run from the start?
Any info would be appreciated... due to my lack of understanding seeing a
"module" amongst all my shiny classes makes me feel that my console
application is "dirty" in some way... and I have the urge to delete it! )
Thanks in advance for any help.
Regards
Rob