Convert Asp.net web application App_Code folder to DLL
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hello members, I am developing Asp.net website application with framework 4.0 in Visual studio 2010. I would like to convert App_Code to single DLL which contains class files and dataset. Is it possible? Please give your suggestions Thanks
yes you can make DLL file of all the classes. this will help you to protect your code from others hope dis link will help you http://www.c-sharpcorner.com/uploadfile/mahesh/dll12222005064058am/dll.aspx
-
Hello members, I am developing Asp.net website application with framework 4.0 in Visual studio 2010. I would like to convert App_Code to single DLL which contains class files and dataset. Is it possible? Please give your suggestions Thanks