Click here to Skip to main content
15,889,281 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Adding layers Pin
Richard MacCutchan26-Feb-11 5:39
mveRichard MacCutchan26-Feb-11 5:39 
GeneralRe: Adding layers Pin
jschell26-Feb-11 14:06
jschell26-Feb-11 14:06 
GeneralRe: Adding layers Pin
Richard MacCutchan26-Feb-11 21:35
mveRichard MacCutchan26-Feb-11 21:35 
GeneralRe: Adding layers Pin
jschell27-Feb-11 8:00
jschell27-Feb-11 8:00 
AnswerRe: Adding layers Pin
N a v a n e e t h26-Feb-11 14:52
N a v a n e e t h26-Feb-11 14:52 
GeneralRe: Adding layers Pin
Eddy Vluggen27-Feb-11 1:57
professionalEddy Vluggen27-Feb-11 1:57 
GeneralRe: Adding layers Pin
Sander Rossel27-Feb-11 11:15
professionalSander Rossel27-Feb-11 11:15 
AnswerRe: Adding layers Pin
Nitin Singh India21-Mar-11 7:18
Nitin Singh India21-Mar-11 7:18 
Its a simple design pattern named as "Facade"

There are low level functions available in an API, but you might need to expose simpler interfaces to your "common" users; those who need very generic functionality. For specific cases, the users may take the pain of going deeper, but 95% of time, its not required.
Hence wrapping an intricate functionality into a simple API (the target of Facade design pattern) provides both common as well as specific users the level of functionality desired by them.

OOPS has lots to learn, and the more experience you get, the deeper you can think. Its good you want to get into design in 6 months and you would sure grow up to a happy professional Smile | :) Cheers

(BTW: include design patterns in your quest, they would tell u a lot how things are designed)
GeneralRe: Adding layers Pin
Sander Rossel21-Mar-11 7:57
professionalSander Rossel21-Mar-11 7:57 
Questionhow to access share without mapping in code behind (windows apps) Pin
byka25-Feb-11 4:51
byka25-Feb-11 4:51 
AnswerRe: how to access share without mapping in code behind (windows apps) Pin
Not Active25-Feb-11 10:15
mentorNot Active25-Feb-11 10:15 
GeneralRe: how to access share without mapping in code behind (windows apps) Pin
byka25-Feb-11 10:32
byka25-Feb-11 10:32 
Questionasp.net Pin
ganasavee23-Feb-11 23:31
ganasavee23-Feb-11 23:31 
AnswerRe: asp.net Pin
Ravi Sant23-Feb-11 23:44
Ravi Sant23-Feb-11 23:44 
AnswerRe: asp.net Pin
Abhinav S26-Feb-11 0:10
Abhinav S26-Feb-11 0:10 
Questionread/write Files on a share drive Pin
byka23-Feb-11 9:47
byka23-Feb-11 9:47 
AnswerRe: read/write Files on a share drive Pin
Yusuf23-Feb-11 10:36
Yusuf23-Feb-11 10:36 
GeneralRe: read/write Files on a share drive Pin
byka24-Feb-11 1:37
byka24-Feb-11 1:37 
QuestionInvoking ActiveX Pin
Herboren23-Feb-11 2:49
Herboren23-Feb-11 2:49 
AnswerRe: Invoking ActiveX Pin
Yusuf23-Feb-11 10:39
Yusuf23-Feb-11 10:39 
QuestionTo deploy .net dll ther is requirement of .net framework. Pin
SharmaAshutosh22-Feb-11 18:46
SharmaAshutosh22-Feb-11 18:46 
AnswerRe: To deploy .net dll ther is requirement of .net framework. Pin
Richard MacCutchan22-Feb-11 23:10
mveRichard MacCutchan22-Feb-11 23:10 
JokeRe: To deploy .net dll ther is requirement of .net framework. Pin
musefan23-Feb-11 6:23
musefan23-Feb-11 6:23 
GeneralRe: To deploy .net dll ther is requirement of .net framework. Pin
Richard MacCutchan23-Feb-11 7:01
mveRichard MacCutchan23-Feb-11 7:01 
GeneralRe: To deploy .net dll ther is requirement of .net framework. Pin
Nitin Singh India21-Mar-11 7:25
Nitin Singh India21-Mar-11 7:25 

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.