debug vs release build
- An expression evaluator written in VB.NET
- Building an embedded database engine in C#
- Embedded Firebird: Full-Featured Embedded Database with 2 MB Runtime
- What features to implement in a version control system? [closed]
- C# Debug vs. Release Builds and Debugging in Visual Studio – from Novice to Expert in One Blog Article
- A Treatise on Using Debug and Trace classes, including Exception Handling
- Considerations for implementing trace facilities in release builds of .NET applications
- Writing custom .NET trace listeners
- From Mocks to Isolation
- How To Speed Up Your Company’s Next Release
- Implementing the .NET IComparer interface to get a more natural sort order
Must Read
An expression evaluator written in VB.NET.
DbfDotNet is a very fast and compact fully managed standalone database/entity framework, for the .Net Framework.
An example that shows how Firebird database excels in embedding.
I will be implementing a version control system in C++ for my final year project. I would like to know: What are the features a version control system should must support. What features do you consider are missing in existing implementations (so that my version control system does more than just reinventing the wheel) References (if any) to start with.
Release Build
Most articles and documentation about the 'out of the box' C# Debug and Release build configurations were written prior to Roslyn. I take a fresh look at what you now get under the covers in 2018.
C#'s built in Debug and Trace classes can be confusing and inappropriately used. This article looks at one success story using debug traces and assertions, and presents an improved debug class.
What is the best technique to produce trace output in release build of .NET application, i.e. when application is shipped to a customer or runs in a production environment? The article discusses pros and cons of standard .NET trace facilities, and presents some alternatives.
Presentation of various ways to customize built-in .NET trace facilities
The article discusses how to isolate the code under test from behavior of referenced classes by using mocking frameworks.
In this article we look at how systematically generating test cases through Broadcom’s Continuous Testing suite can significantly speed up your team’s development process.
The IComparer available in .NET lets you sort numbers or strings. This little class available in both C# and VB shows how to implement an IComparer which will work with mixed characters and numbers.
No comments:
Post a Comment