0
i 'm writing a dynamic website .that have to relation to my database for read and write information into it. then i select linq way for relation my website code with database rather than Ado. when i want to use linq for berig forward it in Asp.net i can do that with linq to sql.dbml(wizard) or i can wite a class .
which one is better and why?wizard or manual?
0
I don't understand "linq wizard for generate Database Code"; probably LINQ does not do that. I also don't understand how it is possible for LINQ to be a security risk, since the data it processes exist in main memory and never on disk. The data would often be obtained from disk and written to disk but that would not be done by LINQ.