MHB I am not getting what .NET is actually and what it does?

  • Thread starter Thread starter shivajikobardan
  • Start date Start date
AI Thread Summary
The discussion highlights confusion surrounding the .NET framework and its relationship with programming languages like C#. Participants express frustration over the lack of in-depth learning about .NET, noting that the focus has been more on high-level overviews rather than practical application. Key points include the understanding that .NET is essential for running applications, often requiring users to download it. Comparisons are made between C# and Java, with .NET being described as a collection of libraries that facilitate application development across various platforms, including mobile, web, and desktop. The distinction between .NET framework and .NET platform is also acknowledged, though not fully clarified. Overall, there is a call for clearer explanations and practical insights into how .NET operates and its functionalities.
shivajikobardan
Messages
637
Reaction score
54
1654917118295.png
As you can see we are not learning the real programming but high level overview of what .NET does. The textbook that I have (which isn't a official textbook but a solution manual forced to buy by teachers)

It is pretty confusing. What are the things that it does?
The only time I have encountered .NET is while trying to run applications, it asks for "download .NET".

Some are saying C# uses dotnet and sth. It is just confusing me. Some saying it is like java, in what sense? And there is .NET framework, .NET platform. One thing that I have somehow managed to enter my mind is that it helps to make applications for mobile, web, desktop and anything you want. (Not sure how it does by just 1 .NET.)

The below are the slides given by our professor
1654917230830.png

1654917247936.png

1654917275524.png
 
Technology news on Phys.org
C# is a language similar to java.
.NET is a set of libraries similar to the libraries that are provided or can be downloaded when developing with java.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top