[C-Sharp Programming MCQS ]

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

[ C-Sharp Programming MCQS ]

Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
751. TempData का use क्या है?
[A] Permanent storage
[B] One request data transfer
[C] Thread data
[D] Cache only
751. What is TempData used for?
[A] Permanent storage
[B] One request data transfer
[C] Thread data
[D] Cache only
सही उत्तर: One request data transfer
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: One request data transfer
Explanation: Important question.
752. ViewBag क्या है?
[A] Strong type
[B] Dynamic data holder
[C] Database
[D] Thread
752. What is ViewBag?
[A] Strong type
[B] Dynamic data holder
[C] Database
[D] Thread
सही उत्तर: Dynamic data holder
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Dynamic data holder
Explanation: Important question.
753. ViewData क्या है?
[A] Dictionary object
[B] Class object
[C] Thread object
[D] Database object
753. What is ViewData?
[A] Dictionary object
[B] Class object
[C] Thread object
[D] Database object
सही उत्तर: Dictionary object
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Dictionary object
Explanation: Important question.
754. Strongly typed view क्या है?
[A] Weak model
[B] Model bound view
[C] No model
[D] Database view
754. What is strongly typed view?
[A] Weak model
[B] Model bound view
[C] No model
[D] Database view
सही उत्तर: Model bound view
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Model bound view
Explanation: Important question.
755. Razor view engine क्या है?
[A] Database engine
[B] C# + HTML engine
[C] Thread engine
[D] Cache engine
755. What is Razor view engine?
[A] Database engine
[B] C# + HTML engine
[C] Thread engine
[D] Cache engine
सही उत्तर: C# + HTML engine
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: C# + HTML engine
Explanation: Important question.
756. Partial view का use क्या है?
[A] Full page
[B] Reusable UI component
[C] Database view
[D] Thread view
756. What is partial view used for?
[A] Full page
[B] Reusable UI component
[C] Database view
[D] Thread view
सही उत्तर: Reusable UI component
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Reusable UI component
Explanation: Important question.
757. Layout page क्या है?
[A] Database structure
[B] Common UI template
[C] Thread template
[D] Cache template
757. What is layout page?
[A] Database structure
[B] Common UI template
[C] Thread template
[D] Cache template
सही उत्तर: Common UI template
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Common UI template
Explanation: Important question.
758. Session state क्या होता है?
[A] Client storage
[B] Server storage
[C] Database only
[D] File storage
758. What is session state?
[A] Client storage
[B] Server storage
[C] Database only
[D] File storage
सही उत्तर: Server storage
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Server storage
Explanation: Important question.
759. Cookie का use क्या है?
[A] Server memory
[B] Client data store
[C] Thread data
[D] Cache data
759. What is cookie used for?
[A] Server memory
[B] Client data store
[C] Thread data
[D] Cache data
सही उत्तर: Client data store
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Client data store
Explanation: Important question.
760. Authentication cookie क्या होता है?
[A] Random cookie
[B] Login identity store
[C] Cache cookie
[D] Thread cookie
760. What is authentication cookie?
[A] Random cookie
[B] Login identity store
[C] Cache cookie
[D] Thread cookie
सही उत्तर: Login identity store
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Login identity store
Explanation: Important question.