Re: Sql injecting
On Nov 16, 7:41 am, Tom van Stiphout <no.spam.tom7...@xxxxxxx> wrote:
I agree with you, but isn't this a strike against LINQ?
That is funny, an objection to LINQ based on sql injection! :)
LINQ is to a database as asking a child to build a cyclotron. What you
get is some well intentioned but mangled piece of work that bears
little relation to reality. What a gigantic waste of resources. Had
they only brought in people who new even the basic ideas of a 'real
relational database' MS might well be on the way to breaking new
ground in an area dormat forever. Now they simply have something they
can say 'hides' sql from the net developer. It seems what was
important was to design something, anything, so long as it would
'hide' sql. If anyone can explain what ideas/principles were being
followed I'd love to hear from them. MS has a net group and a database
group. Obviously they need another.
www.beyondsql.blogspot.com
.
Relevant Pages
- Re: linq versus BindingSource.
... Quicker for me is enough when the code behind is translated to real sql. ... I use DbProviderFactory to handle several database types, and manage in code doing this properly with different databases types. ... I need a solution (and I thought, that linq was: ... (microsoft.public.dotnet.languages.csharp) - Re: help with tables
... SQL0060W The "COBOL" precompiler is in progress. ... result set, however, in embedded SQL I've always used the cursor and FETCHed ... I'd expect it can be done with any database, because .NET people take sets for granted. ... At the moment there is some debate as to whether the addition of LINQ ... (comp.lang.cobol) - Re: Is Linq to SQL any good?
... You don't use LINQ to write SQL ... but to GET the data with the 'right impedance': data in relational databases is not an instant match with object oriented languages, like C#, where inter table relations become C# collections. ... It also creates the problem of being locked into a particular product with regards to the database which is exactly the problem I thought a translation layer would be designed to solve. ... (microsoft.public.dotnet.languages.csharp) - Re: LINQ. Who knows how to do this?
... In your database do you have relationships setup. ... When you create your LINQ ... to SQL class including all of the tables. ... Files> FilesTags> Tags ... (microsoft.public.dotnet.languages.csharp) - Re: Best Practice - Data Access
... LINQ is a great new technology that brings your SQL and database code write into the domain of your c# code. ... i have found that applications are developed much faster with LINQ, and much more effortlessly because sql bugs are more readily spotted by the compiler. ... LINQ has a tool called SqlMetal which will read the structure of your database and generate all the database code you'll need for your application. ... #region SQL Query - search for support operator ... (microsoft.public.dotnet.framework.aspnet) |
|