Posts

Showing posts from November, 2004

Reporting Services 2000

I have been using reporting services for a while now and I've found it to be a useful tool for application development. The reason for this I am working on web application that had some summary data which need to be display with the option to allow detail data to be seen. Also there was a requirement to exporting the data to spreadsheet, generate some charts displays to make application look sexy and give users quick and easy status reports to read. The application is using Object Model approach so instead writing code and creating pages. I sold reporting service to the client and I manage to give all the requirements need with in matter of days. It was easy to use, Easy to install and easy to manage as well.

Multithreading .Net C#

Here is a list of articles that makes threading sound easy to do: Multithreading Part I: Multithreading and Multitasking Multithreading Part 2: Understanding the System.Threading.Thread Class Multithreading Part 3: Thread Synchronization Multithreading Part 4: The ThreadPool, Timer Classes and Asynchronous Programming Discussed