Most of us have been installed Visual Studio 2010 and started using with .net framework 4.0. Definitely there are some new exciting features added with this framework and among PLINQ(Parallel LINQ) is one of the most interesting for developer to show faster development.
Nowadays its very common to use multi-core processor systems. PLINQ helps to utilize the multi-core facilities of your application.
PLINQ is LINQ executed in Parallel, that is, using as much processing power as you have in your current computer. For example having DUAL CORE(2 processor) will elimiante the processing time into half of the total time. Using "only" LINQ you won't get as much performance because the standard Language Integrated Query operators won't parallelize your code. That means your code will run in a serial fashion not taking advantage of all your available processor cores.
Subscribe to:
Post Comments (Atom)
Rest Service using WEB API C#
This post will show a simple example of REST service built on Micrsoft WEB API framework. WEB API is an extensible framework from microsof...
-
This post will show a simple example of REST service built on Micrsoft WEB API framework. WEB API is an extensible framework from microsof...
-
In a continuous system integration process, we need to create/alter stored procedure.This can make sometime problem/error in the deployment...
-
It is useful now using auto-compete rather than loading all the data in a drop down list. There are several way to this. Microsoft asp.net p...
No comments:
Post a Comment