[ DOT NET Core MCQS ]

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

[ DOT NET Core MCQS ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
1. ASP.NET Core क्या है?
[A] Microsoft का Cross Platform Framework
[B] Database
[C] Programming Language
[D] Operating System
1. What is ASP.NET Core?
[A] Microsoft Cross Platform Framework
[B] Database
[C] Programming Language
[D] Operating System
सही उत्तर: Microsoft का Cross Platform Framework
व्याख्या: ASP.NET Core Microsoft का Open Source Cross Platform Framework है।
Correct Answer: Microsoft Cross Platform Framework
Explanation: ASP.NET Core is an open-source cross-platform framework by Microsoft.
2. ASP.NET Core किस कंपनी द्वारा विकसित किया गया है?
[A] Google
[B] Microsoft
[C] Oracle
[D] IBM
2. Who developed ASP.NET Core?
[A] Google
[B] Microsoft
[C] Oracle
[D] IBM
सही उत्तर: Microsoft
व्याख्या: ASP.NET Core Microsoft द्वारा विकसित किया गया है।
Correct Answer: Microsoft
Explanation: ASP.NET Core was developed by Microsoft.
3. ASP.NET Core का मुख्य लाभ क्या है?
[A] Cross Platform Support
[B] केवल Windows Support
[C] केवल Linux Support
[D] केवल Mac Support
3. What is the major advantage of ASP.NET Core?
[A] Cross Platform Support
[B] Windows Only
[C] Linux Only
[D] Mac Only
सही उत्तर: Cross Platform Support
व्याख्या: ASP.NET Core Windows, Linux और macOS पर चलता है।
Correct Answer: Cross Platform Support
Explanation: ASP.NET Core runs on Windows, Linux and macOS.
4. ASP.NET Core में Startup Class का उपयोग किसलिए किया जाता है?
[A] Application Configuration
[B] Database Backup
[C] Printing
[D] Compiler
4. Why is Startup Class used in ASP.NET Core?
[A] Application Configuration
[B] Database Backup
[C] Printing
[D] Compiler
सही उत्तर: Application Configuration
व्याख्या: Startup Class Application को Configure करती है।
Correct Answer: Application Configuration
Explanation: Startup class is used to configure the application.
5. Dependency Injection क्या है?
[A] Design Pattern
[B] Database
[C] Framework
[D] Server
5. What is Dependency Injection?
[A] Design Pattern
[B] Database
[C] Framework
[D] Server
सही उत्तर: Design Pattern
व्याख्या: Dependency Injection एक Design Pattern है।
Correct Answer: Design Pattern
Explanation: Dependency Injection is a design pattern.
6. Middleware क्या है?
[A] Request Processing Component
[B] Database Table
[C] CSS File
[D] Compiler
6. What is Middleware?
[A] Request Processing Component
[B] Database Table
[C] CSS File
[D] Compiler
सही उत्तर: Request Processing Component
व्याख्या: Middleware Request और Response को Process करता है।
Correct Answer: Request Processing Component
Explanation: Middleware processes requests and responses.
7. Kestrel क्या है?
[A] Web Server
[B] Database
[C] Language
[D] IDE
7. What is Kestrel?
[A] Web Server
[B] Database
[C] Language
[D] IDE
सही उत्तर: Web Server
व्याख्या: Kestrel ASP.NET Core का Default Web Server है।
Correct Answer: Web Server
Explanation: Kestrel is the default web server for ASP.NET Core.
8. Entity Framework Core क्या है?
[A] ORM Framework
[B] Web Browser
[C] Database
[D] Server
8. What is Entity Framework Core?
[A] ORM Framework
[B] Web Browser
[C] Database
[D] Server
सही उत्तर: ORM Framework
व्याख्या: EF Core Object Relational Mapping Framework है।
Correct Answer: ORM Framework
Explanation: EF Core is an Object Relational Mapping framework.
9. DbContext का उपयोग किसलिए होता है?
[A] Database Communication
[B] Email Sending
[C] Printing
[D] Logging
9. What is DbContext used for?
[A] Database Communication
[B] Email Sending
[C] Printing
[D] Logging
सही उत्तर: Database Communication
व्याख्या: DbContext Database Operations को Manage करता है।
Correct Answer: Database Communication
Explanation: DbContext manages database operations.
10. Migration का उपयोग किसलिए किया जाता है?
[A] Database Schema Changes
[B] Image Editing
[C] Printing
[D] Testing
10. What is Migration used for?
[A] Database Schema Changes
[B] Image Editing
[C] Printing
[D] Testing
सही उत्तर: Database Schema Changes
व्याख्या: Migration Database Structure Update करने के लिए उपयोग होती है।
Correct Answer: Database Schema Changes
Explanation: Migrations are used to update database schema.