How to structure a vb.net program -


i have basic question trying understand correct way structure vb.net solution.

so, suppose i'd create database application supermarket. how go seperating different code modules, appropriate classes, modules etc. should create single file clases, single module public shared methods, should create single namespace include or should seperate each class in own physical file (one class per vb file), seperate modules according usage etc. want know how should 1 think when having organize different code units when designing solution in vb.net.

br

i'm not sure possible answers question suitable scope & focus of stackoverflow. however, think can find several approaches & guidelines structuring vb.net solution in following links:

it's not all there (or know), it's start.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -