Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9036221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T08:56:08+00:00 2026-06-16T08:56:08+00:00

This is such a dumb question, but I can’t figure out the lingo to

  • 0

This is such a dumb question, but I can’t figure out the lingo to ask Google.

In Java if I wanted to import all subclasses I would use something like

java.util.*

And all of util would be imported.

Firstly, what is the proper lingo for what I’m doing in C# so I can start using Google more effectively. Am I importing namespaces? Libraries? Subclasses? (Can you tell I’m new at this?)

Secondly, since I’m here, how is this accomplished in C#?

PS- I did click on every related question stackOverflow threw at me to see if the answer would pop up. No luck. I’m simply without words to describe what I’m looking for. The example should do just fine but… Anyone who can take a moment to either explain the lingo to me or perhaps simply point me at something that can (in a nutshell, I have a couple books for the long haul) that would be great.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T08:56:10+00:00Added an answer on June 16, 2026 at 8:56 am

    Firstly, let’s differentiate between assembly references and namespaces.

    Assemblies are what you add references to in your c# project, they are the libraries that contain the actual classes you need, usually found as DLL files. The .net framework contains many such assemblies, and Visual Studio will try to reference the most commonly used ones in your project (e.g. for a WinForms project it will automatically add a reference to System.Drawing.dll).

    Namespaces are logical partitions of the classes in an assembly.

    Once you reference an assembly in the project, all classes in all namespaces are available for use, if you provide their full name.

    This is where the using directive comes in.
    It is simply syntactic sugar for not having to write very long names all the time.

    For example, assuming your project references the System.Drawing.dll assembly, you would have to qualify a class from this assembly using it’s full name, for example

    System.Drawing.Imaging.BitmapData
    

    Because this is tiresome and bloats the code, if you start your .cs file with

    using System.Drawing.Imaging;
    

    you could then instantiate a class using just the name BitmapData.
    This will be true only for the .cs file in which you added the using directive, not for the whole project.
    Also, it’s important to note that using one namespace does not bring in all nested namespaces, you have to using each one individually.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

sorry this is such a simple question but I can't figure it out. How
I hate to ask such a dumb question, but I'm just starting out, so
This is a very simple (and probably dumb) question, but I can't seem to
I have that this is a dumb question feeling, but here goes ... Can
This sounds like such a dumb question but I've spent too long looking for
I know there is no such thing as a dumb question but this is:
I'm sure many will consider this a dumb question but I can't find a
This may be a dumb question, but what kind of protocol a website such
This is such a simple problem, but I can't find an answer anywhere... I
this must be such a simple problem but can someone tell me why this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.