Speed Development Time by 50%
Posted by: Joe Brinkman,
on 17 Jan 2008 |
View original | Bookmarked: 0 time(s)
I have just completed Part 2 of my DotNetNuke Linq to SQL tutorial. Using the techniques covered in this tutorial I have been able to reduce my development time by at least 50%. In some cases where I had a lot of tables in my module, I have been able to reduce development time by 75%.
Along with this, I am also creating more efficient SQL. In the past I would create Data Access Layer methods that would select all fields and updateall fieldsin a table each time they are called. With Linq to SQL only...