Browse by Tags

All Tags » Visual Basic (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 and Data Binding for the new ASP.NET Developer
Today I'm starting a new series of posts regarding Data Access methods and Data Binding with focus on the new developer. There are a multitude of ways to access data with ASP.NET and I will attempt to go through as many as I can, hopefully digging deep...

Posted by ryansjedi | 6 comment(s)

Overloaded Methods - 101
Before I begin I want to state that this post is intended for those who are unaware of the flexibility that overloading functions can provide, power developers can feel free to move along or provide feedback. Assume you want to pass an optional parameter...

Posted by ryansjedi | 1 comment(s)

Filed under: ,

More Posts