i have a doubt when we run the application (dot net application) dll or exe will be created yes. so my question is when we get dll when we get dll and when we get exe
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will create a dll (which contains the backend code) and aspx/asmx/as** files which contain your frontend code (markup and stuff like that).
You will NEVER get an exe (that is for executable applications like Winforms and WPF apps).