Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to make my program much more secure like when you try to disable an antivirus using the task manager it usually won't however you can inside the program select disable.

Also is there a way to have it run faster? I know cutting your code down will make it faster and such, but will spreading your functions out to different forms and such make it faster? And is there other ways to make it faster?
Posted
Comments
[no name] 15-Aug-14 19:54pm    
You go find a code profiler, profile your code, then you would know where it is supposedly slow.

You're not really going to get any kind of a useful answer to this question. The answer really comes down to improving your coding skills.

There is no way anyone is going to be able to suggest a few tips to vastly improve your code. We simply know nothing at all about your, your skill set, the quality of code you've written, what the app does, how you've implemented anything, ..., NOTHING at all. So how can anyone make any kind of recommendations?
 
Share this answer
 
It is the same as how to make a product safe, reliable, and efficient. It is in the making! It is too simplistic to think that reducing amount of code will make your program faster. You have to find out where and what are holding up your application.
tips-for-making-a-asp-net-web-application-run-faster[^]
 
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