Coding standards
Coding conventions and style rules for Smartstore
Naming conventions
public interface IEmailSender
{
Task SendAsync(EmailMessage message, CancellationToken cancelToken = default);
}Layout and formatting
Guard clauses and exceptions
Asynchronous programming
Dependency injection
Logging
Client code
Last updated
Was this helpful?