Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET » CLR   (RSS)
Dedicated thread or a Threadpool thread?
Each .NET CLR based process is given a pool of threads. The size of the thread pool is configurable however by default the maximum number of threads created by the thread pool is set to 1000 IO threads in total, and 25 worker threads per logical or physical Read More...
Non-CLS Exceptions
Many developers are not aware that according to CLR it is perfectly OK to throw exceptions which are NOT derived from System. Exception : Exceptions such as DateTime, Int64 and String. Although languages such as C# do not allows programmers to throw these Read More...
Page view tracker