blah blah blah is here! blah blah » Close

0
votes
1 answers

AddPost.aspx changes

I have two small items that tend to occur when I'm posting to the site: Make "Preview" of a Post IDENTICAL to final post When replying, insure spacing and rendering of the old message is identical to "Preview" and actu ...

0
votes
1 answers

Followup to mosessaur's custom ArrayList sorting article

For reference, first read the article: http://www.csharpfriends.com/articles/getArticle.aspx?articleID=377&page=1 mosessaur, Your implementation of a static sort enumeration is a clever approach, but isn't this what the IComparer int ...

0
votes
1 answers

Mimic the "Net Send" command

Does the .NET Framework have a method that mimics "net send"???

0
votes
1 answers

Maximum Creepiness

Regarding a common advertisement seen on this site: I was going to buy some "serious windows 2000 web hosting" from MaximumASP, but why does their ad have that super creepy guy staring at me. What web developer in their right mi ...

0
votes
1 answers

A cry for help - Multithreaded WMI-based Windows Service

I'm at my wit's end trying to debug a Windows Service I've written and could really use some help. The application monitors my local network using WMI to monitor performance (Win32_Perfmon classes) of each machine every 15 minutes. A new ...

0
votes
1 answers

How to provide HTML-view intellisense for a User Control

Can anyone provide or point me to a good example of a technique that adds intellisense to a custom web user control? I'd like intellisense to show available attributes and their possible values when typing in the HTML view like: <test: ...

0
votes
1 answers

&quot;Looks like it's suicide again for me...&quot; - Threading in ASP.NET

Before I smash my head through the wall, I thought I'd make a plea for help with a threading issue that I've had for most of the day. Has anyone trying to create a multi-threaded ASP.NET application? Not a multi-threaded Windows Service o ...

0
votes
1 answers

Good testing &amp; profiling tools

Anyone have suggestions for good profiling tools to demonstrate that my program either rocks or sucks @$$? So far I've use the Antz tools, DevPartner Profiler Community Edition & the CLR Profiler available on MSDN (which could be SO go ...

0
votes
1 answers

Data Layer

I've been using a data layer modeled after the WROX approach (various objects inheriting from a DbObject that contains SQL access logic). Has anyone seen or come up with a better approach? I feel that this approach is good but that there' ...

0
votes
1 answers

Message board question

Can we get some support for multiple spaces in code example posts or support for the   character? Maybe just support for the <pre> tag?

0
votes
1 answers

C# Indexer question

My goal: To define a custom class indexer to take the place of an underlying Hashtable member so that values can be referred to as Class1[index] instead of Class1.someVar[index]. The following code does not work & I believe I understa ...

0
votes
1 answers

Response.Flush() -- Delivering incremental web content to the client

I recently received a question asking how to deliver part of the web page to the client while allowing the server to finish its processing before delivering the rest. The technique is relatively straightforward, but I thought I'd post a th ...

0
votes
1 answers

Business.someClass &amp; Data.someClass

In several books I've read over the past few years, I've noticed that some people (especially WROX) take a 3-tier approach to ASP.NET development and go so far as to name their business layer "Business" and their data layer " ...

0
votes
1 answers

Namespace / class design question

I'm working on a new project design and would love feedback/criticism of this approach. Here's an example of the type of issue I've come across: I'd like to create a class to contain details about a particular machine ("Example.Machi ...

0
votes
1 answers

Tricking Intellisense...

Does anyone know how to mess with intellisense for web forms HTML-side? I would like to have my <@ Page> directive followed immediately by some HTML code & get the same intellisense I would for a user control. My initial thought ...

Feedback