[ DOT NET Core MCQS ]

झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।

[ DOT NET Core MCQS ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
631. Microsoft.EntityFrameworkCore.Design Package का उद्देश्य क्या है?
[A] Design-Time Support
[B] Runtime Logging
[C] Authentication
[D] Caching
631. What is Microsoft.EntityFrameworkCore.Design used for?
[A] Design-Time Support
[B] Runtime Logging
[C] Authentication
[D] Caching
सही उत्तर: Design-Time Support
व्याख्या: Scaffolding और Migrations के लिए आवश्यक।
Correct Answer: Design-Time Support
Explanation: Required for scaffolding and migrations.
632. Swashbuckle.AspNetCore Package किसलिए उपयोग होती है?
[A] Swagger Support
[B] JWT Authentication
[C] Logging
[D] Caching
632. What is Swashbuckle.AspNetCore used for?
[A] Swagger Support
[B] JWT Authentication
[C] Logging
[D] Caching
सही उत्तर: Swagger Support
व्याख्या: ASP.NET Core APIs के लिए Swagger UI प्रदान करती है।
Correct Answer: Swagger Support
Explanation: Provides Swagger UI for ASP.NET Core APIs.
633. Swagger का मुख्य उद्देश्य क्या है?
[A] API Documentation
[B] Database Design
[C] Authentication
[D] Session Management
633. What is the primary purpose of Swagger?
[A] API Documentation
[B] Database Design
[C] Authentication
[D] Session Management
सही उत्तर: API Documentation
व्याख्या: REST APIs की Documentation के लिए।
Correct Answer: API Documentation
Explanation: Used for documenting REST APIs.
634. AutoMapper Package का उपयोग किसलिए होता है?
[A] Object Mapping
[B] Database Mapping
[C] Route Mapping
[D] Session Mapping
634. What is AutoMapper used for?
[A] Object Mapping
[B] Database Mapping
[C] Route Mapping
[D] Session Mapping
सही उत्तर: Object Mapping
व्याख्या: DTO और Entity Mapping को आसान बनाता है।
Correct Answer: Object Mapping
Explanation: Simplifies DTO and Entity mapping.
635. AutoMapper में Profile Class का उपयोग किसलिए होता है?
[A] Mapping Configuration
[B] Logging Configuration
[C] Authentication Configuration
[D] Caching Configuration
635. What is Profile class used for in AutoMapper?
[A] Mapping Configuration
[B] Logging Configuration
[C] Authentication Configuration
[D] Caching Configuration
सही उत्तर: Mapping Configuration
व्याख्या: Object Mappings Define करने के लिए।
Correct Answer: Mapping Configuration
Explanation: Defines object mappings.
636. Microsoft.AspNetCore.Authentication.JwtBearer Package का उपयोग किसलिए होता है?
[A] JWT Authentication
[B] Cookie Authentication
[C] Windows Authentication
[D] Session Authentication
636. What is Microsoft.AspNetCore.Authentication.JwtBearer used for?
[A] JWT Authentication
[B] Cookie Authentication
[C] Windows Authentication
[D] Session Authentication
सही उत्तर: JWT Authentication
व्याख्या: Bearer Token आधारित Authentication के लिए।
Correct Answer: JWT Authentication
Explanation: Used for bearer token authentication.
637. JWT Bearer Authentication में Token कहाँ भेजा जाता है?
[A] Authorization Header
[B] Cookie
[C] Session
[D] Query String
637. Where is JWT token sent in JWT Bearer Authentication?
[A] Authorization Header
[B] Cookie
[C] Session
[D] Query String
सही उत्तर: Authorization Header
व्याख्या: Bearer Token Authorization Header में भेजा जाता है।
Correct Answer: Authorization Header
Explanation: Token is sent in Authorization header.
638. Microsoft.AspNetCore.Identity.EntityFrameworkCore Package का उपयोग किसलिए किया जाता है?
[A] ASP.NET Identity Support
[B] Logging
[C] Caching
[D] Swagger
638. What is Microsoft.AspNetCore.Identity.EntityFrameworkCore used for?
[A] ASP.NET Identity Support
[B] Logging
[C] Caching
[D] Swagger
सही उत्तर: ASP.NET Identity Support
व्याख्या: Identity को EF Core के साथ Integrate करती है।
Correct Answer: ASP.NET Identity Support
Explanation: Integrates Identity with EF Core.
639. IdentityUser Class क्या Represent करती है?
[A] Application User
[B] Database Table
[C] API Endpoint
[D] Session Object
639. What does IdentityUser represent?
[A] Application User
[B] Database Table
[C] API Endpoint
[D] Session Object
सही उत्तर: Application User
व्याख्या: ASP.NET Identity User Model।
Correct Answer: Application User
Explanation: Represents an ASP.NET Identity user.
640. Serilog Package का मुख्य उपयोग क्या है?
[A] Structured Logging
[B] Authentication
[C] Routing
[D] Caching
640. What is the primary use of Serilog?
[A] Structured Logging
[B] Authentication
[C] Routing
[D] Caching
सही उत्तर: Structured Logging
व्याख्या: Advanced Logging Framework है।
Correct Answer: Structured Logging
Explanation: Advanced logging framework.