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
Alexander Low
NA
70
685
Thread in start without debugging slower than start with debugging.
May 30 2021 4:25 PM
Hi All, I am facing a problem as my threads in visual studio wpf is performing slow while using start without debugging. When I use the start within debugging, it is fast. How can I make my threads run faster while using start without debugging? I have did a for loop and stopwatch to record the performance, when using Start as F5 is 5 seconds, then I use Start without debugging as Ctrl+F5 is 7 seconds. I wish to make it faster, can someone provide me a solution?
Reply
Answers (
1
)
How to create checkbox dynamically in WPF.
Getting blank screen when we changed to "Release" mode