Click here to Skip to main content
15,892,927 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Basic question about where to start... Pin
Zerokreap26-Apr-17 9:01
Zerokreap26-Apr-17 9:01 
GeneralRe: Basic question about where to start... Pin
dandy7227-Apr-17 7:41
dandy7227-Apr-17 7:41 
GeneralRe: Basic question about where to start... Pin
KarstenK26-Apr-17 7:57
mveKarstenK26-Apr-17 7:57 
GeneralRe: Basic question about where to start... Pin
Zerokreap26-Apr-17 9:02
Zerokreap26-Apr-17 9:02 
GeneralRe: Basic question about where to start... Pin
KC@CahabaGBA27-Apr-17 2:19
KC@CahabaGBA27-Apr-17 2:19 
GeneralRe: Basic question about where to start... Pin
trantrum27-Apr-17 3:12
professionaltrantrum27-Apr-17 3:12 
GeneralRe: Complete Set of Articles for You Pin
Steve Naidamast27-Apr-17 5:08
professionalSteve Naidamast27-Apr-17 5:08 
GeneralRe: Basic question about where to start... Pin
Bruce Patin27-Apr-17 6:29
Bruce Patin27-Apr-17 6:29 
If you're going to put data into an Excel-based report template using code in Excel itself, you might have to use VBA for that, but, if you are going to commit to C# (a great language), there are libraries available to be able to do it outside of Excel without VBA. I don't recommend VBA if you can possibly avoid it. The language is untrendy and the code would be broken up into scattered pieces that are difficult to manage later.

If you are going to build your own web-accessible databases, you are probably going to choose between SQL Server Express or MySQL and will need to choose a platform and a language to go with it. If you choose SQL Server Express, you would do best to stay with Microsoft and C#. If you choose MySQL, you could host it anywhere on any OS and program to it using any language. For my own home-grown web programs, I do it in PHP (not such a great language, but with advantages) and MySQL on a shared host Linux server, because that is the quickest, cheapest, most accessible and portable option, and I like being independent of vendors and free to use free open source software.
GeneralRe: Basic question about where to start... Pin
Member 920074627-Apr-17 7:38
Member 920074627-Apr-17 7:38 
GeneralRe: Basic question about where to start... Pin
Matthew Barnett27-Apr-17 8:23
Matthew Barnett27-Apr-17 8:23 
GeneralRe: Basic question about where to start... Pin
Unka_Georgr27-Apr-17 8:59
professionalUnka_Georgr27-Apr-17 8:59 
GeneralRe: Basic question about where to start... Pin
Thor Sparks27-Apr-17 13:01
Thor Sparks27-Apr-17 13:01 
GeneralMessage Closed Pin
26-Apr-17 4:02
Member 345408426-Apr-17 4:02 
GeneralRe: Generate Excel from DataTable in C# Using epplus Pin
Tim Carmichael26-Apr-17 4:07
Tim Carmichael26-Apr-17 4:07 
GeneralRe: Generate Excel from DataTable in C# Using epplus Pin
Mark_Wallace26-Apr-17 4:15
Mark_Wallace26-Apr-17 4:15 
GeneralRe: Generate Excel from DataTable in C# Using epplus Pin
OriginalGriff26-Apr-17 4:23
mveOriginalGriff26-Apr-17 4:23 
GeneralRe: Generate Excel from DataTable in C# Using epplus Pin
Kevin Marois26-Apr-17 4:31
professionalKevin Marois26-Apr-17 4:31 
GeneralRe: Generate Excel from DataTable in C# Using epplus Pin
CDP180226-Apr-17 4:37
CDP180226-Apr-17 4:37 
GeneralRe: Generate Excel from DataTable in C# Using epplus Pin
OriginalGriff26-Apr-17 4:42
mveOriginalGriff26-Apr-17 4:42 
GeneralRe: Generate Excel from DataTable in C# Using epplus Pin
CDP180226-Apr-17 4:51
CDP180226-Apr-17 4:51 
GeneralRe: Generate Excel from DataTable in C# Using epplus Pin
OriginalGriff26-Apr-17 5:20
mveOriginalGriff26-Apr-17 5:20 
GeneralRe: Generate Excel from DataTable in C# Using epplus Pin
Mark Parity26-Apr-17 4:48
Mark Parity26-Apr-17 4:48 
GeneralRe: Generate Excel from DataTable in C# Using epplus Pin
OriginalGriff26-Apr-17 4:58
mveOriginalGriff26-Apr-17 4:58 
GeneralRe: Generate Excel from DataTable in C# Using epplus Pin
Mark Parity26-Apr-17 5:07
Mark Parity26-Apr-17 5:07 
JokeListen, do you smell something? Pin
ZurdoDev26-Apr-17 2:38
professionalZurdoDev26-Apr-17 2:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.