473,811 Members | 2,756 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

questions abt unmanaged code

Hi

what is com and dcom,wt's the difference?
what is unmanaged code?
is .net support unamanaged code?
how can we include unmanaged code assembly into .net?
is there compatability from unmanaged to managed code in .net?

which .net host doesn't support application domain
a)iis
b)internet explorer
c)shell execuatbale
d)asp.net

in .net there is no deterministic destruction
true/false

com+/.net runtime is having -------- isolation
a)data repeatable
b)serialaizatio n
c)any one

how to implement 2 connect 2 a proxy with a remote service
a)regmsv.dll
b).......dll
c).......tlb
d)ias....dll
plz give me reply.

bye.

Mar 6 '06 #1
2 968
Hi

Please tell me the answers for all these.

Thanks.
swapprose

swapprose wrote:
Hi

what is com and dcom,wt's the difference?
what is unmanaged code?
is .net support unamanaged code?
how can we include unmanaged code assembly into .net?
is there compatability from unmanaged to managed code in .net?

which .net host doesn't support application domain
a)iis
b)internet explorer
c)shell execuatbale
d)asp.net

in .net there is no deterministic destruction
true/false

com+/.net runtime is having -------- isolation
a)data repeatable
b)serialaizatio n
c)any one

how to implement 2 connect 2 a proxy with a remote service
a)regmsv.dll
b).......dll
c).......tlb
d)ias....dll
plz give me reply.

bye.


Mar 7 '06 #2
Hi

Please tell me the answers for all these.

Thanks.
swapprose

swapprose wrote:
Hi

what is com and dcom,wt's the difference?
what is unmanaged code?
is .net support unamanaged code?
how can we include unmanaged code assembly into .net?
is there compatability from unmanaged to managed code in .net?

which .net host doesn't support application domain
a)iis
b)internet explorer
c)shell execuatbale
d)asp.net

in .net there is no deterministic destruction
true/false

com+/.net runtime is having -------- isolation
a)data repeatable
b)serialaizatio n
c)any one

how to implement 2 connect 2 a proxy with a remote service
a)regmsv.dll
b).......dll
c).......tlb
d)ias....dll
plz give me reply.

bye.


Mar 7 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3923
by: Novice | last post by:
Hi all, I'm afraid this is the second posting of this information as I didn't get a response on the previous post. I will try to shorten my message (i.e. be more concise) in the hopes that it will make it easier for someone (i.e. a Microsoft person) to digest the information and respond to it. I am a C++ and Java developer with over 3 years of industry experience. I've written low level C++ code, in addition to web clients that use web...
3
2218
by: cwineman | last post by:
Hello, I posted this question in microsoft.public.dotnet.framework and didn't get any responses. Maybe somebody here has some input. If anyone knows of a better place to ask these questions, let me know. My group is considering using the log4net framework for logging. I'm hoping someone here can give me some feedback on some questions. Our application will need to log messages from both managed and unmanaged
1
2129
by: Eric Twietmeyer | last post by:
Hello, I'm starting to investigate cs, managed c++ and interoperating with a very large unmanaged code base. We are going to use Windows Forms (written in cs) to replace our old fashioned GUI. The guts will remain in unmanaged c++. So I need to write public managed c++ wrapper classes for the couple of interfaces the unmanaged stuff needs to expose for the GUI. Questions:
6
1194
by: Olaf Baeyens | last post by:
The new Visual C++ 2005 is coming out in a theater near you. :-) Just a few questions: * How will the users that use my program upgrade to the .NET framework 2.0? My current users already refuse to install the v1.x framework since they clame it is too complicated. * Can we still compile pure unmanaged C++ executables so that our users do not need to install a .NET framework? With VC++ 2003 it could, but since Microsoft is pushing to...
6
1812
by: Teresa | last post by:
1) If I do want to keep an object alive throughout the live of an application, how can I ensure that the GC doesn't clean it up? 2a) How do I determine if an object is a managed or an unmanged resource? I understand the basic definition for managed resources are resources that the CLR manage and unmanged resources are resources that the CLR doesn't manage, however, I haven't been able to find a concrete answer as to what resources are...
1
1996
by: jkimmel | last post by:
I am having trouble designing an interface between the managed and unmanaged layers of an application I'm writing. My application has two parts. A C DLL that generates key/value pairs (the same 300 keys have new values 10 times a second), and a C# application that processes those values. Some metadata gets generated every update as well. The DLL must be unmanaged C. My question is, how should I transfer the values from the C DLL to...
10
1749
by: Patrick F | last post by:
Hi Trying to learn c++ and am woundering over afew things 1) What is the diffrence between . and -and :: ? 2) Why do you sometimes have to use ^ after declaring a object, what exacly does it do? 3) What is the diffrence between & and *? (I know that * is a pointer) 4) Managed and Unmanaged code, whats the diffrence? I am trying to write a simple class: when i compile i get the following error: Error 1 error C3265: cannot declare a...
2
1271
by: Ian | last post by:
1. I want to be use mix unmanaged code with managed code. In particular, the unmanaged code uses MFC CFile to perform file I/O. Can CFile be used in unmanaged code that is mixes with managed code? I've tried this but keep getting a system::exception is thrown with the message "External component has thrown an exception" when the CFile instance is created. 2. How does the assignment operator check to see that the source and...
2
1344
by: Joe | last post by:
I am trying to get a good understanding of these concepts and how they apply to code and classes (possibly different). As well as MSIL and Native Code (x86 assembly). To facilitate discussion consider the following code. ////////////////////////////////////////////////// // compiled with /clr ref class A {
0
9727
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10386
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10398
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10133
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9204
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5554
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5692
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4339
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3017
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.