Browse by Tags

All Tags » Sql Server (RSS)
Linq to SQL Speed Test Interesting Results
So in researching another series I am writing I got a wild desire to do some Linq to SQL performance testing. So I whipped up a database table and populated it with data and went about writing some code. What you'll see in the code is 4 tests one with...

Posted by ryansjedi | with no comments

Filed under: , , ,

Data Access - The SqlDataSource Part 2.5
Ok so I made a mistake when I kicked off this series...I picked Sql Server Express as our database for all the logical reasons...however I failed to remember that Sql Server Express doesn't do Sql Cache Dependency...so instead of retro fitting my series...

Posted by ryansjedi | with no comments

Data Access - The SqlDataSource Part 2
In our last post we showed what happened when you drag and drop a table onto the design surface, a fully functional (including sorting, paging, updating and deleting) SqlDataSource with T-SQL populating the command fields. While this scenario makes for...

Posted by ryansjedi | 2 comment(s)

Data Access - The SqlDataSource Part 1
Welcome back! If you are following along from the last post , you'll notice that two controls were automatically created on our page when we dropped the Customer table onto the page. The first control is called a GridView. The GridView control is used...

Posted by ryansjedi | 4 comment(s)

More Posts