Ask a Question related to ASP.NET General, Design and Development.
-
Marina #1
Re: Imports ANYnamespace.anyClass (overhead??)
Importing a namespace, is simply shorthand, so you don't have to type the
fully qualified name of the class every time. I believe it is only used at
compile time.
"rooster575" <rooster575@hotmail.com> wrote in message
news:eDBUachVDHA.216@TK2MSFTNGP11.phx.gbl...causing> I have a namespace in my system with a class of 20-25 public shared
> functions (heavy ones) that I use throughout my application.
>
> My question is, if I import the entire namespace class in the header of
> another page and then use only 2-3 of the shared functions, is this> a great amount of unneccessary overhead? (These functions are usually
> database queries)
>
>
> ex.
>
> Imports myApplication.myNameSpace.myClass [in header]
>
>
> ...instead of ....
>
>
> thisvar = myNameSpace.myClass.thisFunction(othervar) [in my code]
>
>
> Thanks.
>
>
Marina Guest
-
Zoom effect on a overhead map
As part of a prototype for a mobile city guide I am trying to implement a zoom in map, whereby portions of a map can be selected and zoomed in on. ... -
Overhead of objects
I'm wondering what the overhead is when creating objects, the project I'm currently working on would require many object creations, and I need to... -
size overhead to creating an opaque type.
I have an opaque type as follows: create opaque type AsnOctetString384( internallength = variable, maxlen = 386, alignment = 4 ); I am... -
Does Option Strict On add overhead?
By turning Option Strict on, is there extra overhead? For example w/o it on the following doesnt get flagged: validxhtml.Attributes.Add("height",... -
Include Files and Overhead
I have a medium sized ecommerce website which I have written using PHP and MySQL and I have a number of include files with some of them being...



Reply With Quote

