Jan
24
asked Deserialize an XML file without loading it all in the memory
Jan
8
awarded Notable Question
Oct
17
comment Asp.net sql cache dependency programmatically configuration
No, sorry Neil :-( I've given up on this !
Sep
3
comment SQL Azure and Indexes
I've experimented right now and I saw that my tables' indexes are dramatically fragmented. I really hope that with a rebuild all, everything gets back to normality.
Sep
3
comment SQL Azure and Indexes
Thanks DavideB!
Sep
3
accepted SQL Azure and Indexes
Sep
3
asked SQL Azure and Indexes
Apr
5
awarded Popular Question
Mar
21
awarded Tumbleweed
Feb
16
asked HTML5 validation and ASP.net Webforms
Feb
16
comment Performance in migrating a lot of data from the same DB to different DB using application BL
I know Ants and I really think that's a great tool. Would you suggest it?
Feb
16
comment Performance in migrating a lot of data from the same DB to different DB using application BL
I agree. 100.000 rows is nothing! The question is: do you think that there is a better solution than this? Like avoiding BL and writing directly on DB an simulating BL effects is some other ways?
Feb
16
comment Performance in migrating a lot of data from the same DB to different DB using application BL
This is on SqlServer2008. Suppose I've a database composed by two tables: OLD and NEW. OLD contains the old version of file, while NEW contains the most recent version. The file is downloaded. Before importing the file into NEW I empty the OLD table, copy data from NEW to OLD and empty NEW table. Then I bcp to NEW. I then run three queries to find the differences. Then, after this, I cycle on subscribed users and apply BL (convert records into POCO objects substantially) and update (adding, removing and updating) basing queries on the differences computed before. IS this enough? Thanks
Feb
16
revised Performance in migrating a lot of data from the same DB to different DB using application BL
edited tags
Feb
16
asked Performance in migrating a lot of data from the same DB to different DB using application BL
Feb
16
answered Poor Inheritence example in C#
Jan
17
comment Is it a good practice to document unit tests? If yes, how?
Thanks for your opinion. Marco
Jan
17
comment Is it a good practice to document unit tests? If yes, how?
Thanks for your opinion. Marco
Jan
17
comment Is it a good practice to document unit tests? If yes, how?
Thanks for your opinion. Marco
Jan
17
accepted Is it a good practice to document unit tests? If yes, how?
1 2 3 4 5