Tagged Questions

2
votes
7answers
952 views

Hints for a high-traffic web service, c# asp.net sql2000

I'm developing a web service whose methods will be called from a "dynamic banner" that will show a sort of queue of messages read from a sql server table. The banner will have a heavy pressure in the ...
1
vote
2answers
159 views

What's the best way of creation of thousands of controls in scrollable area using WPF

I'm using WPF and C#. I have a problem. I need to create a lot of bindable templated controls in scrollable area (they are all of different types). For example 1000 textboxes, 1000 drop down lists, ...