Browse by Tags

Designs, testing secured code with nUnit and a book review
My current project is finishing the design phase this week. Our leads are insisting that we design to a low level, including method signatures for business objects, the database layer and the stored procedures. We have been iterating the designs extensively...
Stored Procedures vs. ???
Commenting on my blog entry about generating data layers Jesse wrote, "I don't think entity broker supports stored procs, but they suck anyway" and Frans agreed, "In the next version of LLBLGen I will not generate stored procedures either, just code which...
Generating data layers and testing the results
From initial discussions of the technical architecture I think we are planning on handwriting all the stored procedures and the data objects that wrapper them. I'd much rather use LLBLGen or another data layer tool to automate this, but it may not be...
More Posts