Click here to Skip to main content
15,916,180 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: How to find a Windows app developer? Pin
Sharp Ninja13-Apr-18 6:16
Sharp Ninja13-Apr-18 6:16 
GeneralRe: How to find a Windows app developer? Pin
Slow Eddie13-Apr-18 3:45
professionalSlow Eddie13-Apr-18 3:45 
GeneralRe: How to find a Windows app developer? Pin
obermd13-Apr-18 6:26
obermd13-Apr-18 6:26 
GeneralRe: How to find a Windows app developer? Pin
Peter Moore - Chicago13-Apr-18 7:57
Peter Moore - Chicago13-Apr-18 7:57 
GeneralRe: How to find a Windows app developer? Pin
Gerry Schmitz13-Apr-18 6:57
mveGerry Schmitz13-Apr-18 6:57 
GeneralRe: How to find a Windows app developer? Pin
swampwiz20-Apr-18 11:43
swampwiz20-Apr-18 11:43 
GeneralORM Quick Survey Pin
Kevin Marois12-Apr-18 6:34
professionalKevin Marois12-Apr-18 6:34 
GeneralRe: ORM Quick Survey Pin
Marc Clifton12-Apr-18 6:45
mvaMarc Clifton12-Apr-18 6:45 
Linq2SQL. And yes, my experiences with EF are similar. What's worse though is that a lot of the time, an ORM isn't necessary. Take a server-side query that is converted to JSON for displaying data on the client-side browser. Why go through an ORM? Yet I see people using EF to load the query into a model, then serialize the model into JSON, then return it to the client. Why go through that extra step?

Or similarly, on a thick client, it's easy enough to data bind directly to a DataTable, even if it's only one row where you want to display the data in discrete fields rather than a grid, and you can wire up the events to track changes and persist the data for a responsive UI with little effort.
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: ORM Quick Survey Pin
Kevin Marois12-Apr-18 6:50
professionalKevin Marois12-Apr-18 6:50 
GeneralRe: ORM Quick Survey Pin
PIEBALDconsult12-Apr-18 8:19
mvePIEBALDconsult12-Apr-18 8:19 
GeneralRe: ORM Quick Survey Pin
Kevin Marois12-Apr-18 8:20
professionalKevin Marois12-Apr-18 8:20 
GeneralRe: ORM Quick Survey Pin
MadMyche12-Apr-18 10:56
professionalMadMyche12-Apr-18 10:56 
GeneralRe: ORM Quick Survey Pin
PIEBALDconsult12-Apr-18 7:19
mvePIEBALDconsult12-Apr-18 7:19 
GeneralRe: ORM Quick Survey Pin
abmv12-Apr-18 7:22
professionalabmv12-Apr-18 7:22 
GeneralRe: ORM Quick Survey Pin
devenv.exe12-Apr-18 7:27
professionaldevenv.exe12-Apr-18 7:27 
GeneralRe: ORM Quick Survey Pin
Kevin Marois12-Apr-18 8:21
professionalKevin Marois12-Apr-18 8:21 
GeneralRe: ORM Quick Survey Pin
RickZeeland12-Apr-18 7:41
mveRickZeeland12-Apr-18 7:41 
GeneralRe: ORM Quick Survey Pin
Jörgen Andersson12-Apr-18 8:30
professionalJörgen Andersson12-Apr-18 8:30 
GeneralRe: ORM Quick Survey Pin
RickZeeland12-Apr-18 8:36
mveRickZeeland12-Apr-18 8:36 
GeneralRe: ORM Quick Survey Pin
Jörgen Andersson12-Apr-18 8:37
professionalJörgen Andersson12-Apr-18 8:37 
GeneralRe: ORM Quick Survey Pin
RickZeeland12-Apr-18 8:47
mveRickZeeland12-Apr-18 8:47 
GeneralRe: ORM Quick Survey Pin
Mike Hankey12-Apr-18 7:47
mveMike Hankey12-Apr-18 7:47 
GeneralRe: ORM Quick Survey Pin
Kevin Marois12-Apr-18 8:24
professionalKevin Marois12-Apr-18 8:24 
GeneralRe: ORM Quick Survey Pin
Jörgen Andersson12-Apr-18 8:33
professionalJörgen Andersson12-Apr-18 8:33 
GeneralRe: ORM Quick Survey Pin
RickZeeland12-Apr-18 8:42
mveRickZeeland12-Apr-18 8:42 

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.