Click here to Skip to main content
15,890,609 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: web application architecture design ask for advice Pin
Christian Graus8-Feb-09 17:32
protectorChristian Graus8-Feb-09 17:32 
GeneralRe: web application architecture design ask for advice Pin
George_George8-Feb-09 18:18
George_George8-Feb-09 18:18 
GeneralRe: web application architecture design ask for advice Pin
Christian Graus8-Feb-09 18:20
protectorChristian Graus8-Feb-09 18:20 
GeneralRe: web application architecture design ask for advice Pin
George_George8-Feb-09 18:25
George_George8-Feb-09 18:25 
GeneralRe: web application architecture design ask for advice Pin
Christian Graus8-Feb-09 18:27
protectorChristian Graus8-Feb-09 18:27 
GeneralRe: web application architecture design ask for advice Pin
George_George8-Feb-09 18:57
George_George8-Feb-09 18:57 
GeneralRe: web application architecture design ask for advice Pin
Christian Graus8-Feb-09 19:00
protectorChristian Graus8-Feb-09 19:00 
GeneralRe: web application architecture design ask for advice Pin
N a v a n e e t h8-Feb-09 21:12
N a v a n e e t h8-Feb-09 21:12 
George_George wrote:
About how often -- for every month, there is some schema level change.


Ok. So are you saying your database structure changes every month? You can reduce code changes if you design your database well. Don't access the tables directly on the code. Use views to abstract the internal table structure. Use procedures to abstract the data insertions/updations. In such case, a table structure change will not affect your code. You only need to change the procedures/views.

Smile | :)


AnswerRe: web application architecture design ask for advice Pin
Hamid_RT15-Feb-09 21:46
Hamid_RT15-Feb-09 21:46 
QuestionOrder and PayPall Pin
Sarfaraj Ahmed8-Feb-09 12:51
Sarfaraj Ahmed8-Feb-09 12:51 
AnswerRe: Order and PayPall Pin
Ranjit Viswakumar8-Feb-09 13:51
Ranjit Viswakumar8-Feb-09 13:51 
QuestionFace tagging library Pin
cfoxtrot8-Feb-09 12:12
cfoxtrot8-Feb-09 12:12 
AnswerRe: Face tagging library Pin
Christian Graus8-Feb-09 14:35
protectorChristian Graus8-Feb-09 14:35 
QuestionHow to add flash object in asp.net page with source code or by design Pin
somasekhara7778-Feb-09 9:08
somasekhara7778-Feb-09 9:08 
AnswerRe: How to add flash object in asp.net page with source code or by design Pin
Christian Graus8-Feb-09 9:51
protectorChristian Graus8-Feb-09 9:51 
AnswerRe: How to add flash object in asp.net page with source code or by design Pin
ZZTop7778-Feb-09 10:24
ZZTop7778-Feb-09 10:24 
QuestionData Access Layer - Best design in your opinion - Object Oriented vs Efficiency Pin
ChrisFarrugia8-Feb-09 5:53
ChrisFarrugia8-Feb-09 5:53 
AnswerRe: Data Access Layer - Best design in your opinion - Object Oriented vs Efficiency Pin
Christian Graus8-Feb-09 9:05
protectorChristian Graus8-Feb-09 9:05 
QuestionHow to pass a parameter to windows application form the way we can do in a web form Pin
Naglaa Saeed7-Feb-09 21:53
Naglaa Saeed7-Feb-09 21:53 
AnswerRe: How to pass a parameter to windows application form the way we can do in a web form Pin
N a v a n e e t h8-Feb-09 4:08
N a v a n e e t h8-Feb-09 4:08 
AnswerRe: How to pass a parameter to windows application form the way we can do in a web form Pin
Christian Graus8-Feb-09 9:06
protectorChristian Graus8-Feb-09 9:06 
QuestionIIS page extension less don't work Pin
sepel7-Feb-09 21:14
sepel7-Feb-09 21:14 
AnswerRe: IIS page extension less don't work Pin
N a v a n e e t h8-Feb-09 4:05
N a v a n e e t h8-Feb-09 4:05 
AnswerRe: IIS page extension less don't work Pin
Ranjit Viswakumar8-Feb-09 5:34
Ranjit Viswakumar8-Feb-09 5:34 
AnswerRe: IIS page extension less don't work Pin
sepel10-Feb-09 18:54
sepel10-Feb-09 18:54 

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.