Click here to Skip to main content
15,886,035 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dear, I developed one exe file in .net using c#. As per requirement i need to convert that exe file into API. I don't have knowledge about API. Please give me a solution.
Posted
Comments
[no name] 8-May-14 6:55am    
A solution to what? Do you know what an API is?
ZurdoDev 8-May-14 8:20am    
What type of API? dll? Webservice?
thursunamy 15-May-14 11:46am    
Do you want to convert your GUI app to a library ?

Hello,

I suggest you do some research on what type of API you want.

If it's a dll type, you must re-create your project using the correct project type.

Webservice? Same as above

You want to convert a GUI app to a dll - Why???
** if you really want to, make a dll and add windows forms references to it.

Good luck!
 
Share this answer
 
API just means that you are going to expose the functionality of your code to another developer. Just like you use a dll in your code that has certain functions or you call a webservice. It just depends on what you want to do and what the requirement is.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900