TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Parameterized Query
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jignesh Trivedi (1)
Rahul Bansal (1)
C# Curator (1)
Bechir Bejaoui (1)
Related resources for Parameterized Query
No resource found
Tips to Improve SQL Database Performance
1/2/2023 4:16:56 AM.
Performance of data-centric apps heavily rely on the performance of backend API and database. Here are some tops to improve SQL performance.
Using Parameterized Query to Avoid SQL Injection
6/29/2015 6:37:02 PM.
This article explains why you need to use a parameterized query to avoid SQL Injection.
Parameterized Query and SQL Injection Attacks
9/29/2012 7:40:27 AM.
In this article I will explain about Parameterized Query and SQL Injection Attacks.
Use CompiledQuery.Compile method to build parameterized DLINQ queries
8/29/2008 8:09:10 AM.
In this article, I will make use of the CompiledQuery.Compile generated method which receives a Lambda expression as parameter, and then it generates a delegate that returns a generic IQueryable object that one can enumerate it through a foreach loop.