Maggie

443
Reputation
254 views

Registered User

Name Maggie
Member for 1 year
Seen 12 hours ago
Website
Location Cincinnati, OH
Age

I am a Software Engineer currently a consultant with Sogeti working on a contract for global company in the Non-Destructive Test (NDT) Industry.

I am active member of the .Net community here in Cincinnati and I attend code-camps and dev events whenever I get the chance.

Nov
18
awarded  Necromancer
Oct
24
comment Non repeating Random Numbers.
If you don't want duplicates then you are not looking for randomness en.wikipedia.org/wiki/Randomness , sounds like you are looking for a randomized shuffling algorithm en.wikipedia.org/wiki/Random_permutation
Oct
23
awarded  
Oct
21
comment Is try/catch around whole C# program possible?
The OP is not asking how exceptions should be used - just how to catch them in a certain scenario. Obviously if an exception bubbles to the top layer then something is wrong - seems like he wants to find out more information when something is wrong so it can be addressed. Mitch's answer is much more helpful than assuming the op doesn't know what he's doing.
Oct
19
awarded  Editor
Oct
19
revised Looking for *working* Hibernate examples
added detail
Oct
19
answered Looking for *working* Hibernate examples
Oct
17
comment Need help with three visual studio errors - C++ errors occuring when trying to build solution
Don't feel dumb - it is so easy to miss mistakes - better to ask then spin your wheels:)
Oct
17
answered Need help with three visual studio errors - C++ errors occuring when trying to build solution
Oct
13
comment How to send email from windows form app with log4net
Thanks, I'm not sure of what to use for the host string. Is it the IP address of the PC? So to work on every machine I should use CredentialCache.DefaultNetworkCredentials for authentication?
Oct
13
asked How to send email from windows form app with log4net
Oct
7
accepted C# cross reference generation?
Oct
6
comment C# cross reference generation?
I actually use both tools at the moment as each has their strengths - I'm still tweaking settings where they overlap. My current project is not as large as your sounds so turning off parts where the tool compiles and analyses in the background may help. I am using the latest releases of both tools.
Oct
5
comment Creating a polygon shape from a 2d tile array
This sounds like homework. Is it, what have you tried? I'd suggest discovering the opposite algorithm first. Give yourself a simple shape and decide which coordinates would have tiles to cover the shape.
Oct
3
answered C# cross reference generation?
Oct
3
answered Open Visual Studio project as readonly
Sep
14
comment Fluent NHibernate AutoMapping, supposed to save time but this has me pulling my hair out
There should not be a problem with your book/user relationships - they should automap correctly. Have you been able to look at the xml files
Sep
14
awarded  Yearling
Sep
13
answered Fluent NHibernate AutoMapping, supposed to save time but this has me pulling my hair out
Sep
13
answered Controller/Static State Class in WinForms Application - Where to put?
Jun
26
comment NHibernate session management and lazy loading
I create my session/repositories via StructureMap and only the model uses them. My view is unaware of persistence.
Jun
25
awarded  Commentator
Jun
25
comment Simple way to create an ERD for a database design review.
Thanks! This worked and will be very helpful.
Jun
25
answered NHibernate session management and lazy loading
Jun
11
comment Unravelling Assembly Language Spaghetti Code
This is a case where greenbar printouts shine.
Jun
11
answered What’s Your Biggest Visual Studio 2008 Annoyance?
Jun
11
answered What one feature would you cut from your favorite language?
Jun
10
answered Log combination of keyboard
Jun
6
comment Xerces-C problems; segfault on call to object destructor
I think you should delete the parser after the errhandler and before terminate. I'd also suggest you check the errhandler after the parse call. xmlParser->parse( *memBufIS ); // check errors here xmlDoc = xmlParser->getDocument();
Jun
6
comment Xerces-C problems; segfault on call to object destructor
Have you tried simplifying the code and just open and close the xerces document to see if you can isolate the error. If I get the chance later I will look for code I wrote that uses xerces in a similar way.
Jun
6
awarded  Critic
Jun
6
accepted (msvc# express) publish c# project to include a file (e.g. .MDB, .XML)
Jun
6
awarded  Autobiographer
Jun
6
answered (msvc# express) publish c# project to include a file (e.g. .MDB, .XML)
Jun
5
answered Filling a form with C#
Jun
5
answered break in a case with return.. and for default
Jun
4
answered Learning Sharepoint
Jun
4
accepted What are some recommended resources and tutorials for learning the VTK library toolkit?
Jun
4
answered C project structure - header-per-module vs. one big header
Jun
3
comment What are some recommended resources and tutorials for learning the VTK library toolkit?
imaging.robarts.ca/~dgobbi/vtk/…
Jun
3
comment What are some recommended resources and tutorials for learning the VTK library toolkit?
ivtools.org/ivtools/interviews.html one more
Jun
3
comment What are some recommended resources and tutorials for learning the VTK library toolkit?
vxl.sourceforge.net robots.ox.ac.uk/~tgtjr fresco.org These related sites might help as well.
Jun
3
answered What are some recommended resources and tutorials for learning the VTK library toolkit?