शैडोइंग अभ्यास: .NET in 100 Seconds - YouTube के साथ अंग्रेजी बोलना सीखें

C2
The .NET, a free and open source platform for building high-performance software in virtually every domain.
⏸ रुका हुआ
50 वाक्य
यदि वाक्य बहुत छोटे या लंबे हों, तो समायोजित करने के लिए Edit पर क्लिक करें।
1
The .NET, a free and open source platform for building high-performance software in virtually every domain.
2
It can tackle web apps,
3
mobile apps, enterprise software, games,
4
and more, powered primarily by the C-sharp programming language.
5
It was developed by Microsoft in the early 2000s as a Windows-centric framework,
6
then rebooted in 2016 as .NET Core.
7
And finally, in 2020, they dropped the core and unified the platform into modern .NET,
8
with yearly releases that also target Linux, macOS, and the cloud.
9
At a high level, .NET is built around a managed runtime called the Common Language Runtime,
10
which handles memory management, garbage collection,
11
and security, so you don't have to.
12
This allows developers to write code in high-level languages like Object Oriented C Sharp,
13
or its cooler functional brother F Sharp,
14
or even the mentally ill cousin Visual Basic.
15
No matter which language you choose,
16
they all get compiled into an intermediate format called Common Intermediate Language,
17
then just-in-time or ahead-of-time compiled into native machine code by the Common Language runtime.
18
This design lets multiple languages share the same runtime and libraries,
19
while still delivering near-native performance across platforms.
20
But what really makes .NET special is its integrated ecosystem.
21
like ASP.NET for regular web apps,
22
Blazor for WebAssembly-powered apps, Entity Framework Core for dead simple database access,
23
MAUI for cross-platform mobile apps,
24
and POLI for fault tolerance,
25
just to name a few.
26
And you'll find packages for virtually every use case in the NuGet package manager.
27
On top of that, many third-party frameworks embed .NET to give developers the experience they crave,
28
like Unity for game developers,
29
QuantConnect for algo traders, and AutoCAD for real engineers who build real things in the real world.
30
To get started, install .NET, then open up VS Code,
31
and make sure you have the C Sharp DevKit extension enabled.
32
Now hit Ctrl-P and find the new project command.
33
There are all sorts of templates to start from,
34
but let's keep it simple with the console app to build a CLI tool.
35
And now we can open up this C Sharp file and start writing some code.
36
It's a hugely popular, strongly typed language that gives us excellent IntelliSense out of the box.
37
Today, we're building an app called OnlyHorseFans,
38
and unfortunately, we need to verify
39
that the user is 18 years old to comply with recent draconian legislation from our globalist overlords.
40
To achieve that, we'll first have the user enter their age into the console,
41
which we can do with the built-in console class.
42
Once we have the user's age in the standard input,
43
we can then parse the value into an integer.
44
And then finally, we'll set up a ternary operator here to grant access if the age is over 18,
45
or deny access otherwise.
46
And now, let's open up the terminal and run it.
47
Notice how we also get beautiful autocomplete and documentation in the entire CLI.
48
Use the .NET run command to compile and execute the code.
49
This has been .NET in 100 seconds.
50
Thanks for watching, and I will see you in the next one!

ऐप डाउनलोड करें

आपके बोले हर वाक्य के लिए AI स्कोरिंग

डाउनलोड करने के लिए स्कैन करें
डाउनलोड करने के लिए स्कैन करें
TRENDING

लोकप्रिय

इस पाठ के बारे में

इस पाठ में, आप .NET प्लेटफॉर्म की मूल बातें जानेंगे, एक ऐसा ओपन-सोर्स टूल जो हाई-परफॉर्मेंस सॉफ़्टवेयर बनाने में सहायक है। आप सीखेंगे कि यह प्लेटफॉर्म विभिन्न ऐप्स, जैसे वेब, मोबाइल, और गेम्स के लिए कैसे उपयोग किया जा सकता है। यह पाठ आपको तकनीकी शब्दावली में कौशल विकसित करने और आपकी अंग्रेजी बोलने की क्षमता में सुधार करने में मदद करेगा। .NET की विशेषताओं को जानने के साथ-साथ आपको इसके उपयोगिता के लिए भी प्रोत्साहित किया जाएगा।

मुख्य शब्दावली और वाक्यांश

  • .NET: एक ओपन-सोर्स प्लेटफॉर्म सॉफ्टवेयर विकास के लिए।
  • संचालित रUNTIME: कॉमन लैंग्वेज रनटाइम, जो मेमोरी प्रबंधन और सुरक्षा का ध्यान रखता है।
  • उच्च-स्तरीय भाषाएँ: जैसे C# और F# जो कोड लिखने में सहायता करती हैं।
  • इंटरमीडिएट फॉर्मेट: कॉमन इंटरमीडिएट लैंग्वेज, जो सभी भाषाओं में साझा की जाती है।
  • ASP.NET: नियमित वेब ऐप्स के लिए एक विशेष फ़्रेमवर्क।
  • कंसोल ऐप: कमांड-लाइन इंटरफ़ेस उपकरण विकसित करने के लिए सरल टेम्पलेट।
  • आवश्यक कमांड: .NET को चलाने और कोड को संकलित करने के लिए उपयोग किए जाने वाले आदेश।

व्यवहारिक टिप्स

इस पाठ को प्रभावी तरीके से सीखने के लिए, अंग्रेजी शैडोइंग की तकनीक का उपयोग करें। वीडियो में सामग्री की गति को ध्यान में रखते हुए, बोलने का अभ्यास करें। जब आप वीडियो सुनें, तो हर एक वाक्य को ध्यान से सुनें और फिर उसे फिर से दोहराने का प्रयास करें। इससे आपकी अंग्रेजी बोलने का अभ्यास और अंग्रेजी उच्चारण में सुधार होगा।

शुरुआत के लिए, कुछ मिनट बिताएँ और वीडियो को अपने आरामदायक गति पर चलाएँ, जिससे आप हर शब्द के उच्चारण को सही रूप से पकड़ सकें। एक बार जब आप वाक्यों को सुन कर समझ जाएँ, तो shadowspeak तकनीक का उपयोग करें, जहां आप बोलते समय बिलकुल उस रिदम और लहजे का पालन करें। यह तरीका न केवल आपको सुनने में मदद करेगा, बल्कि आपकी बोलने की प्रवीणता में भी सुधार लाएगा।

आपका लक्ष्य यह होना चाहिए कि आप बोलने के दौरान आत्मविश्वासी बनें और सभी तकनीकी शब्दों का सही उच्चारण कर सकें।

शैडोइंग तकनीक क्या है?

शैडोइंग (Shadowing) एक विज्ञान-समर्थित भाषा सीखने की तकनीक है जो मूल रूप से पेशेवर दुभाषिया प्रशिक्षण के लिए विकसित की गई थी। विधि सरल लेकिन शक्तिशाली है: आप मूल अंग्रेज़ी ऑडियो सुनते हैं और तुरंत इसे ज़ोर से दोहराते हैं — जैसे वक्ता की छाया 1-2 सेकंड की देरी से। शोध से पता चलता है कि यह उच्चारण सटीकता, स्वर, लय, जुड़ी हुई ध्वनियाँ, सुनने की समझ और बोलने की प्रवाहशीलता में काफ़ी सुधार करता है।

हमें एक कॉफी पिलाएं