News

Hi,We have a windows application who works with a big load of data in datagrid and also thumbnails.Now we want to migrate this application to a webapplication. The problem is that we don't want to ...
Asynchronous services are easier to implement with support of the await and async keywords in WCF 4.5. We look at that, as well as contract-first development.
The release of.NET 4 brought significant improvements in the area of threading, asynchronous operations and parallel operations. While the improvements made working with asynchronous operations easier ...
For example, creating a thread pool in which a few threads handle the load of querying the database in a round-robin fashion (without the overhead of creating and destroying threads all the time) will ...
I have admittedly done very little async programming. Even less in the context of a web application. What I am dealing with is a ASP.NET MVC application that uses a data repository that is only ...