Parallel Computing Runtime for Microsoft .NET Framework

Parallel Computing Runtime for Microsoft .NET FrameworkShort Description
The .NET Framework offers comprehensive and flexible thread APIs that allow the efficient implementation of multithreaded applications. These APIs can, however, only be utilized within Symmetric Multiprocessors (SMPs), which have a very limited scalability. For larger systems, which are in the PC world mostly represented as clusters of SMPs, other paradigms like message passing or handcrafted hybrid systems have to be used. These approaches are generally more difficult to program and require major code changes compared to sequential codes. This paper presents an extension to the .NET Framework, which implements the concept of automatic dynamic parallelization of programs. The extension provides both ease-of-use and scalability in development of parallel programs. This drastically eases the use of clusters and opens cluster architectures to a whole range of new potential users and applications.

Website: skif.pereslavl.ru | Filesize: 211kb
No of Page(s): 5
Read more

Concepts behind the C# 3 language

Concepts behind the C# 3 languageShort Description
The C# 3 (currently available in preliminary version) is part of the LINQ project [1]. The aim of this project is to integrate better support for working with data into main stream general purpose programming languages developed at Microsoft targeting the .NET platform* (C# and VB.Net).

Website: tomasp.net | Filesize: 404kb
No of Page(s): 18
Read more

OSS FEDERATED SEARCH ENGINE Middleware FOR Developers (ASP.NET)

OSS FEDERATED SEARCH ENGINE Middleware FOR Developers (ASP.NET)Short Description
Programming Tools: The application’s source codes were written in Microsoft ASP.NET (.NET Framework 3.5) and AJAX; Database: The application middleware supports clients to deploy any RDMS as their preferred choice, as itself is a data access layer where it can make seamless connection strings to any preferred RDMS database (Oracle 10/ 11g, MS SQL 2000/2005, IBM DB2 or My SQL);

Website: open-spec.com | Filesize: 1430kb
No of Page(s): 15
Read more

Monads for functional programming

Monads for functional programmingShort Description
The functional programming community divides into two camps. Pure lan- …… S. L. Peyton Jones and P. Wadler, Imperative functional programming. In 20′th …

Website: homepages.inf.ed.ac.uk | Filesize: 210kb
Read more