glaxaco

497
reputation
35 views

Registered User

name glaxaco
member for 1 year
seen 12 hours ago
website
location Atlanta, GA
age
13h
revised Refactoring a working project
Slight wording change
16h
answered Refactoring a working project
2d
answered Long code blocks inside if statements or for loops
Dec
6
comment How can I convert an RTF file to a pdf file?
This will work fine, but not in a server environment. Microsoft does not recommend or support using the Office API in a server environment. See for example question 159744.
Dec
3
answered Refactoring exceptions for workflow
Dec
2
answered Strategies for multithreaded application
Dec
1
comment Convert a file into PDF with a Visual Basic script
What kind of file are you starting out with? Text, Word, HTML, etc.?
Dec
1
answered Diff tool that can compare sub-sections of files
Nov
30
comment iTextSharp diacritics
True enough. In contrived code examples typically used in answers, we're often hard-coding strings, but in real use, the problem is often getting the encoding right when reading text into a string from an outside source (user input, text file, database, etc.)
Nov
25
answered Rhino.Mocks - Stub one method of class and let other real methods use this stubbed one
Nov
25
comment Reading PDF file to get tabular data in structured format,
In general, reading data out of PDF files is difficult and error-prone. When you say "I am able to read the file" what exactly do you mean? Are you using the PdfReader class?
Nov
25
revised iTextSharp diacritics
Added a period that had been inadvertently left off
Nov
25
accepted iTextSharp diacritics
Nov
25
answered iTextSharp diacritics
Nov
18
answered Creating testable code
Nov
16
revised “refactor refactor refactor your code.” What does this mean exactly and why do it ?
Added brief synopses of specific refactoring scenarios
Nov
13
answered “refactor refactor refactor your code.” What does this mean exactly and why do it ?
Aug
21
awarded  Yearling
Jun
17
answered What book on TDD for C# with treatment of Mocks