Silverlight asserting in release builds

General Tech Learning Aids/Tools 2 years ago

0 2 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating

Posted on 16 Aug 2022, this text provides information on Learning Aids/Tools related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 2 years ago

I'm just playing around with Windows Phone and trying to write an app for it.

I can't seem to find a Trace.Assert in System.Diagnostics. This exists in .NET for the PC and lets me throw assertions in Release builds.

I'm guessing that this is just something that's not a part of the silverlight toolkit.

What is the correct way of enabling assertions in a release build? Debug.Assert does not do anything in the Release build ... I think it gets compiled out.

profilepic.png
manpreet 2 years ago

Debug.Assert is a debug aid that throws asserts behind the scenes, but only in debug mode.

The intention being that you can add them liberally throughout your code to check parameters, expected values etc then have them all removed to improve performance in the release builds.

If you are using them as shortcuts to generate asserts then it is likely you are not using them for their original purpose as well. I would strongly recommend not re-using a debug aid as a coding shortcut but instead find/create another more acceptable coding pattern like using app-specific exceptions (or adding your own shortcuts if you really must).

Being a professional coder is often more about learning how to do things to make life easier for fellow developers rather than saving a few lines of code.


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

tuteehub community

Join Our Community Today

Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.

tuteehub community