473,396 Members | 2,109 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Proj too big? Help!

I have an asp project that has 144 aspx/ascx pages, most with large
code-behind files. Recently my dev box has been straining and taking long
times to reneder the pages in the dev environment. After addding another
Crystal report, vs.net will no longer build the project - it just goes
away - no message no nothing. My other dev box will build it but won't run
it in debug.

I ran a vs.net repair but it still does the same thing. vs.net will still
build my other, and smaller projects just fine. Is my project too big? Is
there any information available on the practical limits of a project size?
Is memory available a factor? (I have 512). I am using vs.net Enterlprise
Architecht version 7.1.3088 with all known updates.

Any help would be appreciated.
T
Nov 19 '05 #1
7 1742
it depends on the resources that are being used in the page. you may try
user controls to reduce the page sizes

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
"Tina" <ti**********@removespamexcite.com> wrote in message
news:uD**************@TK2MSFTNGP10.phx.gbl...
I have an asp project that has 144 aspx/ascx pages, most with large
code-behind files. Recently my dev box has been straining and taking long
times to reneder the pages in the dev environment. After addding another
Crystal report, vs.net will no longer build the project - it just goes
away - no message no nothing. My other dev box will build it but won't
run it in debug.

I ran a vs.net repair but it still does the same thing. vs.net will still
build my other, and smaller projects just fine. Is my project too big?
Is there any information available on the practical limits of a project
size? Is memory available a factor? (I have 512). I am using vs.net
Enterlprise Architecht version 7.1.3088 with all known updates.

Any help would be appreciated.
T

Nov 19 '05 #2
Alvin, thanks for your response but that's not really a heap of help....

Is 144 page project big? the answer might be no, many project exist that
have thousands of pages. Or the answer may be that few projects are that
big and I might be on the edge. (you MVPs know the answer to that)

One thing I have noticed is that whenever the subject of a possible
limitation in a MS product comes up on these forums everyone get really
tight mouthed. It really limits the usefullness of the forums (IMHO)

T

"Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
news:ek**************@TK2MSFTNGP10.phx.gbl...
it depends on the resources that are being used in the page. you may try
user controls to reduce the page sizes

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
"Tina" <ti**********@removespamexcite.com> wrote in message
news:uD**************@TK2MSFTNGP10.phx.gbl...
I have an asp project that has 144 aspx/ascx pages, most with large
code-behind files. Recently my dev box has been straining and taking long
times to reneder the pages in the dev environment. After addding another
Crystal report, vs.net will no longer build the project - it just goes
away - no message no nothing. My other dev box will build it but won't
run it in debug.

I ran a vs.net repair but it still does the same thing. vs.net will
still build my other, and smaller projects just fine. Is my project too
big? Is there any information available on the practical limits of a
project size? Is memory available a factor? (I have 512). I am using
vs.net Enterlprise Architecht version 7.1.3088 with all known updates.

Any help would be appreciated.
T


Nov 19 '05 #3
heh, heh...
Lay off the conspiracy theories... ;-)

You might want to consider increasing the RAM on your box.
512MB is woefully inadequate.

Increase RAM to at least 1GB, or more if you can afford it.
That should take care of your problem.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Tina" <ti**********@removespamexcite.com> wrote in message
news:uM**************@TK2MSFTNGP09.phx.gbl...
Alvin, thanks for your response but that's not really a heap of help....

Is 144 page project big? the answer might be no, many project exist that have thousands
of pages. Or the answer may be that few projects are that big and I might be on the
edge. (you MVPs know the answer to that)

One thing I have noticed is that whenever the subject of a possible limitation in a MS
product comes up on these forums everyone get really tight mouthed. It really limits
the usefullness of the forums (IMHO)

T

"Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
news:ek**************@TK2MSFTNGP10.phx.gbl...
it depends on the resources that are being used in the page. you may try user controls
to reduce the page sizes

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
"Tina" <ti**********@removespamexcite.com> wrote in message
news:uD**************@TK2MSFTNGP10.phx.gbl...
I have an asp project that has 144 aspx/ascx pages, most with large code-behind files.
Recently my dev box has been straining and taking long times to reneder the pages in
the dev environment. After addding another Crystal report, vs.net will no longer build
the project - it just goes away - no message no nothing. My other dev box will build
it but won't run it in debug.

I ran a vs.net repair but it still does the same thing. vs.net will still build my
other, and smaller projects just fine. Is my project too big? Is there any
information available on the practical limits of a project size? Is memory available a
factor? (I have 512). I am using vs.net Enterlprise Architecht version 7.1.3088 with
all known updates.

Any help would be appreciated.
T



Nov 19 '05 #4
Yes, I'm going to a gig because it might fix the problem. If that doesn't
work maybe another gig might help.

hmmm... I wonder if my project is too big? Too bad there are no guidelines
or even gross heuristics. For instance maybe the compiling capablity of the
vs.net vb compiler decreases exponentially after it gets so big and no
amount of memory will suffice once a size threshold is reached. A more
scientific approach would help developers correctly size projects and
forecast hardware requirements. Scientific... yea maybe there should be a
field called "Computer Science"..

sorry, I'm frustrated :)
T


"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eM**************@TK2MSFTNGP10.phx.gbl...
heh, heh...
Lay off the conspiracy theories... ;-)

You might want to consider increasing the RAM on your box.
512MB is woefully inadequate.

Increase RAM to at least 1GB, or more if you can afford it.
That should take care of your problem.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Tina" <ti**********@removespamexcite.com> wrote in message
news:uM**************@TK2MSFTNGP09.phx.gbl...
Alvin, thanks for your response but that's not really a heap of help....

Is 144 page project big? the answer might be no, many project exist that
have thousands of pages. Or the answer may be that few projects are that
big and I might be on the edge. (you MVPs know the answer to that)

One thing I have noticed is that whenever the subject of a possible
limitation in a MS product comes up on these forums everyone get really
tight mouthed. It really limits the usefullness of the forums (IMHO)

T

"Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
news:ek**************@TK2MSFTNGP10.phx.gbl...
it depends on the resources that are being used in the page. you may try
user controls to reduce the page sizes

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
"Tina" <ti**********@removespamexcite.com> wrote in message
news:uD**************@TK2MSFTNGP10.phx.gbl...
I have an asp project that has 144 aspx/ascx pages, most with large
code-behind files. Recently my dev box has been straining and taking
long times to reneder the pages in the dev environment. After addding
another Crystal report, vs.net will no longer build the project - it
just goes away - no message no nothing. My other dev box will build it
but won't run it in debug.

I ran a vs.net repair but it still does the same thing. vs.net will
still build my other, and smaller projects just fine. Is my project
too big? Is there any information available on the practical limits of
a project size? Is memory available a factor? (I have 512). I am using
vs.net Enterlprise Architecht version 7.1.3088 with all known updates.

Any help would be appreciated.
T



Nov 19 '05 #5
Hi, Tina.

re:
hmmm... I wonder if my project is too big?
I doubt it.

The problem's related to the way VS.NET needs *real*
RAM available for its operations, not page-filed memory.

VS.NET *will* use the page-file, but using it slows down VS.NET.
More physical RAM is a sure-fire way to optimize VS.NET.

In the meantime, check your running applications
and shut down those you don't really need open.

There's all sorts of tweaks you can apply to improve the situation.

If you're running SQL Server on the same box,
sometimes there's contention for the use of the page file.

I found that placing the page file and the SQL temp file
on a different drive helped my box's performance quite a bit.

re: sorry, I'm frustrated :)
Hang in there.

You'll find that once your RAM upgrade is in place,
your performance will shoot up.

512MB RAM is peanuts these days... ;-)

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Tina" <ti**********@removespamexcite.com> wrote in message
news:Ot*************@TK2MSFTNGP12.phx.gbl... Yes, I'm going to a gig because it might fix the problem. If that doesn't work maybe
another gig might help.

hmmm... I wonder if my project is too big? Too bad there are no guidelines or even
gross heuristics. For instance maybe the compiling capablity of the vs.net vb compiler
decreases exponentially after it gets so big and no amount of memory will suffice once a
size threshold is reached. A more scientific approach would help developers correctly
size projects and forecast hardware requirements. Scientific... yea maybe there should
be a field called "Computer Science"..

sorry, I'm frustrated :)
T


"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eM**************@TK2MSFTNGP10.phx.gbl...
heh, heh...
Lay off the conspiracy theories... ;-)

You might want to consider increasing the RAM on your box.
512MB is woefully inadequate.

