What benefits do you get from using PIA when around .NET remoting? I have been asked this question in an interview and my answer was around COM objects, but someone insisted it has benefits around connectivity when using .NET remoting, I searched the web and I couldn't find any connection between PIA and .NET remoting, is there one?
Primary Interop Assembly (PIA)
323 Views Asked by JuliaS At
1
There are 1 best solutions below
Related Questions in .NET
- file download method in visual studio 2017
- Repository manager receives the wrong connection string in .net core
- MongoDb not connecting C#
- The current .NET SDK does not support targeting .NET Core 6.0. Brand new WPF Project VS Community 2022 17.9.5
- Why Scanning GSI on DynamoDb doesnt work as fast as expected when using CONTAINS?
- Are "blittable types" really unmanaged types for StructLayout Sequential
- Failed to fetch dynamically imported module on Blazor JS Interop
- Problem to upload several images per one request
- Implementing Azure AD B2C Authentication in .NET 8 Blazor Project (RenderMode: InteractiveAuto)
- Stripe connect payout - throws exceptions
- 'IOException: The cloud file provider is not running', when trying to delete 'cloud' folder
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Convert C# DateTime.Ticks to Bigquery DateTime Format
- Socket.io nodejs server .NET connection
- Producer Batching Service Bus Vs Kafka
Related Questions in INTEROP
- Inserting Blank Rows & Merging Cells in Excel Using Interop Excel C#
- Unexpected #selector() Behavior in Swift-Objective-C Interop?
- How can I stop Excel from losing focus while embedded using SetParent?
- How do I pass a pointer to an unknown struct from C++ to C# and back again?
- How can I pass a C++ struct to a C# DLL method using COM interop
- How do I use C++ written code in Swift via Interoperability
- How to use C# Interop EXCEL to create "Measure"
- Embedding FlutterFlow app with react - Query parameters doesn't work
- Blazor WASM File Upload/IBrowserFile randomly fails on mobile devices
- Handling Dependencies from Unmanaged Native to Managed NET, Via C++/CLI
- Invoking C API consisting of buffer pointer parameter using C#
- Passing Cpp object to swift
- Proper way to marshal char* to string using C# interoperability. Get "a heap has been corrupted" exception
- Is there a database of C function signatures?
- C# WASM Encryption/Decryption using JS Interop error: Unhandled exception rendering component
Related Questions in ASSEMBLIES
- Details on how to handle AppDomain.AssemblyResolve event properly upon updating the needed assembly
- Right way to generate shared code in source generators
- How do I use assemblies with PowerShell JEA?
- .Net Framework 4 site compilation error due to loading too many assembly (dll) files. "CS1647: An expression is too long or complex to compile"
- "FileNotFoundException: Could not find System.Private.CoreLib.dll" in Release-mode MAUI application
- NAudio - Could not load an assembly or one of its dependencies: Naudio.Core
- How to force visual studio to automatically increase the build number?
- Difference between PowerShell 5.1 and 7 when working with certificates
- Get class that implements an interface across multiple .NET assemblies
- C# Where are these assembly references coming from?
- .Net Core looking for a lower version of referenced assembly
- Can I use asm() in C instead of asm?
- Codebase lists wrong path for referenced assemblies
- Can digital signing of 3rd party DLLs in nuget packages have potential negative effects?
- Issue Publishing Power BI Paginated Report with Custom Assembly for QR Code Generation
Related Questions in .NET-REMOTING
- .Net Framework application with .Net Remoting in Linux OS
- .NET remoting timing out when deployed to single AWS EC2 instance
- How to dispose resources in client-side activated object once it's released?
- Client-side activation doesn't work over the network while server-side activation works
- Get-Service fails but Invoke-Command {Get-Service} succeeds
- Receiving a 'Type is not registered for activation' error when trying to create a second remoting connection
- Changes of "lifetime" under "system.runtime.remoting" in Web.config are not being applied
- Why MarshalByRefObject.GetLifetimeService method is final virtual
- How to add serializable attribute to class that inherits from Exception
- Dispose TCP port in .NET Remoting
- Sending data from one .NET app to another
- The history of Remoting and WCF/coreWCF
- Reference to type 'MarshalByRefObject' claims it is defined in 'System.Runtime', but it could not be found
- I need an alternative similar to System.Runtime.Remoting that is supported in .NET 5.0
- In a .Net Remoting service hosted in IIS 7.5, how can remove "Server : IIS/7.5" tag form response header
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think the interviewer could have been getting confused with server side automation of office, eg KB257757. Having Office on a server and automating it via .Net remoting probably caused them problems, thats why they "insisted there is benefits around connectivity when using PIAs".
What @HansPassant said is correct, finders crossed a moderator promotes his comment to an answer.