I use a stored procedure to fetch data and modifications from the database. If i use LINQ for the same job will there be any performance issue? I mean will I get better performance or not? I saw that LINQ syntax is bit complicated, so is there any tool which help me to generate LINQ syntax.
thanks