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 Queries
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Naveen Kumar (1)
Jitendra Mesavaniya (1)
Alpesh Maniya (1)
Bechir Bejaoui (1)
Related resources for Parameterized Queries
No resource found
Executing Dynamic SQL in SQL Server
6/7/2024 4:33:22 AM.
Dynamic SQL in SQL Server allows constructing and executing SQL statements at runtime, offering flexibility for complex queries. Learn its execution methods (EXEC and sp_executesql), advantages, limit
Table-Valued Parameters in SQL Server
4/16/2024 5:42:55 AM.
Table-Valued Parameters in SQL Server enable passing multiple rows of data to stored procedures, enhancing performance for bulk operations. Utilizing user-defined table types, they streamline data man
Securing Your .NET Applications With Examples
1/20/2024 11:16:24 AM.
In the realm of software development, security remains a paramount concern. This is especially true for .NET applications, which often handle sensitive data and interact with critical systems. By adhe
Building and consuming parameterized queries from ADO.Net to DLINQ
9/30/2012 3:17:52 AM.
In this article, I will represent different techniques to build and make use of parameterized queries. The first way is the classical one, and I mean by that the ADO.Net technique. Then I’ll expose the second one using the new technology, namely DLINQ.