Steven A. Lowe

26,599
reputation
3263 views

Registered User

name Steven A. Lowe
member for 1 year
seen 6 hours ago
website
location Chattanooga TN
age 46

Steven is the founder and CEO of Innovator LLC (nov8r.com), which provides innovative solutions for complex problems. Now on Twitter!

Steven is a software architect, developer, innovator, and inventor with several decades of experience in many different languages and platforms across dozens of industries.

Steven is currently working on CALM, the Common Application Lightweight Monitor. CALM provides continuous application monitoring and automatically traps and reports unhandled exceptions in .NET applications of all types. CALM is evolving into a business dashboard for fine-grained monitoring of the health and well-being of business applications (not gross infrastructure).

6h
answered How to decide: build from scratch or reverse engineer off the shelf solution
1d
comment Why aren’t classes sealed by default?
@[Phil]: so, every time you create a windows form, do you encapsulate a Form object instead of inherit from System.Windows.Form? Seems like a lot of extra work... Inheritance is fundamental; learn it, live it, love it ;-)
1d
answered Service Layer to Automatically identify database to use
2d
answered Is this really DDD?
2d
answered TDD as a defect-reduction strategy
Dec
6
awarded  Mortarboard
Dec
6
accepted Is there a vb.net program that can modify its code at runtime?
Dec
6
answered Bought web design - table structure or CSS layout?
Dec
6
answered Is there a vb.net program that can modify its code at runtime?
Dec
6
comment I’d love suggestions on books on improving leadership skills that are oriented towards geeks.
Dale Carnegie "How to Win Friends and Influence People", "The One Minute Manager", "Getting Things Done" by David Allen, "Who Moved My Cheese", "Flawless Consulting"
Dec
4
awarded  Necromancer
Dec
2
comment Should References in Object-Oriented Programming Languages be Non-Nullable by Default?
a null pointer is dangerous. a null object reference is not; if you didn't use null to indicate an uninitialized object reference, you'd have to invent another sentinel value to serve the same purpose
Nov
30
comment Legal status around a new evidence based scheduling tool?
just ask joel...
Nov
29
accepted what is the best way to hire a consultant to help with an open source project?
Nov
29
answered What kind of recursion can be resolved without stack?
Nov
27
comment Experienced People Only: Sockets Security
not a programming question, sorry. It sounds like you have nothing to gain and a lot to lose, not to mention making enemies out the senior guys, so ya gotta ask yourself: if they don't care why should you? The most likely source for an attack is inside the company. I would approach it that way: it's not a "Design Flaw" (that phrase will make instant enemies and it's kind of a punk attitude) it's an unstated assumption "we're safe behind the firewall". Which is generally true, except for rare hacks and less rare inside jobs. Tread carefully, you may have already burned bridges, and your cubicle
Nov
27
revised Experienced People Only: Sockets Security
typo
Nov
27
awarded  Popular Question
Nov
27
answered What to do in a job with little coding and not really allowed to read up on the net?
Nov
26
awarded  Necromancer
Nov
25
accepted “Winning” OO programming job interviews with sysadmin/Perl/Linux background?
Nov
25
answered How can I make an “are you sure” prompt in a DOS batchfile?
Nov
23
comment C#, dynamic return type
@[Robert Harvey]: Jon Skeet does not need a keyboard; he has a direct neural interface courtesy of Google UK....and if e e cummings bothers you, feel free to edit. ;-)
Nov
23
answered C#, dynamic return type
Nov
23
comment How to create an Audio CD using C# or Java
@[Elie]: use lame - see lame.sourceforge.net
Nov
23
comment Lookup structure for handling future events (time based)
asking another question in an answer doesn't work; SO is not a threaded-discussion forum. You could edit the original question or post this as another question (with a link to the original) and stand a much better chance of getting this new question answered
Nov
23
answered How to design objects?
Nov
23
comment How WPF work even we have GDI, GDI+and DirectX?
GDI et al are all drawing libraries; WPF is a presentation layer, not a drawing library
Nov
23
comment Do sealed classes really offer performance Benefits?
@[Greg Beech]: opinion, not fact - being able to inherit from Thread to fix a heinous oversight in its design is NOT a bad thing ;-) And I think you're overstating LSP - the provabable property q(x) in this case is 'an unhandled exception destroys the program' which is not a "desirable property" :-)
Nov
17
answered SQL Server 2000 stored procedure branching with parameters
Nov
17
revised Group rows in a table - design
added 3 characters in body
Nov
17
accepted Group rows in a table - design
Nov
14
awarded  Nice Answer
Nov
13
accepted todo.txt and task management
Nov
13
answered What patterns or idioms exist for GUI requring user to provided 4 distinct sets of login creditials?
Nov
13
comment What is the fastest serialization method for .net?
please be more specific; an example is always useful
Nov
13
answered What is the fastest serialization method for .net?
Nov
13
comment Users need to create dynamic rules that apply to other users access to the group
sounds trivial - what's the problem?
Nov
13
comment Polluting domain types by implementing infrastructure-related interfaces
this is the MVC variant that WPF uses; I have also used this model in regular WinForms applications to ensure that model changes are marshalled across to the main GUI thread before affecting the view (though there are other solutions)
Nov
12
accepted Polluting domain types by implementing infrastructure-related interfaces
Nov
12
answered How can you be a quality programmer in a programming team?
Nov
12
answered Being a developer, project manager and everything else concurrently
Nov
11
comment How to use C++ in Go?
+1 for one of the only two relevant (non-gossip, non-gee-whiz) GO questions so far
Nov
11
comment Can you detect how many threads a given number of goroutines will create?
+1 for one of the only two relevant (non-gossip, non-gee-whiz) GO questions so far
Nov
11
comment What’s your take on the programming language Go?
c'mon people, this is a gossip thread, not a serious programming question. Vote to close.
Nov
11
revised Unit test for thread safe-ness?
added 37 characters in body
Nov
11
answered Unit test for thread safe-ness?
Nov
11
accepted Synchronising SQL database through ADO.Net
Nov
11
answered Learning to create beautiful /next-generation GUI
Nov
11
comment Well-established scientific truths about software engineering
just by putting a backslash in the document name