Click here to Skip to main content
15,926,507 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help Needed !!! URGENT Pin
Dave Kreskowiak18-Apr-05 7:21
mveDave Kreskowiak18-Apr-05 7:21 
GeneralRe: Help Needed !!! URGENT Pin
vishalmishra18-Apr-05 8:37
vishalmishra18-Apr-05 8:37 
GeneralRe: Help Needed !!! URGENT Pin
Dave Kreskowiak18-Apr-05 14:25
mveDave Kreskowiak18-Apr-05 14:25 
GeneralRe: Help Needed !!! URGENT Pin
Christian Graus18-Apr-05 16:54
protectorChristian Graus18-Apr-05 16:54 
GeneralWiring my web application using MVC Pin
Joe Contreras18-Apr-05 5:22
sussJoe Contreras18-Apr-05 5:22 
GeneralRe: Wiring my web application using MVC Pin
Christian Graus18-Apr-05 16:59
protectorChristian Graus18-Apr-05 16:59 
GeneralRe: Wiring my web application using MVC Pin
Anonymous19-Apr-05 3:22
Anonymous19-Apr-05 3:22 
GeneralRe: Wiring my web application using MVC Pin
Christian Graus19-Apr-05 12:48
protectorChristian Graus19-Apr-05 12:48 
Anonymous wrote:
Ultimately my goal is to produce efficient business applications that meet the business processes and rules in a shorter life cycle.

You definately need to go with a tiered approach, no matter what you do. Business rules and UI have no business being in the same area of code. However, it's my opinion that MVC is useful only when the view and/or controller are likely to change. Otherwise, there's no reason for the view and controller to be seperated, given that for most apps, the frameworks we have tie them together ( a form has controls that show info and get events, your web app will have pages that recieve events and decide how to render it ). If you wanted to be picky, you could say your aspx is the view, and the aspx.cs is the controller, but that's just nit picking IMO. Given that your web app will always get input from a browser, and output HTML, what use is it to you to seperate the view from the method of control ?


Christian Graus - Microsoft MVP - C++
GeneralVB.Net/ADO.Net display a value Pin
directred18-Apr-05 5:04
directred18-Apr-05 5:04 
GeneralRe: VB.Net/ADO.Net display a value Pin
Dave Kreskowiak18-Apr-05 6:19
mveDave Kreskowiak18-Apr-05 6:19 
GeneralRe: VB.Net/ADO.Net display a value Pin
directred18-Apr-05 6:48
directred18-Apr-05 6:48 
GeneralRe: VB.Net/ADO.Net display a value Pin
Dave Kreskowiak18-Apr-05 7:25
mveDave Kreskowiak18-Apr-05 7:25 
GeneralCatch file-system events Pin
RoyRose7818-Apr-05 4:40
RoyRose7818-Apr-05 4:40 
GeneralRe: Catch file-system events Pin
Dave Kreskowiak18-Apr-05 6:16
mveDave Kreskowiak18-Apr-05 6:16 
GeneralRe: Catch file-system events Pin
RoyRose7818-Apr-05 7:57
RoyRose7818-Apr-05 7:57 
GeneralRe: Catch file-system events Pin
Dave Kreskowiak18-Apr-05 14:22
mveDave Kreskowiak18-Apr-05 14:22 
Generalsetup project Pin
Lisana18-Apr-05 3:10
Lisana18-Apr-05 3:10 
GeneralRe: setup project Pin
Dave Kreskowiak18-Apr-05 4:38
mveDave Kreskowiak18-Apr-05 4:38 
GeneralRe: setup project Pin
Lisana18-Apr-05 7:47
Lisana18-Apr-05 7:47 
GeneralRe: setup project Pin
Dave Kreskowiak18-Apr-05 14:20
mveDave Kreskowiak18-Apr-05 14:20 
GeneralRe: setup project Pin
Lisana20-Apr-05 4:03
Lisana20-Apr-05 4:03 
GeneralRe: setup project Pin
Dave Kreskowiak20-Apr-05 4:56
mveDave Kreskowiak20-Apr-05 4:56 
GeneralRe: setup project Pin
Lisana20-Apr-05 5:13
Lisana20-Apr-05 5:13 
GeneralRe: setup project Pin
Dave Kreskowiak20-Apr-05 17:02
mveDave Kreskowiak20-Apr-05 17:02 
GeneralRe: setup project Pin
Lisana21-Apr-05 2:55
Lisana21-Apr-05 2:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.