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 233837
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:08:09+00:00 2026-05-11T20:08:09+00:00

Is there a way to reference a namespace globally across the whole solution? So

  • 0

Is there a way to reference a namespace globally across the whole solution?

So instead of having these lines in every code file:

using System;
using MyNamespace;

having to declare them only once, and every code file would use them.

Btw I am using Visual Studio.

  • 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-05-11T20:08:09+00:00Added an answer on May 11, 2026 at 8:08 pm

    No, C# doesn’t have this concept. Each source file is independent in this respect. (And if the using directives are in a namespace declaration, those are independent from other using directives in peer namespace declarations, too. That’s a pretty rare case though in my experience.)

    You don’t need ReSharper to change what gets included in a new class though. You can use the Visual Studio templates.

    EDIT: Just to clarify the point about using directives within namespaces, suppose we had (all in one file):

    using Foo;
    
    namespace X
    {
        using Bar;
        // Foo and Bar are searched for code in here, but not Baz
    }
    
    namespace Y
    {
        using Baz;
        // Foo and Baz are searched for code in here, but not Bar
    }
    

    Usually I only have one namespace declaration in a file, and put all the using directives before it.

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

Sidebar

Related Questions

Is there a way to use (reference) a DLL written in an unmanaged C++
Is there a way to be sure we hold a useable reference to an
Is there a way to have a function return a editable reference to some
Is there a way to reuse a 3rd party control reference? For example, I
Is there a way via System.Reflection, System.Diagnostics or other to get a reference to
Is there any way in JavaScript to create a "weak reference" to another object?
Given a reference to a method, is there a way to check whether the
Using jQuery, is there a way to select all tag that reference a specific
is there a way to reference the page control in a webservice? something like
Is there a way to tell .Net to search for a namespace from the

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.