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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -