Search Results

1
vote

What are the most important parts of the .Net framework for a beginner?

If you're working in VB.NET I'd say the My namespace is very important. It contains shortcuts to a lot of areas of the framework that used to be spread all over the place in the framework. It's a …