Click here to Skip to main content
15,895,283 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: using System. ????????? Pin
virang_2112-Sep-10 20:46
virang_2112-Sep-10 20:46 
GeneralRe: using System. ????????? Pin
future383912-Sep-10 21:20
future383912-Sep-10 21:20 
GeneralRe: using System. ????????? Pin
future383912-Sep-10 22:05
future383912-Sep-10 22:05 
GeneralRe: using System. ????????? Pin
Luc Pattyn13-Sep-10 1:40
sitebuilderLuc Pattyn13-Sep-10 1:40 
GeneralRe: using System. ????????? Pin
future383913-Sep-10 12:33
future383913-Sep-10 12:33 
GeneralRe: using System. ????????? Pin
future383913-Sep-10 12:39
future383913-Sep-10 12:39 
QuestionMVC Design Pattern Pin
JimmyRopes12-Sep-10 8:42
professionalJimmyRopes12-Sep-10 8:42 
AnswerRe: MVC Design Pattern Pin
Keith Barrow12-Sep-10 11:29
professionalKeith Barrow12-Sep-10 11:29 
JimmyRopes wrote:
Does anyone use the MVC design pattern in ASP.NET implementations? If so do you believe there is a distinct advantage to using it over the N-tier pattern?


It's one of those things where YMMV depending upon the task.

We implemented MVC based website at my last place of work, but it fitted the problem domain quite well (processing of Mortgages for multiple clients based on XML-defined state-machine and rules engines). We created sections of "View" that fitted tasks and served these up on the decisions of the controller (behind a WCF service). There is an MVC framework in the latest release of .net, so this might be worth a punt, I haven't tried it.

If your site is more static / random access there is a good chance the MVC will be more trouble than it is worth.

ragnaroknrol The Internet is For Porn[^]

Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.

GeneralRe: MVC Design Pattern Pin
JimmyRopes12-Sep-10 12:11
professionalJimmyRopes12-Sep-10 12:11 
GeneralRe: MVC Design Pattern Pin
Not Active12-Sep-10 16:17
mentorNot Active12-Sep-10 16:17 
GeneralRe: MVC Design Pattern Pin
JimmyRopes12-Sep-10 16:40
professionalJimmyRopes12-Sep-10 16:40 
GeneralRe: MVC Design Pattern Pin
Not Active13-Sep-10 1:11
mentorNot Active13-Sep-10 1:11 
QuestionApp_Code Folder(Please help) Pin
future383911-Sep-10 17:45
future383911-Sep-10 17:45 
AnswerRe: App_Code Folder(Please help) Pin
Abhijit Jana11-Sep-10 17:59
professionalAbhijit Jana11-Sep-10 17:59 
QuestionController and MVC Pin
future383911-Sep-10 14:49
future383911-Sep-10 14:49 
AnswerRe: Controller and MVC Pin
kadaoui el mehdi13-Sep-10 7:50
kadaoui el mehdi13-Sep-10 7:50 
QuestionPublishing a Web Application Pin
Razanust11-Sep-10 5:20
Razanust11-Sep-10 5:20 
AnswerRe: Publishing a Web Application Pin
Sandeep Mewara11-Sep-10 8:03
mveSandeep Mewara11-Sep-10 8:03 
AnswerRe: Publishing a Web Application Pin
Abhijit Jana11-Sep-10 8:22
professionalAbhijit Jana11-Sep-10 8:22 
QuestionHow to check availability of username!!! Pin
jithin91710-Sep-10 6:07
jithin91710-Sep-10 6:07 
AnswerRe: How to check availability of username!!! Pin
Sandeep Mewara10-Sep-10 6:25
mveSandeep Mewara10-Sep-10 6:25 
AnswerRe: How to check availability of username!!! Pin
raju melveetilpurayil10-Sep-10 6:26
professionalraju melveetilpurayil10-Sep-10 6:26 
AnswerRe: How to check availability of username!!! PinPopular
Abhijit Jana11-Sep-10 4:50
professionalAbhijit Jana11-Sep-10 4:50 
QuestionSystem.Security.Cryptography.CryptographicException: Key not valid for use in specified state Pin
Priya Prk10-Sep-10 3:36
Priya Prk10-Sep-10 3:36 
QuestionRunning unmanaged dll from ASP.NET 4.0 Pin
Chesnokov Yuriy10-Sep-10 2:49
professionalChesnokov Yuriy10-Sep-10 2:49 

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.