Click here to Skip to main content
15,907,913 members
Home / Discussions / C#
   

C#

 
AnswerRe: some Questions to Linq2Sql Pin
Rajesh R Subramanian18-Oct-08 3:51
professionalRajesh R Subramanian18-Oct-08 3:51 
GeneralRe: some Questions to Linq2Sql Pin
Mr.PoorEnglish18-Oct-08 4:18
Mr.PoorEnglish18-Oct-08 4:18 
GeneralRe: some Questions to Linq2Sql Pin
Rajesh R Subramanian18-Oct-08 4:56
professionalRajesh R Subramanian18-Oct-08 4:56 
GeneralRe: some Questions to Linq2Sql Pin
Mr.PoorEnglish18-Oct-08 5:44
Mr.PoorEnglish18-Oct-08 5:44 
AnswerRe: some Questions to Linq2Sql Pin
Paul Conrad18-Oct-08 6:15
professionalPaul Conrad18-Oct-08 6:15 
AnswerRe: some Questions to Linq2Sql Pin
Rob Graham18-Oct-08 6:39
Rob Graham18-Oct-08 6:39 
GeneralRe: some Questions to Linq2Sql Pin
Paul Conrad18-Oct-08 7:32
professionalPaul Conrad18-Oct-08 7:32 
QuestionWhen is an Interface too big? Pin
Jammer18-Oct-08 2:15
Jammer18-Oct-08 2:15 
Hi All,

I'm just working on some new features for my current project. Its a WPF project that makes use of the Composite Application Library. I have a number of assemblies that all talk to the database via a single class caled DatabaseManager in my data layer module. Part of the Composite Application Library is a dependency injection container so all other modules communicate with this class via the IDatabaseManager interface. The class is used to keep table on what is being done with the database so is also registered with the container as a singleton.

At the moment the interface defines 12 properties/methods and I'm just about to add 2 more to this.

Considering the context does this constitute a bloated interface? Its not as if its a 'normal' interface that is going to be implemented in multiple classes its more of an API onto a single class due to the dependency injection.


AnswerRe: When is an Interface too big? Pin
#realJSOP18-Oct-08 2:58
professional#realJSOP18-Oct-08 2:58 
AnswerRe: When is an Interface too big? Pin
Scott Dorman18-Oct-08 5:46
professionalScott Dorman18-Oct-08 5:46 
AnswerRe: When is an Interface too big? Pin
Urs Enzler19-Oct-08 1:48
Urs Enzler19-Oct-08 1:48 
Questionupdate a controle from a control on another from Pin
Jassim Rahma18-Oct-08 1:48
Jassim Rahma18-Oct-08 1:48 
AnswerRe: update a controle from a control on another from Pin
Mr.PoorEnglish18-Oct-08 3:08
Mr.PoorEnglish18-Oct-08 3:08 
AnswerRe: update a controle from a control on another from Pin
N a v a n e e t h18-Oct-08 4:33
N a v a n e e t h18-Oct-08 4:33 
AnswerRe: update a controle from a control on another from Pin
nelsonpaixao20-Oct-08 13:16
nelsonpaixao20-Oct-08 13:16 
GeneralRe: update a controle from a control on another from Pin
Jassim Rahma21-Oct-08 10:45
Jassim Rahma21-Oct-08 10:45 
QuestionUsing the mscomm for recieving data Pin
tauras8118-Oct-08 0:10
tauras8118-Oct-08 0:10 
QuestionDisable the windows key using C# Pin
smraj150317-Oct-08 23:25
smraj150317-Oct-08 23:25 
AnswerRe: Disable the windows key using C# Pin
Mycroft Holmes17-Oct-08 23:31
professionalMycroft Holmes17-Oct-08 23:31 
AnswerRe: Disable the windows key using C# Pin
#realJSOP18-Oct-08 2:54
professional#realJSOP18-Oct-08 2:54 
AnswerRe: Disable the windows key using C# Pin
Rajesh R Subramanian18-Oct-08 3:37
professionalRajesh R Subramanian18-Oct-08 3:37 
QuestionBackSpace button Pin
srinivaskonijeti17-Oct-08 22:37
srinivaskonijeti17-Oct-08 22:37 
AnswerRe: BackSpace button Pin
Vimalsoft(Pty) Ltd17-Oct-08 23:03
professionalVimalsoft(Pty) Ltd17-Oct-08 23:03 
GeneralRe: BackSpace button Pin
srinivaskonijeti17-Oct-08 23:10
srinivaskonijeti17-Oct-08 23:10 
AnswerRe: BackSpace button Pin
Mycroft Holmes17-Oct-08 23:27
professionalMycroft Holmes17-Oct-08 23:27 

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.