Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.
Your profile
Tag cloud
.net .net 3.5 .net 4.0 2003 access modifiers beginners book buildup c# excel f# linq microsoft reporting engine nhibernate nhprof nunit programming reflection reportviewer resharper rhino mocks structuremap threading unit testing vb.net vb.net. visual studio 2010 windows forms windows presentation foundation wpf
Authors
- chrissie1 (122)

- SQLDenis (17)

- Alex Ullrich (8)

- chaospandion (4)

- George Mastros (1)

- chopstik (1)

- tarwn (1)

- remou (1)

- More...
Main Categories
Search
Google Ads
Tags: threading
Whatever you might think threading isn't easy, I don't think our brain can really understand it just because using multiple threads takes away the logic of the sequence. You don't know and aren't going to know when your new thread is going to execute. You are at the mercy of the OS. So that is one thing to take into account. But on the other hand threading is awesome. It can solve performance problems without to much coding and in these days of multiple cores it's bound to help. But try to refrain yourself from using them as much as possible they are (or should be) a last resort. Debugging ...
Today I was trying to print a bunch of reports. The reports were supposed to come out in order because the are numbered.
You can do this in one report I hear you say… no because I use an old version of a reporting engine and that engine doesn’t really support multipage reports very well. You see I need to print a dutch version on one side and the french version on the other side. I could do this by printing all the dutch first and then feeding them back in and printing the french side, but dutch and french version need to have the same number obviously. Not so obvious i...


LTD Social Sitings
Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.