| bio | website | |
|---|---|---|
| location | United States | |
| age | 33 | |
| visits | member for | 7 months |
| seen | yesterday | |
| stats | profile views | 12 |
|
Mar 20 |
awarded | Commentator |
|
Mar 20 |
comment |
How to start a development project when there are too many potential stakeholders Sounds like you work where I went to college... |
|
Mar 12 |
awarded | Critic |
|
Nov 7 |
comment |
Dealing with curly brace soup @Cyborgx37: It might seem to be a lot of extra work, but it's fully worth it for readability, and it "almost" follows along with VB syntax. So, coming from that background, it should be almost second nature. :D |
|
Nov 7 |
comment |
Dealing with curly brace soup I agree. Egyptian brackets give me a headache. |
|
Nov 7 |
comment |
Dealing with curly brace soup One thing I've seen done, and I've taken to doing, is at the end of a curly brace, I'll add a comment about it. Something like // End's using X statement. |
|
Oct 23 |
comment |
Increase application performance This might sound incredibly dumb, but is it possible/smart to thread the queries to have them all running simultaneously? |
|
Oct 23 |
comment |
Increase application performance I had assumed, and probably rather incorrectly, that it was better to have 1 query get all the data and work with that, than to run individual queries for each calculation. I'm guessing that this is not the case? |
|
Oct 23 |
awarded | Editor |
|
Oct 23 |
comment |
Increase application performance I've never really worked with SQL before now, and am just learning as I go. Having experienced two vastly different sized databases, and having seen the drastic slowness of the bigger one, I was just wondering if there was anyway to make it faster. I realize this may not be a very elegant way of doing things, but it gets the job done, and that's all my employer really cares about. The speed issue he's not worried about. But I am. I just feel it could be better. |
|
Oct 23 |
revised |
Increase application performance Added calculation code to show how I'm doing it |
|
Oct 23 |
asked | Increase application performance |
|
Oct 4 |
awarded | Scholar |
|
Oct 4 |
awarded | Supporter |
|
Oct 4 |
comment |
Should I have a separate method for Update(), Insert(), etc., or have a generic Query() that would be able to handle all of these? Thank you. I know of Entity and NHibernate, but I wanted to try to do something on my own. |
|
Oct 4 |
accepted | Should I have a separate method for Update(), Insert(), etc., or have a generic Query() that would be able to handle all of these? |
|
Oct 4 |
awarded | Student |
|
Oct 4 |
asked | Should I have a separate method for Update(), Insert(), etc., or have a generic Query() that would be able to handle all of these? |