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

ASP.NET

 
AnswerRe: How to use VB.NET ASP as an interface for copying documents from a server to another server Pin
Christian Graus10-Feb-09 12:39
protectorChristian Graus10-Feb-09 12:39 
AnswerRe: How to use VB.NET ASP as an interface for copying documents from a server to another server Pin
Ranjit Viswakumar10-Feb-09 16:29
Ranjit Viswakumar10-Feb-09 16:29 
QuestionHidden CheckBoxes not holding their checked state when paging Pin
AndyASPVB10-Feb-09 10:54
AndyASPVB10-Feb-09 10:54 
AnswerRe: Hidden CheckBoxes not holding their checked state when paging Pin
Christian Graus10-Feb-09 12:41
protectorChristian Graus10-Feb-09 12:41 
GeneralRe: Hidden CheckBoxes not holding their checked state when paging Pin
AndyASPVB11-Feb-09 10:36
AndyASPVB11-Feb-09 10:36 
QuestionCustom Sorting an ASP GridView - Urgent Help Needed Pin
AndyASPVB10-Feb-09 10:42
AndyASPVB10-Feb-09 10:42 
QuestionBusiness Facade Implementations Pin
Member 391904910-Feb-09 8:10
Member 391904910-Feb-09 8:10 
AnswerRe: Business Facade Implementations Pin
Jon Rista10-Feb-09 9:14
Jon Rista10-Feb-09 9:14 
I think a more common layer is a Service Layer. Your domain (business logic) should be isolated from other layers. The first layer of isolation is the Data Access Layer, which abstracts your domain from the data store. The second layer of isolation is usually a Service Layer, or sometimes called the Application Layer. This layer is intended to isolate your domain from its consumers, presenting a simpler API to the world of consumers (presentation, other businesses, other departments, etc.) Some consider services to be part of the domain, and thats certainly a valid opinnion. The main goal is to provide a contract that the products that need to consume your domain can bind to, rather than binding directly to all the various business objects in your domain. This allows your domain and the consumers of it to vary as needed, without having broad repercussions when the domain needs to change in the face of changing business requirements.
GeneralRe: Business Facade Implementations Pin
Member 391904910-Feb-09 19:21
Member 391904910-Feb-09 19:21 
GeneralRe: Business Facade Implementations Pin
Jon Rista11-Feb-09 5:40
Jon Rista11-Feb-09 5:40 
QuestionRE:Role selection from ASP.Net Pin
grazza2110-Feb-09 6:08
grazza2110-Feb-09 6:08 
QuestionDynamically creating and positioning dropdown lists Pin
Mohammad A Gdeisat10-Feb-09 5:57
Mohammad A Gdeisat10-Feb-09 5:57 
Questioncreate asp.net graphs.... Pin
priyareguri10-Feb-09 3:59
priyareguri10-Feb-09 3:59 
AnswerRe: create asp.net graphs.... Pin
vaghelabhavesh10-Feb-09 4:43
vaghelabhavesh10-Feb-09 4:43 
AnswerRe: create asp.net graphs.... Pin
Abhijit Jana10-Feb-09 5:06
professionalAbhijit Jana10-Feb-09 5:06 
AnswerRe: create asp.net graphs.... Pin
Jon Rista10-Feb-09 5:52
Jon Rista10-Feb-09 5:52 
QuestionI need to calculate the sum of one of the columns on crystal report - Need help Pin
Slow Learner10-Feb-09 3:57
Slow Learner10-Feb-09 3:57 
QuestionSum or Total of a column in DataGrid changes when I click on Edit Row - Need help Pin
Slow Learner10-Feb-09 3:53
Slow Learner10-Feb-09 3:53 
AnswerRe: Sum or Total of a column in DataGrid changes when I click on Edit Row - Need help Pin
Slow Learner10-Feb-09 4:24
Slow Learner10-Feb-09 4:24 
Question[newbie] Boundaries by pixel Pin
jon-8010-Feb-09 3:41
professionaljon-8010-Feb-09 3:41 
QuestionHow to add extra Storage for blog Pin
Glossy10-Feb-09 3:24
Glossy10-Feb-09 3:24 
AnswerRe: How to add extra Storage for blog Pin
Christian Graus10-Feb-09 9:19
protectorChristian Graus10-Feb-09 9:19 
QuestionHow to add water mark text Pin
Glossy10-Feb-09 3:10
Glossy10-Feb-09 3:10 
AnswerRe: How to add water mark text Pin
vaghelabhavesh10-Feb-09 3:21
vaghelabhavesh10-Feb-09 3:21 
GeneralRe: How to add water mark text Pin
Glossy10-Feb-09 3:38
Glossy10-Feb-09 3:38 

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.