Comprehensive, categorized, searchable collection of links to ASP & ASP.NET resources...
ASP.NET Directory

Applications
Assembly & Controls
Books & Media
Community
Other ASP.NET Sites
Reference Material
Software & Server
Tutorials & Code
Web Site Hosts

Powerful high Performance ASP.NET & SQL Server Forum Software
ASP Directory

Applications
ASP.NET Directory
Books & Media
Community
Components
Other ASP Sites
Reference Material
Software & Server
Tutorials & Code
Web Site Hosts

Newsgroups

Participate in over
100 ASP & ASP.NET related newsgroups right here @ Fuzzy Software...

.NET Framework
- .net.faqs
- .net.framework
- .net.general
- .net.setup
- .net.scripting
- .net.xml

Web Services
- aspnet.webservices
- msdn.soaptoolkit
- msdn.webservices

SQL Server
- sqlserver.setup
- sqlserver.prog...
- sqlserver.tools

Classic ASP
- asp.db
- asp.general
- asp.components

Scripting
- scripting.jscript
- scripting.remote
- scripting.vbscript
- scripting.wsh

All newsgroups...

ASP Built-in
Objects Reference


Application Object
ObjectContext Object
Request Object
Response Object
Server Object
Session Object

Personalise Fuzzy
Make Homepage
Link To Fuzzy
Bookmark This Page

Add our directory to your site in less than
2 minutes...



Dundas Charts - Click for download








Whats New!


Post New Message

