Should I invest time in learning about OR\M or LINQ?
Posted
by Peter Smith
on Stack Overflow
See other posts from Stack Overflow
or by Peter Smith
Published on 2010-04-29T17:29:42Z
Indexed on
2010/04/29
17:37 UTC
Read the original article
Hit count: 305
I'm a .NET web developer primarily who occasionally writes console applications to mine data, cleanup tasks, etc. Most of what I do winds up involving a database which I currently design via sql server management studio, using stored procedures, and query analyzer. I also create a lot of web services which are consumed via AJAX applications. Do these technologies really help you in speeding up development times? Do you still have to build the database or object code first?
© Stack Overflow or respective owner