TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Babu Kumarasamy
NA
5
0
Obfuscation a particular folder in a project
Jul 22 2009 12:36 AM
Hi,
The client gave Purchase module to us and remaining to some other. This is an windows application. How can I able to Obfuscate the windows form and its source without publish or even compile.
We want the code not to be readable.(i.e. the cs file code and the code in the InitializeComponent(); for the design)
public partial class Purchase : Form
{
public Purchase()
{
InitializeComponent();
}
}
Thanks,
Babu Kumarasamy.
Reply
Answers (
0
)
zoom in /out
C#.NET