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

  • Home
  • SEARCH
  • 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 190817
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T16:17:19+00:00 2026-05-11T16:17:19+00:00

In my asp.net web app. I have three classes (inside app_code folder) under namespace

  • 0

In my asp.net web app. I have three classes (inside app_code folder) under namespace WPP which are as follows:

1. wpp_Common
2. wpp_SQL
3. wpp_Admin

All these classes contains different functions which I am using in my application to accomplish different tasks. Such as, wpp_common contains a function which make my URL’s SEO’d, and wpp_SQL have some functions which I am using to get details from database.

Now, I am using these classes on different web pages web pages and in web controls. To use these classes I am creating instances of all three classes on the page where I am using them.

protected WPP.wpp_Common ObjCommon = new WPP.wpp_Common();
protected WPP.wpp_SQL ObjSQL = new WPP.wpp_SQL();
protected WPP.wpp_Admin ObjAdmin = new WPP.wpp_Admin();

So, I want to know, is this a better and only way to access my classes by making seprate instances at every page, is this method have any performance constraints.

Or is there a better and logical way to access my classes from ASP.net web pages and web controls.

Thanks.

  • 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-11T16:17:19+00:00Added an answer on May 11, 2026 at 4:17 pm

    If these classes don’t encapsulate anything mutable, it may be worth making the key methods utilized static. Then, you don’t even need an instance of the class. This seems to make sense for your SEO class. The SQL class you may want a shared instance as it may contain a reference to some SQL connection/class, but this could also be a parameter in a static method.

    What you’re doing seems okay to me, though.

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

Sidebar

Ask A Question

Stats

  • Questions 102k
  • Answers 102k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You can have precision, but it depends on what else… May 11, 2026 at 8:17 pm
  • Editorial Team
    Editorial Team added an answer I strongly recommend BOUML. It's a free UML modelling tool,… May 11, 2026 at 8:17 pm
  • Editorial Team
    Editorial Team added an answer Create a separate HTTP Handler (DownloadSqlFile.ashx): <%@ WebHandler Language="C#" Class="DownloadHandler"… May 11, 2026 at 8:17 pm

Related Questions

I have the following project solution: There is a ASP.NET MVC Web Application where
I am working on a web app using C# and asp.net I have been
Using VS2008, I am trying to add an App_Code folder from add-->folder-->Add ASP_NET folder.
I dislike it when I lose the session state of my ASP.NET web app
Here is my current question: I'm guessing that my problem (described below) is being

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.