projetix

Stories submitted by projetix

How To Unit Test - Using SubSonic(blog.benhall.me.uk)

submitted by projetixprojetix(30) 4 years, 6 months ago

Scenario In this post I'm going to create a simple application to insert customers into our database via a console application and also have a list of customers printed out to the console. Similar to the previous post. The application will be separated into three parts. SubSonic will be used for all the database access, a middle layer will be the 'glue' and perform validation on the input (this could be business rules) and will sit on top of subsonic classes. This will then be accessible from the console application (but it shouldn't take much to change this to a WinForm/WebForm application). I know it's simple (and a bit uninteresting) but I just want to demonstrate the concepts more than anything else. read more...

add a comment |category: |Views: 39

tags: another

AJAX: Forget the form post and waiting(codeproject.com)

submitted by projetixprojetix(30) 4 years, 9 months ago

AJAX can help you by helping you to improve the sites which don't throw away all the data at once to the end-user, hence reducing the page size and also removing the frustrating whole page load scenario. read more...

add a comment |category: |Views: 0

tags: another