낮은 품질의 문장 예제
코드 단위 테스트 Unit Test Your Code.
Team Foundation Build는 MSBuild를 사용하여 코드를 컴파일합니다. Team Foundation Build compiles your code by using MSBuild.
사용자 정의 네임스페이스는 코드에서 정의된 네임스페이스입니다. User-defined namespaces are namespaces defined in your code.
코드에서 직접 사용하기에 적합하지 않습니다. It is not intended to be used directly from your code.
코드에 대한 단위 테스트를 생성하는 방법을 알아봅니다. Find out how to generate unit tests for your code.
하지만 악성 코드는 해당 코드를 호출할 수 있습니다. However, remember that malicious code can call your code.
Three Ways to Inject Your Code into Another Process.
fix your code as appropriate.
이 형식은 사용자 코드에서 직접 사용할 수 없습니다. This type is not intended to be used directly from your code.
코드 디버깅에 도움이 되는 메서드 및 속성들을 제공합니다. Provides a set of methods and properties that help debug your code.
탐색: IntelliTest를 사용하여 코드 경로를 탐색하고 단위 테스트 생성Explore: Use IntelliTest to explore your code and generate unit tests.
이제 디자이너에서 실행 중인 코드를 한 단계씩 실행할 수 있습니다. You can now step into your code which is running in the designer.
보안 및 경합 상태Security and Race Conditions 코드에서 경합 상태를 방지하는 방법을 설명합니다. Describes how to avoid race conditions in your code.
CLSCompliantAttribute 특성을 사용하여 코드가 CLS 규격인지 확인할 수 있습니다. You can use the CLSCompliantAttribute attribute to ensure that your code is CLS-compliant.
따라서 코드의 보안을 유지하도록 다음과 같은 기술을 염두에 둡니다. So, keep in mind the following techniques to ensure your code is secure.
establishes the syntax your code must use.
줄 번호는 코드에 추가되지 않으며 참조용으로만 사용됩니다. Line numbers aren't added to your code; they're just for reference.
Reference 요소는 코드에서 사용하는. NET 어셈블리에 대한 참조를 지정합니다. The Reference element specifies references to the. NET assemblies that you are using in your code.
메타데이터는 언어와 무관하게 코드에 정의된 모든 형식과 멤버를 기술하며Metadata describes every type and member defined in your code in a language-neutral manner.
변경 시 단위 테스트를 다시 실행하여 코드가 여전히 제대로 작동하는지 테스트합니다. Rerun unit tests when you make changes to test that your code is still working correctly.