Csharp assembly to C/C++ library

I

Igbal

Hi,

There is a requirement for me that I have created assembly inwhich business
logic is available.

On the other hand, there is a front-end application in UNIX platform can
call this dll.(Acting like C dll)

If it is possible, please guide me to acheive this.

Thanks in advance

Regards,
E.S.Mohammed Igbal M.Sc.
 
J

Jack Hanebach

Igbal said:
There is a requirement for me that I have created assembly inwhich
business logic is available.

On the other hand, there is a front-end application in UNIX platform
can call this dll.(Acting like C dll)

If it is possible, please guide me to acheive this.

..NET is a MS Windows technology. there is a project to port it to *NIX:

http://www.go-mono.com/

You could also develop your business loging as a Web Service and then
be able to call it from UNIX...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top