Are programs/OSes written in D more secure than programs written in C/C++?

Mehrdad wfunction at hotmail.com
Wed Jun 6 22:47:05 PDT 2012


On Thursday, 7 June 2012 at 05:09:27 UTC, Alex Rønne Petersen 
wrote:
> On 07-06-2012 07:04, Mehrdad wrote:
>>> no programming language will save you from that
>>
>> LINQ isn't exactly susceptible to SQL injection. :P
>
> LINQ can't mutate the state of the DB, only query it. LINQ far 
> from covers everything.

True enough, although it's not too difficult to imagine an 
extension of LINQ where that is indeed possible.

Nonetheless, the following /is/ called "LINQ to SQL" (why, I 
don't know):
http://msdn.microsoft.com/en-us/library/bb386941.aspx


More information about the Digitalmars-d mailing list