Visual Basic .NET » Windows Forms
>>> i have an idea about MS VS.NET, and wonder yours..... -- "gndzkdr --


while programmers coding their programmes in MS VS.NET, when they want to use a library (i mean namespace) they must add it top of the form before using its classes,methods,..

==> for example in C#.Net

using System.IO;

-------------------------------------------------------------------

my offer is,

if programmers could use all .net framework namespaces without adding its defination to top of form, and while compiling the programme, the compiler checks the codes and adds the definations of namespaces that programme needs, and clear the definations no needs(before added by programme and now user dont used its classes, methods,... )

--------------------------------------------------------------------

so, programmers win time....

-------------------------------------------------------------------

what do u think, please say your opinion
thnks for now

-- " --


while programmers coding their programmes in MS VS.NET, when they want to use a library (i mean namespace) they must add it top of the form before using its classes,methods,..

==> for example in C#.Net

using System.IO;

-------------------------------------------------------------------

my offer is,

if programmers could use all .net framework namespaces without adding its defination to top of form, and while compiling the programme, the compiler checks the codes and adds the definations of namespaces that programme needs, and clear the definations no needs(before added by programme and now user dont used its classes, methods,... )

--------------------------------------------------------------------

so, programmers win time....

-------------------------------------------------------------------

what do u think, please say your opinion
thnks for now

-- " --


while programmers coding their programmes in MS VS.NET, when they want to use a library (i mean namespace) they must add it top of the form before using its classes,methods,..

==> for example in C#.Net

using System.IO;

-------------------------------------------------------------------

my offer is,

if programmers could use all .net framework namespaces without adding its defination to top of form, and while compiling the programme, the compiler checks the codes and adds the definations of namespaces that programme needs, and clear the definations no needs(before added by programme and now user dont used its classes, methods,... )

--------------------------------------------------------------------

so, programmers win time....

-------------------------------------------------------------------

what do u think, please say your opinion
thnks for now

-- Charles Carroll --


all the Refactoring add-ins do that for you.

http://www.charlescarroll.com/chaz/site/3537/default.aspx 


On 7/6/06, < g n d z k d r > wrote:

while programmers coding their programmes in MS VS.NET, when they want
to use a library (i mean namespace) they must add it top of the form
before using its classes,methods,..

==> for example in C#.Net

using System.IO;

-------------------------------------------------------------------

my offer is,

if programmers could use all .net framework namespaces without adding
its defination to top of form, and while compiling the programme, the
compiler checks the codes and adds the definations of namespaces that
programme needs, and clear the definations no needs(before added by
programme and now user dont used its classes, methods,... )
 

-- [ÉË¿Ú] --

Good offer, but needs too much technics...

----- Original Message -----
From: "< g n d z k d r >"
To: "ASP.Net Community"
Sent: Friday, July 07, 2006 4:08 AM Subject:
>>> i have an idea about MS VS.NET, and wonder yours.....

while programmers coding their programmes in MS VS.NET, when they want
to use a library (i mean namespace) they must add it top of the form
before using its classes,methods,..

==> for example in C#.Net

using System.IO;

-------------------------------------------------------------------

my offer is,

if programmers could use all .net framework namespaces without adding
its defination to top of form, and while compiling the programme, the
compiler checks the codes and adds the definations of namespaces that
programme needs, and clear the definations no needs(before added by
programme and now user dont used its classes, methods,... )

--------------------------------------------------------------------

so, programmers win time....

-------------------------------------------------------------------

what do u think, please say your opinion


thnks for now


>

 

-- montecarlo --


hmm, good idea

wrote:
Good offer, but needs too much technics...

----- Original Message -----
From: "< g n d z k d r >"
To: "ASP.Net Community"
Sent: Friday, July 07, 2006 4:08 AM
Subject:
>>> i have an idea about MS VS.NET, and wonder yours.....
>
> while programmers coding their programmes in MS VS.NET, when they want
> to use a library (i mean namespace) they must add it top of the form
> before using its classes,methods,..
>
> ==> for example in C#.Net
>
> using System.IO;
>
> -------------------------------------------------------------------
>
> my offer is,
>
> if programmers could use all .net framework namespaces without adding
> its defination to top of form, and while compiling the programme, the
> compiler checks the codes and adds the definations of namespaces that
> programme needs, and clear the definations no needs(before added by
> programme and now user dont used its classes, methods,... )
>
> --------------------------------------------------------------------
>
> so, programmers win time....
>
> -------------------------------------------------------------------
>
> what do u think, please say your opinion
>
>
> thnks for now
>
>
> >

 

[Submit Comment]Home