Click here to Skip to main content
15,891,431 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: Need Help Catching Up .... But With What? Pin
Cornelius Henning11-Mar-16 10:10
professionalCornelius Henning11-Mar-16 10:10 
GeneralRe: Need Help Catching Up .... But With What? Pin
Foothill11-Mar-16 10:09
professionalFoothill11-Mar-16 10:09 
GeneralRe: Need Help Catching Up .... But With What? Pin
Vark11111-Mar-16 10:11
Vark11111-Mar-16 10:11 
GeneralRe: Need Help Catching Up .... But With What? Pin
Eric Whitmore14-Mar-16 8:53
Eric Whitmore14-Mar-16 8:53 
GeneralRe: Need Help Catching Up .... But With What? Pin
Marc Clifton11-Mar-16 12:43
mvaMarc Clifton11-Mar-16 12:43 
GeneralRe: Need Help Catching Up .... But With What? Pin
Mycroft Holmes11-Mar-16 13:45
professionalMycroft Holmes11-Mar-16 13:45 
GeneralRe: Need Help Catching Up .... But With What? Pin
VaughnStrickland11-Mar-16 17:21
VaughnStrickland11-Mar-16 17:21 
GeneralRe: Need Help Catching Up .... But With What? Pin
EbenRoux13-Mar-16 22:23
EbenRoux13-Mar-16 22:23 
I started out with VB3 all the way up to VB.NET. Got me a VB5, VB6, VB.NET MCSD with that last on on .NET 1.1 in 2003. Lots of SQL. Similar development story to yours.

In 2007 I moved over to C# exclusively. Previously had code-generated DAL. I went on a mission to improve my development skills and ditched all the code-generation. Probably can still do some code-generation although I don't churn out so much DAL code anymore Smile | :)

I got stuck into domain-driven design and with find that it really does address proper code and strategic structure. It is *very* difficult to find folks applying domain-driven design and even less doing it correctly. U also ventured into the service bus / messaging space.

My opinion is that web-development is probably going to be the way to go. Once browsers are all up-to-scratch some native mobile apps could possibly be web-based. Always an issue accessing local resources though. I started reading a WPF book years ago and quickly decided that this, along with its second-class citizen sister Silverlight, are going to have a tough time breaking into the mainstream.

What I would regard as my ideal stack / approach would be:

- domain-driven design
- No ORM
- event-sourcing
- service bus
- web-api / rest
- web-based front-end using some MV* technology such as CanJS. I have used Ember and *it* was painful.

I have created some open-source software during this journey:

- service bus: shuttle-esb documentation[^]
- samples: https://github.com/Shuttle/shuttle-esb-samples
- data access: GitHub - Shuttle/shuttle-core-data: Provides a very thin abstraction over ADO.NET.[^]

Hope that helps.
GeneralRe: Need Help Catching Up .... But With What? Pin
Murray Whipps14-Mar-16 6:40
Murray Whipps14-Mar-16 6:40 
GeneralRe: Need Help Catching Up .... But With What? Pin
CMPerez13-Mar-16 22:10
CMPerez13-Mar-16 22:10 
GeneralRe: Need Help Catching Up .... But With What? Pin
BryanFazekas14-Mar-16 2:11
BryanFazekas14-Mar-16 2:11 
GeneralRe: Need Help Catching Up .... But With What? Pin
VaughnStrickland14-Mar-16 4:09
VaughnStrickland14-Mar-16 4:09 
GeneralRe: Need Help Catching Up .... But With What? Pin
DumpsterJuice14-Mar-16 3:37
DumpsterJuice14-Mar-16 3:37 
GeneralRe: Need Help Catching Up .... But With What? Pin
MikeTheFid14-Mar-16 4:49
MikeTheFid14-Mar-16 4:49 
GeneralRe: Need Help Catching Up .... But With What? Pin
Lunarwave14-Mar-16 5:12
Lunarwave14-Mar-16 5:12 
GeneralRe: Need Help Catching Up .... But With What? Pin
Gerry Schmitz14-Mar-16 5:47
mveGerry Schmitz14-Mar-16 5:47 
GeneralIt took a few weeks, but I did it Pin
#realJSOP11-Mar-16 4:20
mve#realJSOP11-Mar-16 4:20 
GeneralRe: It took a few weeks, but I did it Pin
Kevin Marois11-Mar-16 10:00
professionalKevin Marois11-Mar-16 10:00 
GeneralRe: It took a few weeks, but I did it Pin
Vark11111-Mar-16 10:12
Vark11111-Mar-16 10:12 
GeneralRe: It took a few weeks, but I did it Pin
Kevin Marois11-Mar-16 10:16
professionalKevin Marois11-Mar-16 10:16 
GeneralRe: It took a few weeks, but I did it Pin
Chris Maunder12-Mar-16 3:07
cofounderChris Maunder12-Mar-16 3:07 
GeneralRe: It took a few weeks, but I did it Pin
Dan Neely14-Mar-16 3:54
Dan Neely14-Mar-16 3:54 
GeneralRe: It took a few weeks, but I did it Pin
Foothill11-Mar-16 10:15
professionalFoothill11-Mar-16 10:15 
GeneralI was sent this, and... Pin
OriginalGriff11-Mar-16 2:35
mveOriginalGriff11-Mar-16 2:35 
GeneralRe: I was sent this, and... Pin
ZurdoDev11-Mar-16 2:37
professionalZurdoDev11-Mar-16 2:37 

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.