.net- framework and .net general -


क्या है नेट? ढांचा और सीएलआर

.NET माइक्रोसॉफ्ट के कई नये प्रौद्योगिकियों के लिए मार्केटिंग का नाम है क्योंकि यह इतनी व्यापक संग्रह है, यह वास्तव में परिभाषित करना कठिन है कि यह है

CLR एक आम भाषा रनटाइम है, जो एक बाइटकोड भाषा और इंटरऑपरेबिलिटी नियम है जो इसे आसान बनाता है भाषाओं को बनाने के लिए एक-दूसरे के साथ अच्छी बातचीत करें उदाहरण के लिए, .NET बनाने से पहले Visual Basic कॉल C फ़ंक्शन अजीब और त्रुटि प्रवण था। .NET में, विजुअल बेसिक सी # बिना कॉल कर सकते हैं।


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -