Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
People seem to be bypassing my authentication system using this and i am wondering if there's a way to detect it being used...I've tried
if (Process.GetProcessesByName("fiddler").Length != 0) { MessageBox.Show("Internal Error"); Close(); }