Increase RAM to at least 1GB, or more if you can afford it.
That should take care of your problem.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Tina" <ti**********@removespamexcite.com> wrote in message
news:uM**************@TK2MSFTNGP09.phx.gbl...
Alvin, thanks for your response but that's not really a heap of help....

Is 144 page project big? the answer might be no, many project exist that have
thousands of pages. Or the answer may be that few projects are that big and I might
be on the edge. (you MVPs know the answer to that)

One thing I have noticed is that whenever the subject of a possible limitation in a MS
product comes up on these forums everyone get really tight mouthed. It really limits
the usefullness of the forums (IMHO)

T

"Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
news:ek**************@TK2MSFTNGP10.phx.gbl...
it depends on the resources that are being used in the page. you may try user
controls to reduce the page sizes

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
"Tina" <ti**********@removespamexcite.com> wrote in message
news:uD**************@TK2MSFTNGP10.phx.gbl...
>I have an asp project that has 144 aspx/ascx pages, most with large code-behind
>files. Recently my dev box has been straining and taking long times to reneder the
>pages in the dev environment. After addding another Crystal report, vs.net will no
>longer build the project - it just goes away - no message no nothing. My other dev
>box will build it but won't run it in debug.
>
> I ran a vs.net repair but it still does the same thing. vs.net will still build my
> other, and smaller projects just fine. Is my project too big? Is there any
> information available on the practical limits of a project size? Is memory available
> a factor? (I have 512). I am using vs.net Enterlprise Architecht version 7.1.3088
> with all known updates.
>
> Any help would be appreciated.
> T

Nov 19 '05 #6
I don't see why the total number of pages in a project should be limited by
the amount of RAM. Of course a baseline amount of RAM is needed, but 1 GB
seems excessive. When VS.NET runs a project or builds, does it hold every
page and module in memory? Why not just hold objects in memory as needed
like the ASP.NET runtime?

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uX**************@tk2msftngp13.phx.gbl...
Hi, Tina.

re:
hmmm... I wonder if my project is too big?


I doubt it.

The problem's related to the way VS.NET needs *real*
RAM available for its operations, not page-filed memory.

VS.NET *will* use the page-file, but using it slows down VS.NET.
More physical RAM is a sure-fire way to optimize VS.NET.

In the meantime, check your running applications
and shut down those you don't really need open.

There's all sorts of tweaks you can apply to improve the situation.

If you're running SQL Server on the same box,
sometimes there's contention for the use of the page file.

I found that placing the page file and the SQL temp file
on a different drive helped my box's performance quite a bit.

re:
sorry, I'm frustrated :)


Hang in there.

You'll find that once your RAM upgrade is in place,
your performance will shoot up.

512MB RAM is peanuts these days... ;-)

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Tina" <ti**********@removespamexcite.com> wrote in message
news:Ot*************@TK2MSFTNGP12.phx.gbl...
Yes, I'm going to a gig because it might fix the problem. If that doesn't work maybe another gig might help.

hmmm... I wonder if my project is too big? Too bad there are no guidelines or even gross heuristics. For instance maybe the compiling capablity of the vs.net vb compiler decreases exponentially after it gets so big and no amount of memory will suffice once a size threshold is reached. A more scientific approach would help developers correctly size projects and forecast hardware requirements. Scientific... yea maybe there should be a field called "Computer Science"..

sorry, I'm frustrated :)
T


"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eM**************@TK2MSFTNGP10.phx.gbl...
heh, heh...
Lay off the conspiracy theories... ;-)

You might want to consider increasing the RAM on your box.
512MB is woefully inadequate.

Increase RAM to at least 1GB, or more if you can afford it.
That should take care of your problem.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Tina" <ti**********@removespamexcite.com> wrote in message
news:uM**************@TK2MSFTNGP09.phx.gbl...
Alvin, thanks for your response but that's not really a heap of help....
Is 144 page project big? the answer might be no, many project exist that have thousands of pages. Or the answer may be that few projects are that big and I might be on the edge. (you MVPs know the answer to that)

One thing I have noticed is that whenever the subject of a possible limitation in a MS product comes up on these forums everyone get really tight mouthed. It really limits the usefullness of the forums (IMHO)

T

"Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
news:ek**************@TK2MSFTNGP10.phx.gbl...
> it depends on the resources that are being used in the page. you may try user> controls to reduce the page sizes
>
> --
> Regards,
> Alvin Bruney - ASP.NET MVP
>
> [Shameless Author Plug]
> The Microsoft Office Web Components Black Book with .NET
> Now available @ www.lulu.com/owc, Amazon.com etc
> "Tina" <ti**********@removespamexcite.com> wrote in message
> news:uD**************@TK2MSFTNGP10.phx.gbl...
>>I have an asp project that has 144 aspx/ascx pages, most with large code-behind>>files. Recently my dev box has been straining and taking long times to reneder the>>pages in the dev environment. After addding another Crystal report, vs.net will no>>longer build the project - it just goes away - no message no nothing. My other dev>>box will build it but won't run it in debug.
>>
>> I ran a vs.net repair but it still does the same thing. vs.net will still build my>> other, and smaller projects just fine. Is my project too big? Is there any>> information available on the practical limits of a project size? Is memory available>> a factor? (I have 512). I am using vs.net Enterlprise Architecht version 7.1.3088>> with all known updates.
>>
>> Any help would be appreciated.
>> T


Nov 19 '05 #7
re:
I don't see why the total number of pages in a project
should be limited by the amount of RAM.
Every file loaded is an object, and every object consumes RAM.

Not only that, every *change* made to any object is held in memory,
so you can have the ability to undo changes to any object.

re: When VS.NET runs a project or builds,
does it hold every page and module in memory?
There's nowhere else to hold them.

That's why you're prompted to save files when you
try to exit VS.NET without having saved your work.

The alternative would be writing directly to files,
with all the inconveniences that entails.

re: Why not just hold objects in memory as needed
like the ASP.NET runtime?
That's a misconception.

Once an object is instantiated within ASP.NET,
it's held in memory for the lifetime of the application or session.

Since you can't have "sessions" in VS.NET, the equivalent is
to hold the objects in memory while the application is active.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"bradley" <so*****@microsoft.com> wrote in message
news:u9**************@TK2MSFTNGP12.phx.gbl...I don't see why the total number of pages in a project should be limited by
the amount of RAM. Of course a baseline amount of RAM is needed, but 1 GB
seems excessive. When VS.NET runs a project or builds, does it hold every
page and module in memory? Why not just hold objects in memory as needed
like the ASP.NET runtime?

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uX**************@tk2msftngp13.phx.gbl...
Hi, Tina.

re:
> hmmm... I wonder if my project is too big?


I doubt it.

The problem's related to the way VS.NET needs *real*
RAM available for its operations, not page-filed memory.

VS.NET *will* use the page-file, but using it slows down VS.NET.
More physical RAM is a sure-fire way to optimize VS.NET.

In the meantime, check your running applications
and shut down those you don't really need open.

There's all sorts of tweaks you can apply to improve the situation.

If you're running SQL Server on the same box,
sometimes there's contention for the use of the page file.

I found that placing the page file and the SQL temp file
on a different drive helped my box's performance quite a bit.

re:
> sorry, I'm frustrated :)


Hang in there.

You'll find that once your RAM upgrade is in place,
your performance will shoot up.