Windows timing? [0 replies]
microsoft.public.dotnet.framework.performance, Sunday, January 29, 2006
I wrote basically a glorified text editor in VB.NET 2003, which I use to write applications in Assembler. I notice that when my .NET application is the timers (tried both WM_TIMER, a...

building a web site [0 replies]
microsoft.public.dotnet.framework.performance, fri,
I just got back working on my website. Its taken a long time to finish but I am getting there. I got great web hosting at http://www.domainnamefree.net where I got a free .com name and a ...

Basic VS 2005 Development Environmane Radically Slow [0 replies]
microsoft.public.dotnet.framework.performance, Thursday, January 26, 2006
This may be the wrong forum for my question but here it is: I can not determine if this is a VS2005 issue, XP-64 issue or if I just got a lemon machine. I am in the early stages of re-wri...

Here's an oddity of memory usage [3 replies]
microsoft.public.dotnet.framework.performance, Wednesday, January 25, 2006
I've been experimenting with the memory footprint of a windows app and I've come across some odd behaviour, which I'd appreciate some comments on from someone who knows about these things. ...

Using kernrate for profiling a .net application [0 replies]
microsoft.public.dotnet.framework.performance, Tuesday, January 24, 2006
I've got a performance problem with a .net TCP server I've written, running on CLR v2.0.50727 / Windows 2003 Enterprise server. I'm currently using kernrate as a sampling profiler, in lieu ...

.Net Runtime Performance Question [5 replies]
microsoft.public.dotnet.framework.performance, Monday, January 23, 2006
I have a legacy app that launches a C# app. It takes a long time for it to launch the first time and after that it launches fine. I know it has to do with the .net runtime. Is there a way ...

Performance with reading large numbers of files... [3 replies]
microsoft.public.dotnet.framework.performance, Sunday, January 22, 2006
Hi All. I have a small test application (a condensation of the issue from a much larger application) that recurses a directory and adds all the file names to a string collection. The ap...

Free Hot Phone Sex [0 replies]
microsoft.public.dotnet.framework.performance, Saturday, January 21, 2006
100% Free multi-lingual AnimalSperm Production elmar

Free Hot Phone Sex [0 replies]
microsoft.public.dotnet.framework.performance, Saturday, January 21, 2006
100% Free multi-lingual AnimalSperm Production elmar

Free Hot Phone Sex [0 replies]
microsoft.public.dotnet.framework.performance, Saturday, January 21, 2006
100% Free multi-lingual AnimalSperm Production elmar

Free Hot Phone Sex [0 replies]
microsoft.public.dotnet.framework.performance, Saturday, January 21, 2006
100% Free multi-lingual AnimalSperm Production elmar

Regular Assembly versus COM+ assembly [0 replies]
microsoft.public.dotnet.framework.performance, Thursday, January 19, 2006
Hi, Currently we have a web-site which will have 1000's of concurrent users. so we have our business logic developed in VB 6.0 as COM+ objects, which works great. Now we are moving into d...

Why is socket performance so slow [0 replies]
microsoft.public.dotnet.framework.performance, Thursday, January 19, 2006
Hi, I've written a piece of code in VB.Net to interact with another application by using C++ sockets. It reads a line, sends it over the socket and then processes the response. ----------...

How to detemine how long a computer has been idle??? [7 replies]
microsoft.public.dotnet.framework.performance, Thursday, January 19, 2006
Can someone answer this question please: How to detemine how long (in a program) a computer has been idle?

Free mp3's [0 replies]
microsoft.public.dotnet.framework.performance, Wednesday, January 18, 2006
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>And much more that that!</P> <P><A href="http://forum.saait.net/">http:/...

Destructor never called, why ?? [1 reply]
microsoft.public.dotnet.framework.performance, Tuesday, January 17, 2006
i have this code: in a click event: .. myControl c = new myControl(); c.Dispose(); c = null; .. in myControl: .. public myControl() : Control .. ~myControl() { //release obj...

Free music - games - movies - software!!! [0 replies]
microsoft.public.dotnet.framework.performance, Tuesday, January 17, 2006
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>Get free music, games, movies and software!!! 100% legal!</P> <P>All y...

Free Memory, Privates Bytes [0 replies]
microsoft.public.dotnet.framework.performance, Tuesday, January 17, 2006
Hi everyone, i'm new here, i'm from chile (speak spanish) so, my english is very basic. I have read every thread of manage memory, garbage collector, destructor, constructor, and all that lin...

Significant performance dropping of unsafe code in VS.NET 20... [3 replies]
microsoft.public.dotnet.framework.performance, Monday, January 16, 2006
Hi all, Yesterday I got a copy of VS.NET 2005 from our department and tried it. Part of my project code is to read/write images to/from a byte array with unsafe code (which I found in MS...

Constant recompile problem [4 replies]
microsoft.public.dotnet.framework.performance, Monday, January 16, 2006
I have a problem with ASP.Net 2.0 application that works fine for a while, then the application needs to recompile at every access to a page. I first noticed it by the application having a ...

Layers Architecture with remoting : DataSet or not DataSet? [1 reply]
microsoft.public.dotnet.framework.performance, Friday, January 13, 2006
In a layers architecture (MVC), we have to choose a DTO(Data Transport Object) to communicate between our back( Business component) and front layer (presentation and coordination). There ...

Layers Architecture with remoting : DataSet or not DataSet? [1 reply]
microsoft.public.dotnet.framework.performance, Friday, January 13, 2006
In a layers architecture (MVC), we have to choose a DTO(Data Transport Object) to communicate between our back( Business component) and front layer (presentation and coordination). There ...

Chosing a Hetrogeneous Oracle/.Net stack [2 replies]
microsoft.public.dotnet.framework.performance, Thursday, January 12, 2006
I am currently architecting .NET Application for an Enterpise Level client. The customer has a natural Oracle bias. I think that Oracle is a great DBMS too. Probably still better thatn SQL...

Use ACT to do performance testing for ASP.NET app? [0 replies]
microsoft.public.dotnet.framework.performance, Tuesday, January 10, 2006
Hi everybody, this is a more general question, rather than a specific problem. I'm considering if I should use Microsoft VS.NET ACT to test ASP.NET app. Initially, I started ACT, started r...

Excel VSTO Listobject control databinding performance proble... [3 replies]
microsoft.public.dotnet.framework.performance, Tuesday, January 10, 2006
Hi all, I have made a test with VSTO Excel databinding using listobject binded with a dataview. This dataview/datatable is created by my code and upadated in memory when I receive some notif...

I have a similar problem. [0 replies]
microsoft.public.dotnet.framework.performance, Tuesday, January 10, 2006
Hi, I have a similar problem. I am receiving data from the class SerialPort and want to decode and display the data in rows and colums. I have been experimenting with listview, but the fli...






$10/mo & 3 Months FREE!

InstantKB.NET - Complete ASP.NET knowledge base management solution...

Receive all the latest quality ASP
& ASP.NET content direct to your inbox. Sign-up to our newsletter.






DevDirect.com - Tools and Components for Software Developers

Dotnetjohn.com

ASPNET World.com

WebWizGuide



More partners...

InstantForum.NET - rich-text ASP.NET enabled forums
  10140 ASP & ASP.NET resources in over 483 categories and growing daily...
Fuzzy Software - asp / asp.net resources, tutorials, code, scripts, applications, components, newsgroups, hosts and much more... Sitemap 0 1 4