11

Appendix

When writing code, every language has its nuances and standards. .NET is no different when it comes to general guidelines. One example is that placing a bracket at the end of a method signature is better than placing the bracket on the next line or placing a return immediately on the same line as an if statement. This is more of a personal preference. Programming guidelines give developers a way to stay between guardrails while writing code. These programming guidelines are used throughout the industry as standard practices.

In the appendix, we’re going to cover the following main topics:

  • Programming guidelines
  • Project structure

The guidelines discussed in the following sections are commonly used in the industry. They give developers ...

Get ASP.NET 8 Best Practices now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.