Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
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 
QuestionAsync Dispatcher Calls - Need an explaination Pin
Foothill1-Nov-16 6:44
professionalFoothill1-Nov-16 6:44 
AnswerRe: Async Dispatcher Calls - Need an explaination Pin
Richard Deeming1-Nov-16 7:48
mveRichard Deeming1-Nov-16 7:48 
GeneralRe: Async Dispatcher Calls - Need an explaination Pin
Foothill1-Nov-16 8:12
professionalFoothill1-Nov-16 8:12 
GeneralRe: Async Dispatcher Calls - Need an explaination Pin
Richard Deeming1-Nov-16 8:23
mveRichard Deeming1-Nov-16 8:23 
QuestionLabel printing with c# Pin
candogu1-Nov-16 0:57
candogu1-Nov-16 0:57 
AnswerRe: Label printing with c# Pin
OriginalGriff1-Nov-16 1:44
mveOriginalGriff1-Nov-16 1:44 
AnswerRe: Label printing with c# Pin
Richard Deeming1-Nov-16 3:37
mveRichard Deeming1-Nov-16 3:37 
AnswerRe: Label printing with c# Pin
cinias8-Nov-16 3:49
cinias8-Nov-16 3:49 
QuestionHow people generate bench mark graph for c# routine execution speed Pin
Tridip Bhattacharjee31-Oct-16 19:08
professionalTridip Bhattacharjee31-Oct-16 19:08 
AnswerRe: How people generate bench mark graph for c# routine execution speed Pin
Pete O'Hanlon31-Oct-16 20:52
mvePete O'Hanlon31-Oct-16 20:52 
QuestionHow to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 0:29
Rıza Berkay Ayçelebi31-Oct-16 0:29 
AnswerRe: How to implement the huffman using c# for image Pin
Pete O'Hanlon31-Oct-16 0:50
mvePete O'Hanlon31-Oct-16 0:50 
GeneralRe: How to implement the huffman using c# for image Pin
Rıza Berkay Ayçelebi31-Oct-16 23:14
Rıza Berkay Ayçelebi31-Oct-16 23:14 
GeneralRe: How to implement the huffman using c# for image Pin
Richard MacCutchan1-Nov-16 0:54
mveRichard MacCutchan1-Nov-16 0:54 

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.