FileStream Class in c#
FileStream Class in c#

FileStream Class in c#

FileStream Class in c# The FileStream class in the C# programming language is a built-in library with built-in functions and features from the System.IO namespace. The FileStream class is used to read and write data and information from existing files in a byte stream format. Unlike StreamReader and StreamWriter, the FileStream class is used to…

0 Comments
FileStream Class c# In Hindi
FileStream Class c# In Hindi

FileStream Class c# In Hindi

FileStream Class c# In Hindi C# प्रोग्रामिंग लैंग्वेज में FileStream क्लास System.IO नेमस्पेस लाइब्रेरी का बिल्ट-इन फंक्शन और फीचर्स है, और FileStream क्लास का यूज़ बाइट्स स्ट्रीम फॉर्मेट में मौजूदा फ़ाइलों से डाटा और इनफार्मेशन को रीड और राइट करने में किया जाता है। जहा StreamReader और StreamWriter के अपोजिट, FileStream क्लास का यूज़ टेक्स्ट…

0 Comments
Iterating Collections in c#
Iterating Collections in c#

Iterating Collections in c#

Iterating Collections in c# In the C# programming language, C# programmers can iterate over List<T>, Stack<T>, Queue<T>, Dictionary<TKey, TValue>, and other collection data types by applying multiple individual program loop constructs and methods. There are several methods for iterating over collection data types in general, including using foreach, for, or while loops, as well as…

0 Comments
Iterating Collections c# In Hindi
Iterating Collections c# In Hindi

Iterating Collections c# In Hindi

Iterating Collections c# In Hindi C# प्रोग्रामिंग लैंग्वेज में C# प्रोग्रामर मल्टीप्ल इंडिविजुअल प्रोग्राम लूप कंस्ट्रक्ट और मेथड को अप्लाई करके List<T>, Stack<T>, Queue<T>, Dictionary<TKey, TValue>, और अन्य कलेक्शन डाटा टाइप पर इटरेट या लूप कर सकते हैं। कलेक्शन डाटा टाइप में सामान्य रूप से इटरेट करने के आपको कई मेथड या तरीके मिलते हैं.…

0 Comments
Lists, Stacks, Queues, Dictionaries c#
Lists, Stacks, Queues, Dictionaries c#

Lists, Stacks, Queues, Dictionaries c#

Lists, Stacks, Queues, Dictionaries c# Similar to the array data type in the C# programming language, C# also provides its users with several powerful collection data type choices. These are built-in features of the System.Collections.Generic namespace in the C# library. These collection data types include List<T>, Stack<T>, Queue<T>, and Dictionary<TKey, TValue>. These collection data types…

0 Comments
Lists, Stacks, Queues, Dictionaries c# In Hindi
Lists, Stacks, Queues, Dictionaries c# In Hindi

Lists, Stacks, Queues, Dictionaries c# In Hindi

Lists, Stacks, Queues, Dictionaries c# In Hindi C# प्रोग्रामिंग लैंग्वेज में ऐरे डाटा टाइप की तरह C# इसके यूजर को कई पावरफुल कलेक्शन डाटा टाइप चॉइस भी प्रोवाइड करता है. जो C# लाइब्रेरी में System.Collections.Generic नेमस्पेस का बिल्ट-इन फीचर्स हैं। इनमें मुख्य रूप से List<T>, Stack<T>, Queue<T>, और Dictionary<TKey, TValue> आदि, कलेक्शन डाटा टाइप हैं।…

0 Comments
Electrochemistry
Electrochemistry

Electrochemistry

Electrochemistry Electrochemistry—"The branch of chemistry that deals with the study of the conversion of chemical energy into electrical energy, and electrical energy into chemical energy, is known as Electrochemistry." Cell—The device through which the conversion of chemical energy into electrical energy, or electrical energy into chemical energy, takes place is called a cell. Cells are…

0 Comments
Electrochemistry in Hindi
Electrochemistry in Hindi

Electrochemistry in Hindi

Electrochemistry in Hindi Electrochemistry- "रसायन विज्ञान की वह शाखा जिसके अंतर्गत रासायनिक ऊर्जा का विद्युत ऊर्जा में व विद्युत ऊर्जा का रासायनिक ऊर्जा में परिवर्तन के बारे मे अध्ययन किया जाए, उसे वैद्युत रसायन कहते है।"- Cell- रासायनिक ऊर्जा का विद्युत ऊर्जा में व विद्युत ऊर्जा का रासायनिक ऊर्जा में परिवर्तन जिस युक्ति से होता…

0 Comments
Abnormal Molar Mass and van’t Hoff Factor (i)
Abnormal Molar Mass and van't Hoff Factor

Abnormal Molar Mass and van’t Hoff Factor (i)

Abnormal Molar Mass and van't Hoff Factor (i) Abnormal Molar Mass – If a solute undergoes dissociation or association within a solution, the molar mass of that solute—when determined based on colligative properties—will appear to be either lower or higher than its theoretical (normal) molar mass. This is referred to as abnormal molar mass. van't…

0 Comments
Abnormal Molar Mass and van’t Hoff Factor (i) in Hindi
Abnormal Molar Mass and van't Hoff Factor in hindi

Abnormal Molar Mass and van’t Hoff Factor (i) in Hindi

Abnormal Molar Mass and van't Hoff Factor (i) in Hindi Abnormal Molar Mass - यदि कोई विलेय पदार्थ विलयन मे वियोजित अथवा संगुणित होता है तो उस विलेय पदार्थ का मोलर द्रवमान अणु संख्यक गुणों के आधार पर आपेक्षिक मोलर द्रव्यमान से कम या अधिक प्राप्त होना चाहिए। इसे ही असामान्य मोलर द्रव्यमान कहते है।…

0 Comments