512MB RAM is peanuts these days... ;-)

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Tina" <ti**********@removespamexcite.com> wrote in message
news:Ot*************@TK2MSFTNGP12.phx.gbl...
> Yes, I'm going to a gig because it might fix the problem. If that doesn't work maybe > another gig might help.
>
> hmmm... I wonder if my project is too big? Too bad there are no guidelines or even > gross heuristics. For instance maybe the compiling capablity of the vs.net vb compiler > decreases exponentially after it gets so big and no amount of memory will suffice once a > size threshold is reached. A more scientific approach would help developers correctly > size projects and forecast hardware requirements. Scientific... yea maybe there should > be a field called "Computer Science"..
>
> sorry, I'm frustrated :)
> T
>
>
>
>
> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
> news:eM**************@TK2MSFTNGP10.phx.gbl...
>> heh, heh...
>> Lay off the conspiracy theories... ;-)
>>
>> You might want to consider increasing the RAM on your box.
>> 512MB is woefully inadequate.
>>
>> Increase RAM to at least 1GB, or more if you can afford it.
>> That should take care of your problem.
>>
>>
>>
>> Juan T. Llibre
>> ASP.NET MVP
>> http://asp.net.do/foros/
>> Foros de ASP.NET en Español
>> Ven, y hablemos de ASP.NET...
>> ======================
>>
>> "Tina" <ti**********@removespamexcite.com> wrote in message
>> news:uM**************@TK2MSFTNGP09.phx.gbl...
>>> Alvin, thanks for your response but that's not really a heap of help.... >>>
>>> Is 144 page project big? the answer might be no, many project exist that have >>> thousands of pages. Or the answer may be that few projects are that big and I might >>> be on the edge. (you MVPs know the answer to that)
>>>
>>> One thing I have noticed is that whenever the subject of a possible limitation in a MS >>> product comes up on these forums everyone get really tight mouthed. It really limits >>> the usefullness of the forums (IMHO)
>>>
>>> T
>>>
>>> "Alvin Bruney [MVP - ASP.NET]" <www.lulu.com/owc> wrote in message
>>> news:ek**************@TK2MSFTNGP10.phx.gbl...
>>>> it depends on the resources that are being used in the page. you may try user >>>> controls to reduce the page sizes
>>>>
>>>> --
>>>> Regards,
>>>> Alvin Bruney - ASP.NET MVP
>>>>
>>>> [Shameless Author Plug]
>>>> The Microsoft Office Web Components Black Book with .NET
>>>> Now available @ www.lulu.com/owc, Amazon.com etc
>>>> "Tina" <ti**********@removespamexcite.com> wrote in message
>>>> news:uD**************@TK2MSFTNGP10.phx.gbl...
>>>>>I have an asp project that has 144 aspx/ascx pages, most with large code-behind >>>>>files. Recently my dev box has been straining and taking long times to reneder the >>>>>pages in the dev environment. After addding another Crystal report, vs.net will no >>>>>longer build the project - it just goes away - no message no nothing. My other dev >>>>>box will build it but won't run it in debug.
>>>>>
>>>>> I ran a vs.net repair but it still does the same thing. vs.net will still build my >>>>> other, and smaller projects just fine. Is my project too big? Is there any >>>>> information available on the practical limits of a project size? Is memory available >>>>> a factor? (I have 512). I am using vs.net Enterlprise Architecht version 7.1.3088 >>>>> with all known updates.
>>>>>
>>>>> Any help would be appreciated.
>>>>> T



Nov 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: aladdin | last post by:
I use outside .jpg picture files in a Windows Form project. I try to compile use csc.exe at command line. I use resgen.exe to generate a resource file like: resgen.exe Form1.resx...
9
by: Marc Miller | last post by:
Hi all, I have 2 dev. machines, the 1st is Win 2000 with .NET 7.0 and the 2nd is XP Pro with .NET 2003. My Web Server is Win 2000 Server with IIS 5.0. I can create a new project on my test...
1
by: Turk | last post by:
Is it possible to deploy ASP.NET 2 proj onto PWS on windows2000 pro. The app runs fne in vstudio2005, but unable to configure asp.net 2 on PWS on my windows2000 development box. Is this...
2
by: shalender verma | last post by:
I am using VB6. I created a small project. I Want that i can activate my running project(minimized and appearing at the task bar) by pressing any code while working in any other application....
0
by: Tony | last post by:
I am developing a simple .net vb proj and have a few questions that Id be very grateful if someone more experienced than me could answer. Firstly, is it possible to set overwrite options when...
0
by: raulavi | last post by:
I really need a detailed Answer. Thanks!!! How to have global vars if I have a solution with 2 projects...(i need to set the var in one proj and get the var from the second one. I dont want to...
1
by: Lore Leunoeg | last post by:
Does any one know what the file with the extension "proj.user" is good for? Thank you Sincerely Lore
2
by: vaishnavi | last post by:
hi, i want to do a proj for 2nd sem of mcs. could anyone tell me some project topics in java ? some proj topics in servlet or rmi..... or related with db.... pls send me list of the topics....
0
by: =?Utf-8?B?SmVycnkgSg==?= | last post by:
I am using Visual Studio 2005 integrated with Visual Source Safe ver 6.0. When I open visual studio, the proj files keep getting checked out automatically. Can someone tell me why and how I can...
2
by: kkshansid | last post by:
$projid=$_GET; $q="INSERT INTO proj select * from projtemp where projid ='".$projid."'"; $qins=mysql_query($q); is resulting false is there any error? there are 2 tables in a database with name...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.