Click here to Skip to main content
15,898,035 members
Home / Discussions / C#
   

C#

 
GeneralRe: Parallel Array Assignment Pin
Richard MacCutchan7-Nov-16 0:20
mveRichard MacCutchan7-Nov-16 0:20 
GeneralRe: Parallel Array Assignment Pin
OriginalGriff7-Nov-16 0:51
mveOriginalGriff7-Nov-16 0:51 
Questionadding the values in columns in datagridview Pin
Member 128343325-Nov-16 7:27
Member 128343325-Nov-16 7:27 
QuestionRe: adding the values in columns in datagridview Pin
Richard MacCutchan5-Nov-16 21:02
mveRichard MacCutchan5-Nov-16 21:02 
QuestionList inside a List using with a repeater Pin
Member 128324604-Nov-16 1:09
Member 128324604-Nov-16 1:09 
QuestionMessage Removed Pin
3-Nov-16 14:56
Tung Le Ba Viet3-Nov-16 14:56 
QuestionHow to make hybrid Huffman and RLE compression Pin
Rıza Berkay Ayçelebi2-Nov-16 22:18
Rıza Berkay Ayçelebi2-Nov-16 22:18 
AnswerRe: How to make hybrid Huffman and RLE compression Pin
Pete O'Hanlon2-Nov-16 22:22
mvePete O'Hanlon2-Nov-16 22:22 
AnswerRe: How to make hybrid Huffman and RLE compression Pin
Richard MacCutchan2-Nov-16 22:45
mveRichard MacCutchan2-Nov-16 22:45 
GeneralRe: How to make hybrid Huffman and RLE compression Pin
harold aptroot4-Nov-16 1:29
harold aptroot4-Nov-16 1:29 
Questionhow to capture a screen shot usng c# and asp.net Pin
syedkhaleel20102-Nov-16 21:48
syedkhaleel20102-Nov-16 21:48 
AnswerRe: how to capture a screen shot usng c# and asp.net Pin
Bernhard Hiller2-Nov-16 21:55
Bernhard Hiller2-Nov-16 21:55 
GeneralRe: how to capture a screen shot usng c# and asp.net Pin
syedkhaleel20102-Nov-16 22:04
syedkhaleel20102-Nov-16 22:04 
GeneralRe: how to capture a screen shot usng c# and asp.net Pin
Eddy Vluggen2-Nov-16 22:27
professionalEddy Vluggen2-Nov-16 22:27 
GeneralRe: how to capture a screen shot usng c# and asp.net Pin
syedkhaleel20102-Nov-16 22:39
syedkhaleel20102-Nov-16 22:39 
GeneralRe: how to capture a screen shot usng c# and asp.net Pin
Eddy Vluggen3-Nov-16 0:42
professionalEddy Vluggen3-Nov-16 0:42 
AnswerRe: how to capture a screen shot usng c# and asp.net Pin
Pete O'Hanlon2-Nov-16 22:20
mvePete O'Hanlon2-Nov-16 22:20 
GeneralRe: how to capture a screen shot usng c# and asp.net Pin
syedkhaleel20102-Nov-16 22:40
syedkhaleel20102-Nov-16 22:40 
GeneralRe: how to capture a screen shot usng c# and asp.net Pin
Pete O'Hanlon2-Nov-16 22:51
mvePete O'Hanlon2-Nov-16 22:51 
GeneralRe: how to capture a screen shot usng c# and asp.net Pin
syedkhaleel20102-Nov-16 23:02
syedkhaleel20102-Nov-16 23:02 
GeneralRe: how to capture a screen shot usng c# and asp.net Pin
Pete O'Hanlon2-Nov-16 23:30
mvePete O'Hanlon2-Nov-16 23:30 
QuestionSQL injection prevention Pin
Member 128253812-Nov-16 8:28
Member 128253812-Nov-16 8:28 
C#
I need to design class library for sql injection prevention by using ASP.NET with C# When the application server received input from the user, it dynamically generated the query based on the input. This query, along with the developer-intended query made use of keyword randomization, where the randomly generated key was appended to the SQL keywords in both queries. These queries were then forwarded to an XML parsing component, which converted both queries into XML trees. and comparing the corresponding nodes in these sub-stacks by using multiple threads, and based on the result of comparison, the algorithm was able to determine whether the dynamically built query was an attack or not. If this query was non-malicious, it was allowed to pass further to the database server for execution. However, if the algorithm determined a query as an attack, it was blocked at the application server and was not sent to the database server for execution. The attack queries were added to an error log to help the system administrators to My Email : [DELETED]@gmail.com


[edit]Email removed - OriginalGriff[/edit]

modified 2-Nov-16 15:46pm.

AnswerRe: SQL injection prevention Pin
OriginalGriff2-Nov-16 9:46
mveOriginalGriff2-Nov-16 9:46 
AnswerRe: SQL injection prevention PinPopular
Richard Deeming2-Nov-16 10:10
mveRichard Deeming2-Nov-16 10:10 
AnswerRe: SQL injection prevention Pin
V.2-Nov-16 22:29
professionalV.2-Nov-16 22:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.