[ DOT NET Core MCQS ]
झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।
[ DOT NET Core MCQS ]
Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
621. NuGet Cache का उपयोग किसलिए होता है?
[A] Downloaded Packages Store करने के लिए
[B] Database Store करने के लिए
[C] Logs Store करने के लिए
[D] Sessions Store करने के लिए
621. What is NuGet Cache used for?
[A] Store Downloaded Packages
[B] Store Database
[C] Store Logs
[D] Store Sessions
सही उत्तर: Downloaded Packages Store करने के लिए
व्याख्या: Performance Improve करने के लिए।
Correct Answer: Store Downloaded Packages
Explanation: Improves performance.
622. nuget.config File का उपयोग किसलिए किया जाता है?
[A] NuGet Settings Configure करने के लिए
[B] Database Settings के लिए
[C] Session Settings के लिए
[D] Routing Settings के लिए
622. What is nuget.config used for?
[A] Configure NuGet Settings
[B] Database Settings
[C] Session Settings
[D] Routing Settings
सही उत्तर: NuGet Settings Configure करने के लिए
व्याख्या: Package Sources और Configuration Store करती है।
Correct Answer: Configure NuGet Settings
Explanation: Stores package sources and configuration.
623. Private NuGet Feed क्या होता है?
[A] Custom Package Repository
[B] Database Backup
[C] Private Database
[D] Web API
623. What is a Private NuGet Feed?
[A] Custom Package Repository
[B] Database Backup
[C] Private Database
[D] Web API
सही उत्तर: Custom Package Repository
व्याख्या: Organization अपने Packages Host कर सकती है।
Correct Answer: Custom Package Repository
Explanation: Organizations can host their own packages.
624. Semantic Versioning (SemVer) किस Format में होती है?
[A] Major.Minor.Patch
[B] Major.Build
[C] Version.Release
[D] Build.Revision
624. What is the format of Semantic Versioning?
[A] Major.Minor.Patch
[B] Major.Build
[C] Version.Release
[D] Build.Revision
सही उत्तर: Major.Minor.Patch
व्याख्या: NuGet Packages में Versioning के लिए उपयोग होती है।
Correct Answer: Major.Minor.Patch
Explanation: Used for NuGet package versioning.
625. Package Source क्या होता है?
[A] Package Repository Location
[B] Database Source
[C] Application Source
[D] API Source
625. What is a Package Source?
[A] Package Repository Location
[B] Database Source
[C] Application Source
[D] API Source
सही उत्तर: Package Repository Location
व्याख्या: जहाँ से Packages Download होते हैं।
Correct Answer: Package Repository Location
Explanation: Location from where packages are downloaded.
626. Manage NuGet Packages Window का उपयोग किसलिए होता है?
[A] Packages Browse, Install और Update करने के लिए
[B] Database Design के लिए
[C] API Testing के लिए
[D] Routing के लिए
626. What is the Manage NuGet Packages window used for?
[A] Browse, Install and Update Packages
[B] Database Design
[C] API Testing
[D] Routing
सही उत्तर: Packages Browse, Install और Update करने के लिए
व्याख्या: Visual Studio GUI द्वारा Package Management।
Correct Answer: Browse, Install and Update Packages
Explanation: GUI for package management in Visual Studio.
627. Microsoft.EntityFrameworkCore Package किसलिए उपयोग होती है?
[A] Entity Framework Core Support
[B] Authentication
[C] Logging
[D] Caching
627. What is Microsoft.EntityFrameworkCore package used for?
[A] Entity Framework Core Support
[B] Authentication
[C] Logging
[D] Caching
सही उत्तर: Entity Framework Core Support
व्याख्या: EF Core ORM Functionality प्रदान करती है।
Correct Answer: Entity Framework Core Support
Explanation: Provides EF Core ORM functionality.
628. Microsoft.EntityFrameworkCore Package का मुख्य उपयोग क्या है?
[A] ORM Framework
[B] Logging
[C] Authentication
[D] Caching
628. What is the primary use of Microsoft.EntityFrameworkCore package?
[A] ORM Framework
[B] Logging
[C] Authentication
[D] Caching
सही उत्तर: ORM Framework
व्याख्या: Entity Framework Core का मुख्य Package है।
Correct Answer: ORM Framework
Explanation: Core package of Entity Framework Core.
629. Microsoft.EntityFrameworkCore.SqlServer Package किसलिए उपयोग होती है?
[A] SQL Server Support
[B] MySQL Support
[C] SQLite Support
[D] PostgreSQL Support
629. What is Microsoft.EntityFrameworkCore.SqlServer used for?
[A] SQL Server Support
[B] MySQL Support
[C] SQLite Support
[D] PostgreSQL Support
सही उत्तर: SQL Server Support
व्याख्या: EF Core को SQL Server से Connect करने के लिए।
Correct Answer: SQL Server Support
Explanation: Connects EF Core with SQL Server.
630. Microsoft.EntityFrameworkCore.Tools Package का उपयोग किसलिए किया जाता है?
[A] Migrations Manage करने के लिए
[B] Authentication के लिए
[C] Logging के लिए
[D] Caching के लिए
630. What is Microsoft.EntityFrameworkCore.Tools used for?
[A] Manage Migrations
[B] Authentication
[C] Logging
[D] Caching
सही उत्तर: Migrations Manage करने के लिए
व्याख्या: Migration Commands Execute करने हेतु।
Correct Answer: Manage Migrations
Explanation: Used for migration commands.