What is Class Library in VB.Net

इस पोस्ट में हम VB.Net में प्रयोग होने वाली Class Library के बारे में जानेगे |

Class Library

Microsoft Base Class Library .Net Framework का सबसे महत्वपूर्ण भाग है । यह एक Library है जो की डॉट नेट की सभी कंप्यूटर लैंग्वेजेज के द्वारा प्रयोग की जा सकती है। यह सभी के लिए Common Library Provide करता है। इस Library मे बहुत से Common Functions, Methods और Classes होती है जो सभी डॉट नेट लैंग्वेजेज के लिए Common होती है। यह Functions और Methods विभिन्न कार्यों के लिए Use की जाती है|

example: – File reading and writing, database interaction, XML documentation etc.

कुछ Important .Net Library Classes और Namespaces निम्नलिखित है।

  • System: यह Programming की Basic आवश्यकताओ को पूरा करने के लिए प्रयोग होती है । यह Data Types और Conversion Functions Contain करती है। Example: String, Boolean, Date time Etc.
  • System.Collection: यह सभी Common Containers और Collections को Define करती है। Example: Stack, List, Queue Etc.
  • System.IO: यह Programmer को Read और Writing Functions Provide करती है। जो सभी प्रकार के Input और Output के लिए प्रयोग की जाती है।
  • System.Configuration: यह Configuration Data को Handle करने के लिए Functions और Methods Provide करती है।
  • System.Data: यह Database Related Functions और Methods प्रोवाइड करती है। जिसे ADO.Net भी कहते हैं।
  • System. Drawing: यह Graphical Designing Functions और Methods के लिए प्रयोग की जाती है। यह विभिन्न Methods जैसे DrawRectangle , DrawCircle , Pen , Brush etc. Provide करता है।
  • System.Windows: यह Class सभी Windows Operating System Related Functions और Methods के लिए प्रयोग की जाती है।
  • System. Windows. Forms: यह Windows Form के सभी Controls , Methods और Functions के लिए प्रयोग की जाती है।

error: Content is protected !!