.net

PHPLinq As Cool As Real LINQ?

I read about the PHP Implementation of LINQ called PHPLinq. Frankly, I was sceptical about it. Finally, I gave it a try. I still remain sceptical... Let me...

1 replies - 1108 views - 07/10/08 by mikeborozdin in News

Kill Your Users Table

It's time to rethink how we store user information. You don't need as much as you think you do. Consider...Reddit's database was stolen a little over a year...

2 replies - 674 views - 07/07/08 by Schalk Neethling in News

.NET LINQ to MSI - Part 1 - Interop

Without any physical data access layer, there's no way to build abstractions on top of it. So, in this part of this series we'll take a look at some very...

0 replies - 544 views - 06/24/08 by bdesmet in News

ASP.NET - Preventing SQL Injection Attacks

Consider a simple web application that requires user input in some fields, lets say some search box. Suppose a user types the following string in...

0 replies - 5861 views - 06/18/08 by Schalk Neethling in News

Is LINQ leaving Java in the dust?

Interesting story today asking whether LINQ has given .NET an edge over Java. LINQ is best-known as a way to embed SQL-like statements directly in code. ...

16 replies - 5707 views - 01/30/08 by Alex Miller in News