Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i use linq queries in my asp.net project,
which directly retrieve data from data base,
but i thing it is not secure,

so i want more secure technology,

i have two choices
1. use store procedure with Linq,
2. use 3 tier Architecture with Linq,


so plz Advice me which is best and easy technology,
for secureing my website,

plz help................................
Posted

Your question is a little confusing but sounds like you need a secure way to access data using LINQ.
Following article explains on how to use LINQ in ASP.NET along with the Code Access Security for trust levels: MSDN: Using LINQ with ASP.NET[^]
 
Share this answer
 
Comments
shaikh-adil 4-Jan-13 12:16pm    
http://www.codeproject.com/Questions/521745/transferingplustheplustextplusfromplusdynamicallyp
can you help me sir please if you can
Your question is very confused. There is nothing insecure about LINQ. What would make you think that ?
 
Share this answer
 
Comments
Arun kumar Gauttam 4-Jan-13 2:07am    
then you just tell me which is better
1. use store procedure with Linq,
2. use 3 tier Architecture with Linq,

According to security
Christian Graus 4-Jan-13 3:06am    
Your question is still ridiculous. First of all, you can do both. Second, using 3 tiers is a good idea, but has nothing to do with security. I think you just have no idea what you're asking.
shaikh-adil 4-Jan-13 12:15pm    
http://www.codeproject.com/Questions/521745/transferingplustheplustextplusfromplusdynamicallyp
can you help me sir please if you can

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900