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:
- msdn guidelines "structuring solutions , projects".
- this helpful article regarding ".net naming conventions , programming standards".
- a youtube video called "how structure .net project" addresses of elements of question.
it's not all there (or know), it's start.
Comments
Post a Comment