C. Ross

3,335
Reputation
444 views

Registered User

Name C. Ross
Member for 1 year
Seen 35 mins ago
Website
Location USA
Age 24
I'm a C#, VB6, ASP (Classic), and Java developer professionally. I do workflow systems, a little Activity Based Costing, and regular old business systems. In my free time I play with php and java on linux.
1d
revised Can objects created with .net reflection be serialized?
Added code from answer
1d
comment .Net Screen scraping and session
Do you mean web-page scraping? Perhaps with the HttpWebRequest object. Basically, we can't help without more info and maybe some code.
1d
comment Is it against google agreement to place adsense banners in your post?
Not sure where this belongs, but it's not here.
1d
revised How to create parameterized queries in vb.net?
Added code
1d
answered How to create parameterized queries in vb.net?
2d
comment How can I store different objects in a single list
+1 Abstract class.
2d
comment How can I store different objects in a single list
Those two quantities (arc radius) and line length, really map to quite different things in math terms. Why not use a real arc length?
2d
answered How can I store different objects in a single list
Dec
3
revised Any good resource for java interview questions ?
Added Amazon link
Dec
3
revised Practical programming test in interview
Fixed grammar and amazon link
Dec
2
comment Segmented C# file downloader
+1 Thanks for letting us know!
Dec
2
comment Show/hide table using button in php page
Do you want an AJAX (in browser solution) or a PHP postback solution?
Dec
2
comment How to wrap .Net data provider for entity framework
You need a lot more information if you want an answer. To be honest I don't know what the question is after reading it twice.
Dec
2
comment How to get free impartial code reviews / advice?
It really would be nice if StackOverflow offered that. I might even put in a Feature-Request on Meta.
Dec
2
answered How to get free impartial code reviews / advice?
Dec
2
comment socket queue problem?
This is not what an answer is for. Please delete this answer and add the text either to your question or as a comment on the answer you're referring to.
Dec
1
answered Are frameworks too vulnerable to exploits?
Dec
1
comment Are frameworks too vulnerable to exploits?
@Everyone in comments, this is why I wanted the open community wiki, so we could have this conversation in the question, not the 8 font grayed out comments.
Dec
1
comment Are frameworks too vulnerable to exploits?
Please make this community wiki. Otherwise it will be closed.
Nov
30
revised DataLayer in Linq with different version of Data model
Corrected grammar and formatting
Nov
30
answered DataLayer in Linq with different version of Data model
Nov
27
comment Memorable 32-bit value as a constant
I wouldn't use it, since it's so common as a memory boundary.
Nov
27
comment Memorable 32-bit value as a constant
How is this not programming related?
Nov
27
comment Memorable 32-bit value as a constant
I like this question, please make it community wiki so it doesn't get closed.
Nov
27
comment Why is filter_input() incomplete?
You do write awfully long answers (good explanation though).
Nov
27
comment expected ), illegal start of expression
Good job, going through that code was a mess.
Nov
27
comment expected ), illegal start of expression
The line number from the compilation error would help
Nov
27
answered What is the most interesting server name you have seen?
Nov
27
revised MultiThreaded WinForms in C#
Added Amazon links
Nov
24
revised Looping through files in a folder
Retagged
Nov
24
comment Which hash to use for file uniqueness in Java
Excellent Answer all around, thanks.
Nov
23
asked Which hash to use for file uniqueness in Java
Nov
23
comment Need Help regarding Optimization
Do you really need to optimize? 29 tables doesn't sound like it's a huge amount. How large are those tables, and how many concurrent users do you have?
Nov
20
awarded  Popular Question
Nov
20
comment Are there any open-source military/war strategy simulating engines/frameworks?
It's a fairly fun game as well.
Nov
20
comment Clicking on a link that contains a certain string in VBS
I'm presuming you know the value of the link (ie: ClickMe!)?
Nov
20
comment Are there any open-source military/war strategy simulating engines/frameworks?
I don't know of any, but now I'm quite curious. Is this for some sort of AI?
Nov
20
comment How do I pause VBS script while folder is deleted?
If you have On Error Resume on it will, if not, the error will automatically abort.
Nov
20
comment How do I pause VBS script while folder is deleted?
FileSystemObject: msdn.microsoft.com/en-us/library/…
Nov
20
answered How do I pause VBS script while folder is deleted?
Nov
18
comment Where can I find a Vim syntax file for the go language?
I wholeheartedly apologize for asking a stupid question.
Nov
18
comment Where can I find a Vim syntax file for the go language?
Sorry, missed that one. Thanks though.
Nov
18
asked Where can I find a Vim syntax file for the go language?
Nov
18
comment how to talk to an asmx service using C++
What about C++/CLI? Would that be applicable?
Nov
18
comment How to check if a position in a string is empty in c#
Really for this you need something other than space for your delimiter. I personally recommend the pipe characacter '|'.
Nov
18
comment How do I match the last character in an arbitrary string using C# Regexes?
Why REGEX?!? WHY!!!! Just split on \r\n and iterate the lines, getting the last character. Regex is not the solution for everything.
Nov
17
comment What is the right way to compare two filenames to see if they are the same file?
Is there a .NET way of doing this without doing the function imports?
Nov
16
answered OOP Registration System
Nov
16
awarded  Citizen Patrol
Nov
16
asked Korn Shell - Creating a fixed width text file