 |
BOOK: Beginning ASP.NET 4.5 : in C# and VB
 | This is the forum to discuss the Wrox book Beginning ASP.NET 4.5: in C# and VB by Imar Spaanjaars; ISBN: 978-1-118-31180-6 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 4.5 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

May 26th, 2014, 01:26 AM
|
Authorized User
|
|
Join Date: May 2014
Posts: 16
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
how to understand .net framework informally
hi there, I'm a new learner at C#, know this website from my book<Beginning Visual C# 2012 Programming>, while I read the first chapter, the word ".net framework" is SO abstract to me, so how to understand it well informally? and I'm a Chinese , my English is not well, please be sure let it easy to understand. thanks!
|

May 26th, 2014, 11:40 PM
|
Authorized User
|
|
Join Date: May 2014
Posts: 16
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
I'v looked it up on my website before, but still can not understand it well, so I may need a image to understand, can you let it simple and easy to understand?
|

May 27th, 2014, 02:09 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
Here's a simple description of the .NET Framework:
Quote:
NET is a programming framework created by Microsoft that developers can use to create applications more easily. As commenter dwroth aptly put it, "a framework is just a bunch of code that the programmer can call without having to write it explicitly."
|
Source: http://lifehacker.com/5791578/what-i...y-do-i-need-it
So, it's a framework that sits on top of Windows that enables developers to make use of many ready-made components, such as database access, web services, desktop programming, web development features and much more.
If that doesn't clear it up, can you explain what it is you're not understanding?
Cheers,
Imar
|

May 28th, 2014, 01:50 AM
|
Authorized User
|
|
Join Date: May 2014
Posts: 16
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
so it contains many functions that can be called like a library and contains many ready-made components that I can use directly?
|

May 28th, 2014, 05:58 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Yes, that's an important part of it. It also contains the runtime that lets these functions execute on top of Windows and a lot more.
Cheers,
Imar
|
The Following User Says Thank You to Imar For This Useful Post:
|
|

May 28th, 2014, 10:30 PM
|
Authorized User
|
|
Join Date: May 2014
Posts: 16
Thanks: 2
Thanked 0 Times in 0 Posts
|
|
xiexie! it helps a lot.
|
|
 |
|