Welcome to the quiz! Please read the following rules carefully before you begin:
Total Questions: The quiz consists of 10 questions.
No Time Limit: There is no time limit for completing the quiz. Take your time to think through each question.
Changing Answers: You are allowed to change your answers at any time before submitting the quiz.
Results: You will be able to see your results immediately after completing the quiz. This will include your score and the correct answers.
1.
Your .NET Framework application does not use dependency injection. How should you implement dependency injection when migrating to .NET Core / .NET 5/6/7?
2.
Your application relies on web.config for configuration settings. How should you manage configuration in .NET Core / .NET 5/6/7?
3.
Your application uses Entity Framework 6 for data access. What is the recommended approach for using Entity Framework with .NET Core / .NET 5/6/7?
Entity Framework Migration
4.
Your application uses Windows Forms for the UI. How should you handle UI migration in .NET Core / .NET 5/6/7?
5.
Your application uses ASP.NET MVC. How should you transition to ASP.NET Core MVC?
ASP.NET MVC to ASP.NET Core MVC
6.
Your .NET Framework application uses custom HTTP modules and handlers for serving static files. How should you handle static file serving in .NET Core / .NET 5/6/7?
Static Files and Middleware
7.
Your .NET Framework application includes platform-specific code for Windows. How should you address this when migrating to .NET Core / .NET 5/6/7?
8.
Your .NET Framework application uses a custom logging framework. How should you handle logging in .NET Core / .NET 5/6/7?
9.
Your .NET Framework application uses synchronous code for I/O operations. How should you handle asynchronous programming in .NET Core / .NET 5/6/7?
10.
Your .NET Framework application uses Visual Studio for builds and project management. How should you handle building and managing projects in .NET Core / .NET 5/6/7?
11.
Your .NET Framework application uses several third-party NuGet packages. How should you handle NuGet packages when migrating to .NET Core / .NET 5/6/7?
12.
Your application includes a Web API built with ASP.NET Web API. How should you migrate this API to .NET Core / .NET 5/6/7?
13.
Your .NET Framework application relies on certain features that are specific to the .NET Framework (e.g., `System.Web`). How should you handle these dependencies in .NET Core / .NET 5/6/7?
Dependency on .NET Framework Specific Features
14.
In .NET Framework, you used `System.Configuration` for application settings. What is the recommended approach for configuration management in .NET Core / .NET 5/6/7?
Application Configuration
15.
Your .NET Framework application uses custom exception handling logic. How should you adapt exception handling when migrating to .NET Core / .NET 5/6/7?
16.
Task Scheduling Your application uses `Quartz.NET` for task scheduling. How should you handle task scheduling in .NET Core / .NET 5/6/7?
17.
Your .NET Framework application uses Windows Authentication for user identity management. How should you handle authentication and authorization in .NET Core / .NET 5/6/7?
Authentication and Authorization
18.
Your .NET Framework application uses `System.Data.SqlClient` for SQL Server connectivity. How should you handle SQL Server connectivity in .NET Core / .NET 5/6/7?
19.
Your application uses `System.Threading.Tasks` for background processing. How should you handle background tasks in .NET Core / .NET 5/6/7?
20.
Your .NET Framework application uses `Log4Net` for logging. How should you handle logging in .NET Core / .NET 5/6/7?
Leave a Reply