blah blah blah is here! blah blah » Close

0
votes
0 answers

splitContainer visibility and scope

Where do you set the visibility of a splitContainer using Design Editor. I am using the Design Editor in Visual Studio and have created a Form and attached a splitContainer. All of this is in file Form1.cs. I am attempting to access t ...

0
votes
0 answers

can someone please explain me a bridge pattern?

Hi All, I was going through design patterns and got to know a little about adaptor and factory design pattern. But am not able to understand bridge pattern. The definition is fine which says "The Bridge Pattern could help us to ...

0
votes
1 answers

Advice on Architecture

I came across a design in which there are different projects for the methods and data. Example 1 What I meant is normally, if we have a USER class then class user { int userid; string username; //methods public vo ...

Feedback