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

C#

 
GeneralRe: Compare two files Pin
Dave Kreskowiak25-Jul-12 4:08
mveDave Kreskowiak25-Jul-12 4:08 
GeneralRe: Compare two files Pin
Paul Conrad25-Jul-12 17:28
professionalPaul Conrad25-Jul-12 17:28 
GeneralRe: Compare two files Pin
OriginalGriff25-Jul-12 19:31
mveOriginalGriff25-Jul-12 19:31 
AnswerRe: Compare two files Pin
PIEBALDconsult25-Jul-12 3:32
mvePIEBALDconsult25-Jul-12 3:32 
AnswerRe: Compare two files Pin
jojoba201125-Jul-12 17:58
jojoba201125-Jul-12 17:58 
Questioni want security code Pin
chandu.pamidiboina25-Jul-12 2:09
chandu.pamidiboina25-Jul-12 2:09 
AnswerRe: i want security code Pin
Eddy Vluggen25-Jul-12 2:18
professionalEddy Vluggen25-Jul-12 2:18 
GeneralRe: i want security code Pin
Hitul Mistry25-Jul-12 6:14
Hitul Mistry25-Jul-12 6:14 
Although Microsoft by default give you security like try one thing in Microsoft Visual Studio there exist venerability like XSS(Cross Site Scripting), Sql Injection, http request attack, Directory Listening etc but if you are using older version then you have to secure it by code tricks but in next version Microsoft have been solved this venerability so take regular updates to your visual studio you don't need to worry regarding your application, Although you wan't more security then you can use HTTPS that can be configure by WCF but for that you have to purchase ssl certificate it is mostly use by gmail pages.

Now for that try one thing Create new web application

Visual Studio > New > Website > C# web apllication > Take new Textbox and command button

Now run this project and write

"Alert("Hi");"

Now click on Submit button

It will give you an error like that XSS or CSS(Cross Site Scripting) so now you are secure. Not to worry regarding that just use latest things avoide to use old versions automatically secure.
GeneralRe: i want security code Pin
jschell25-Jul-12 6:50
jschell25-Jul-12 6:50 
GeneralRe: i want security code Pin
Hitul Mistry25-Jul-12 7:00
Hitul Mistry25-Jul-12 7:00 
GeneralRe: i want security code Pin
Eddy Vluggen25-Jul-12 7:14
professionalEddy Vluggen25-Jul-12 7:14 
GeneralRe: i want security code Pin
Dave Kreskowiak25-Jul-12 7:56
mveDave Kreskowiak25-Jul-12 7:56 
JokeRe: i want security code Pin
Dan Mos25-Jul-12 10:19
Dan Mos25-Jul-12 10:19 
GeneralRe: i want security code Pin
jschell27-Jul-12 11:45
jschell27-Jul-12 11:45 
GeneralRe: i want security code Pin
chandu.pamidiboina6-Aug-12 20:50
chandu.pamidiboina6-Aug-12 20:50 
AnswerRe: i want security code Pin
Eddy Vluggen6-Aug-12 22:08
professionalEddy Vluggen6-Aug-12 22:08 
AnswerRe: i want security code Pin
_Amy25-Jul-12 2:19
professional_Amy25-Jul-12 2:19 
GeneralRe: i want security code Pin
Eddy Vluggen25-Jul-12 2:21
professionalEddy Vluggen25-Jul-12 2:21 
AnswerRe: i want security code Pin
BobJanova25-Jul-12 5:53
BobJanova25-Jul-12 5:53 
GeneralRe: i want security code Pin
jschell25-Jul-12 6:52
jschell25-Jul-12 6:52 
JokeRe: i want security code Pin
Eddy Vluggen25-Jul-12 7:16
professionalEddy Vluggen25-Jul-12 7:16 
QuestionUpdating form controls from a spawned thread Pin
tiwal25-Jul-12 0:00
tiwal25-Jul-12 0:00 
AnswerRe: Updating form controls from a spawned thread Pin
Eddy Vluggen25-Jul-12 0:18
professionalEddy Vluggen25-Jul-12 0:18 
AnswerRe: Updating form controls from a spawned thread Pin
Luc Pattyn25-Jul-12 0:48
sitebuilderLuc Pattyn25-Jul-12 0:48 
GeneralRe: Updating form controls from a spawned thread Pin
tiwal25-Jul-12 2:45
tiwal25-Jul-12 2:45 

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.