blah blah blah is here! blah blah » Close

0
votes
0 answers

Regarding delegates and events

Hi there, I am working on Windows forms applicaton.I am using Objectlist view to dispay the data on selected User code from the combobox.Whenever user select a usercode and press the (+) button i need t get the data from business class a ...

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

MVC help needed

Recently I started to use MVC pattern to my windows applications. I found it very helpful. But I found one drawback. The events response is much slower that before. For example before using MVC, if I clicked a button the code inside Click e ...

Feedback