Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring with deeper research the topics in this chapter.
Exercise 1.1 – Test your knowledge
Use the web to answer the following questions:
- Why is it good practice to add the following setting to your project files? And when should you not set it?
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- Which service technology requires a minimum HTTP version of 2?
- In 2010, your organization created a service using .NET Framework and Windows Communication Foundation. What is the best technology to migrate it to and why?
- Which code editor or IDE should you install for .NET development?
- What should you be aware of when creating Azure resources?
- Which type of .NET release is higher quality, STS or LTS?
- In new .NET projects, nullable checks are enabled. What are two ways to...