TheSoftwareJedi
|
Registered User
|
|
Nov 18 |
answered | What does the last digit in the ActiveMQ message ID represent? |
|
Nov 18 |
asked | What does the last digit in the ActiveMQ message ID represent? |
|
Nov 15 |
accepted | Thread was being aborted |
|
Nov 14 |
accepted | What is the fastest way to parse text with custom delimiters and some very, very large field values in C#? |
|
Nov 11 |
revised |
How to use an Oracle Associative Array in a SQL query deleted 1 characters in body |
|
Nov 11 |
comment |
ASP.NET page change causes an object array in Session to be unable to cast to it’s own type?? no, this code works fine in between edits to that page. once an edit is made, thats when what is in session doesn't match anymore... when asp.net recompiles the page, does it render the class as a new version or something? I'd think even so, it'd be convertable/castable. |
|
Nov 11 |
asked | ASP.NET page change causes an object array in Session to be unable to cast to it’s own type?? |
|
Nov 5 |
revised |
How do I enable the back button on ajax calls with long options in the .NET url? bumpy bumpy |
|
Nov 5 |
revised |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? added 62 characters in body; added 14 characters in body |
|
Nov 5 |
comment |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? @senfo how do I fix other users' plugins?! |
|
Nov 4 |
revised |
How do I enable the back button on ajax calls with long options in the .NET url? just bumping this. call me a dick |
|
Nov 4 |
comment |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? I do not need to read up on threads. I've written a ton of multi-threaded software. I know that the original question IS possible - but perhaps not in .NET. I am allowing users to dynamically load plugins, and drop them onto a new tab. Thus, said plugin should be isolated. I am not asking for tips on threading and control development - just advice on how to solve the problem stated. |
|
Nov 4 |
asked | How do I enable the back button on ajax calls with long options in the .NET url? |
|
Nov 4 |
comment |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? @Ed This application allows users to install plugins written outside of my control. If these plugins cause GUI delays - my application is blamed. It's very similar to the Chrome issue. I'd rather see "Aw Snap" like Google shows when a tab goes bad then have the whole application go bad. When a given plugin dies/locks up, it's clearer who the blame lies with if the entire application doesn't die. Don't be so fast to jump to conculsions. I'm not an idiot. |
|
Nov 4 |
comment |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? @senfo No, that's not what I'm asking. I'm asking exactly what I said above. I added the information about plugin developers to make the situation sound more feasible. |
|
Nov 4 |
revised |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? added 41 characters in body |
|
Nov 4 |
revised |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? added 292 characters in body |
|
Nov 4 |
comment |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? @Ed Then why did Google design Chrome with separate processes running tabs? Was there no reason? |
|
Nov 4 |
comment |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? When you work for a large organization, developers design controls which can be faulty. I'm not forgiving it, but accepting it. I'd like to be able to isolate them. It's not a perfect development world... |
|
Nov 4 |
comment |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? When you work for a large organization, developers design controls which can be faulty. I'm not forgiving it, but accepting it. I'd like to be able to isolate them. It's not a perfect development world... |
|
Nov 4 |
comment |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? When you work for a large organization, developers design controls which can be faulty. I'm not forgiving it, but accepting it. I'd like to be able to isolate them. It's not a perfect development world... |
|
Nov 4 |
comment |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? @Ed When you work for a large organization, developers design controls which can be faulty. I'm not forgiving it, but accepting it. I'd like to be able to isolate them. It's not a perfect development world... |
|
Nov 4 |
comment |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? When you work for a large organization, developers design controls which can be faulty. I'm not forgiving it, but accepting it. I'd like to be able to isolate them. It's not a perfect development world... |
|
Nov 3 |
comment |
Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? Do not like. They should marshal the call if they need to damnit! :). How about in WPF? |
|
Nov 3 |
asked | Is there a way for one .NET Control to contain another Control which is owned by a seperate GUI thread? |
|
Nov 3 |
comment |
What is the best way to determine duplicate credit card numbers without storing them? Excuse my ignorance, but why not just use a random salt, as is done here if "null" is passed? obviex.com/samples/hash.aspx I'm missing the point of the salt, if it's not needed to decrypt (such as in the link posted). Is this not a good example class to use? |
|
Nov 3 |
asked | What is the best way to determine duplicate credit card numbers without storing them? |
|
Oct 30 |
awarded | ● Popular Question |
|
Oct 30 |
answered | Equivalent to VB AndAlso in SQL? |
|
Oct 30 |
comment |
How do I create a queue browser (preview not consume) in C# for an ActiveMQ queue? Again, for anyone reading this, one major issue I had with Hermes is that ObjectMessage types were trying to be read as java objects and there was no way to override this to tell it to view as a string (I used soapformatter). I was forced to change all of my messages to TextMessage just so I could leverage the admin features in Hermes. I wrote a quick helper method to manually soapformat the messages in all message points. |
|
Oct 30 |
comment |
How do I create a queue browser (preview not consume) in C# for an ActiveMQ queue? Also, just for anyone else reading this, JMX support doesn't really give what I need and is extremely confusing with MBean and java stuff - not really C# relevant, unless I was missing something. |
|
Oct 30 |
revised |
How do I create a queue browser (preview not consume) in C# for an ActiveMQ queue? deleted 1 characters in body |
|
Oct 30 |
comment |
How do I create a queue browser (preview not consume) in C# for an ActiveMQ queue? Thanks for this pointer... It led to me searching around for things and I eventually settled on using Hermes, which is an open source JMS queue admin tool. It's not perfect, but it does what I need, and I don't need to build anything! |
|
Oct 30 |
accepted | Linq to Lucene error: “Classes must define at least one field as a default search field” |
|
Oct 27 |
comment |
Linq to Lucene error: “Classes must define at least one field as a default search field” Downvotes well deserved. |
|
Oct 27 |
comment |
Linq to Lucene error: “Classes must define at least one field as a default search field” should I delete such an idiot question? |
|
Oct 27 |
answered | Linq to Lucene error: “Classes must define at least one field as a default search field” |
|
Oct 27 |
revised |
Linq to Lucene error: “Classes must define at least one field as a default search field” deleted 12 characters in body |
|
Oct 27 |
asked | Linq to Lucene error: “Classes must define at least one field as a default search field” |
|
Oct 26 |
comment |
Getting data from C# to Excel 03/07 "bigger, commercial project" does not mean "budget". Trust me. I had to write these stupid Excel things for a large trading floor. |
|
Oct 26 |
comment |
How do I create a queue browser (preview not consume) in C# for an ActiveMQ queue? Administration of a queue. When you want to browse what's in there, and possibly take action - but mostly just keep an eye on messages. |
|
Oct 23 |
comment |
How do I create a queue browser (preview not consume) in C# for an ActiveMQ queue? Thanks! I'll most likely award you the bounty, but I'm goinbg to give it the weekend to see if anything else pans out. I'd love advice on how to implement this in .NET - even if it means contributing to NMS itself. |
|
Oct 22 |
awarded | ● Popular Question |
|
Oct 21 |
comment |
Implement C# Generic Timeout @Pop Feel free to edit the code and add that feature! Having previously worked with @chilltemp, I know what he's up against here. There is no option he has aside from Abort. |
|
Oct 21 |
revised |
How do I create a queue browser (preview not consume) in C# for an ActiveMQ queue? added 5 characters in body |
|
Oct 21 |
asked | How do I create a queue browser (preview not consume) in C# for an ActiveMQ queue? |
|
Oct 13 |
awarded | ● Popular Question |
|
Oct 12 |
asked | Extending a WCF Service Reference to a WSDL to implement IEnlistmentNotification |
|
Oct 6 |
awarded | ● Popular Question |
|
Oct 2 |
awarded | ● Popular Question |
