Sitecore 10 .NET Developer Certification — Question 32
Which four statements are true about developing with the SitecoreASP.NET Core Rendering SDK? (Choose four.)
Answer options
- A. It enables the Content Delivery instance to handle all of the development workload.
- B. It allows you to create independent applications that render Sitecore content.
- C. It helps you build small, lightweight .NET Core applications for Sitecore.
- D. It enables you to remove ASP.NET from your solution.
- E. It allows you to extend Sitecore pipelines using .NET Core.
- F. It depends on the Sitecore Layout Service.
- G. It enables you to preview your code changes without having to restart the Sitecore environment.
Correct answer: B, C, E, G
Explanation
The correct answers (B, C, E, G) highlight the capabilities of the Sitecore ASP.NET Core Rendering SDK, such as creating independent apps (B), building lightweight applications (C), extending pipelines (E), and enabling live previews (G). Options A and D are incorrect as they misrepresent the SDK's role in development, and option F, while related, does not directly describe the SDK's functionality.