About 170,000 results
Open links in new tab
  1. Distributed Computing Using .NET Remoting - C# Corner

    Apr 30, 2024 · It's possible to create complex distributed applications using .Net Remoting. Developers can create their own custom channels and formatters depending on business needs. There is no built-in security provided by the .Net Remoting framework.

  2. .net - Distributed Computing In C# - Stack Overflow

    Aug 8, 2011 · You have the right idea. Divide and conquer. This is a typical job for distributed parallel computing. Let's say you have five machines, each with four cores, hyper-threaded. This gives you 40 logical processors. As you have described, you have 750 hours of processing to do plus a little overhead.

  3. C# and Microservices: A Guide to Distributed Systems with .NET

    Together, C# and .NET provide a robust environment for developing, deploying, and running microservices-based applications, providing developers with the tools they need to build high-quality, scalable, and maintainable systems.

  4. Introduction to Distributed Systems with C# and .NET

    Using C# and .NET, we’ll build a series of small example apps and services, wire them together using these patterns, and discuss how – and when – you’d apply the same patterns in your own applications.

  5. c# - Are there any simple solutions for distributing computational work ...

    Oct 9, 2014 · In general distributed computing, there are two models: Message Passing and Shared Memory. It sounds like you're interested in Message Passing, because it typically involves multiple computers which communicate over the network. Shared memory uses the memory system to communicate between processes.

  6. Distributed System Design using Command Pattern, MSMQ, and …

    Oct 10, 2019 · In this article I'll discuss how a queued command system based on that pattern can be built using C#, the .NET Framework, and MSMQ. Placing this in the context of enterprise application design, the Command pattern supplements the patterns specified in the guidelines discussed in Microsoft Patterns and Practices .

  7. Using .NET Remoting for distributed processing systems

    In this article, I'll show you how I engineered a distributed computing system in C# to perform analysis of real-world data continuously acquired at high sampling rates. This architecture can be modified for other processor-intensive applications such as complicated database queries.

  8. How to Build a Distributed Application in C# - Datatas

    Building a distributed application in C# requires careful planning, adherence to best practices, and the utilization of appropriate techniques and tools. By following the steps outlined in this tutorial, you can successfully build your own distributed application in C#.

  9. Trying to use grid computing or distributed computing in C#

    Jun 22, 2015 · I'm trying to write an application for a school project to calculate the numbers of pi using my desktop and laptop. Can anyone please help post a url to a project where I can use distributed computing using the computers in my local network. I …

  10. Distributed Computing - .NET Programming: A Practical Guide Using C#

    In this chapter, we look at how to develop distributed applications under .NET that can communicate within intranets as well as over the Internet. We will see how .NET remoting offers seamless remote activation and remote method calls, among other things.

  11. Some results have been removed
Refresh