Click here to Skip to main content
15,920,217 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCode Placement Pin
ahlaj7724-Mar-08 4:10
ahlaj7724-Mar-08 4:10 
GeneralRe: Code Placement Pin
pmarfleet24-Mar-08 4:24
pmarfleet24-Mar-08 4:24 
GeneralRe: Code Placement Pin
Not Active24-Mar-08 4:38
mentorNot Active24-Mar-08 4:38 
GeneralRe: Code Placement Pin
pmarfleet24-Mar-08 4:54
pmarfleet24-Mar-08 4:54 
GeneralRe: Code Placement Pin
Not Active24-Mar-08 5:53
mentorNot Active24-Mar-08 5:53 
GeneralRe: Code Placement Pin
pmarfleet24-Mar-08 6:14
pmarfleet24-Mar-08 6:14 
GeneralRe: Code Placement Pin
ahlaj7724-Mar-08 5:22
ahlaj7724-Mar-08 5:22 
GeneralRe: Code Placement Pin
pmarfleet24-Mar-08 6:32
pmarfleet24-Mar-08 6:32 
Programmer in the Making wrote:
Are there other alternates to the MVC framework?


The ASP.NET MVC Framework is still in a preview release and probably isn't stable enough yet to consider building commercial applications with. However it's interesting to investigate and see where the technology is going.

Your best bet at the moment is create an ASP.NET Web Forms website with a 3-tier architecture[^]. The presentation, business logic and data access code would reside separate projects. Separating the different concerns makes it easier to manage the codebase as the application grows. It also means that you can create other presentation layers (mobile, Win32, WPF) that use the same business layer, or you can swap a SQL Server-based data access layer to an Oracle, MySQL one without having to rewrite your business or presentation logic.

You might want to look at using an ORM tool like SubSonic[^] to manage the creation of your data access layer.

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


Generalclick on a hyperlink page moves top or down asp.net 2.0? [modified] Pin
chakran24-Mar-08 3:58
chakran24-Mar-08 3:58 
GeneralRe: click on a hyperlink page moves top or down asp.net 2.0? Pin
pmarfleet24-Mar-08 4:11
pmarfleet24-Mar-08 4:11 
GeneralRe: click on a hyperlink page moves top or down asp.net 2.0? Pin
chakran24-Mar-08 4:15
chakran24-Mar-08 4:15 
GeneralRe: click on a hyperlink page moves top or down asp.net 2.0? Pin
pmarfleet24-Mar-08 4:29
pmarfleet24-Mar-08 4:29 
QuestionHow to change the date Formate. Pin
udaymohan24-Mar-08 3:36
udaymohan24-Mar-08 3:36 
GeneralRe: How to change the date Formate. Pin
pmarfleet24-Mar-08 3:58
pmarfleet24-Mar-08 3:58 
GeneralDisable the Defalut button porperty while user click enter key on the form Pin
kinnuP24-Mar-08 2:17
kinnuP24-Mar-08 2:17 
GeneralRe: Disable the Defalut button porperty while user click enter key on the form Pin
Abhijit Jana24-Mar-08 2:43
professionalAbhijit Jana24-Mar-08 2:43 
GeneralRe: Disable the Defalut button porperty while user click enter key on the form Pin
kinnuP24-Mar-08 3:59
kinnuP24-Mar-08 3:59 
GeneralRe: Disable the Defalut button porperty while user click enter key on the form Pin
Abhijit Jana24-Mar-08 4:03
professionalAbhijit Jana24-Mar-08 4:03 
GeneralRe: Disable the Defalut button porperty while user click enter key on the form Pin
kinnuP25-Mar-08 3:39
kinnuP25-Mar-08 3:39 
Questionhow can i use master form in asp.Net 2.0 Pin
koolprasad200324-Mar-08 1:51
professionalkoolprasad200324-Mar-08 1:51 
AnswerRe: how can i use master form in asp.Net 2.0 Pin
pmarfleet24-Mar-08 2:16
pmarfleet24-Mar-08 2:16 
QuestionReferenced class liabrary project debugging issues Pin
Vipul Mehta24-Mar-08 1:20
Vipul Mehta24-Mar-08 1:20 
Generalquery about changing the Resource files for changing the language of my website Pin
Rocky#24-Mar-08 1:19
Rocky#24-Mar-08 1:19 
GeneralRe: query about changing the Resource files for changing the language of my website Pin
Chetan Patel24-Mar-08 1:52
Chetan Patel24-Mar-08 1:52 
GeneralRe: query about changing the Resource files for changing the language of my website Pin
Rocky#24-Mar-08 1:58
Rocky#24-Mar-08 1:58 

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.