Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
AnswerMy vote of 1 Pin
Keith Barrow17-Oct-12 1:56
professionalKeith Barrow17-Oct-12 1:56 
QuestionRe: c# Pin
Ravi Bhavnani17-Oct-12 4:54
professionalRavi Bhavnani17-Oct-12 4:54 
AnswerRe: c# Pin
Akinmade Bond17-Oct-12 9:11
professionalAkinmade Bond17-Oct-12 9:11 
QuestionAbout MVC Pin
Karam Chand Sharma16-Oct-12 20:22
Karam Chand Sharma16-Oct-12 20:22 
AnswerRe: About MVC Pin
Abhinav S16-Oct-12 20:32
Abhinav S16-Oct-12 20:32 
AnswerRe: About MVC Pin
Akinmade Bond17-Oct-12 9:13
professionalAkinmade Bond17-Oct-12 9:13 
QuestionConnecting to a database and transferring data securely Pin
User 940410616-Oct-12 8:59
User 940410616-Oct-12 8:59 
AnswerRe: Connecting to a database and transferring data securely Pin
SledgeHammer0116-Oct-12 10:43
SledgeHammer0116-Oct-12 10:43 
If you are only worried about your connection string, you can just use an encrypted section in the .config file.

Anyways, connecting to a SQL server directly is not secure. Traffic is not encrypted and anybody with a sniffer can see everything. You should instead connect to a TCP/IP server (that you write, obviously) using SSL that proxys the database calls. That way, you don't have the connection string in your app, but you are still going to have the server info in your app, so... The DB proxy method has additional benefits since it also allows you to compress data. SQL does not. A bit more work though...
GeneralRe: Connecting to a database and transferring data securely Pin
Mycroft Holmes16-Oct-12 22:53
professionalMycroft Holmes16-Oct-12 22:53 
GeneralRe: Connecting to a database and transferring data securely Pin
BobJanova17-Oct-12 1:46
BobJanova17-Oct-12 1:46 
GeneralRe: Connecting to a database and transferring data securely Pin
SledgeHammer0117-Oct-12 4:49
SledgeHammer0117-Oct-12 4:49 
AnswerRe: Connecting to a database and transferring data securely Pin
Eddy Vluggen16-Oct-12 12:19
professionalEddy Vluggen16-Oct-12 12:19 
AnswerRe: Connecting to a database and transferring data securely Pin
Bernhard Hiller16-Oct-12 21:33
Bernhard Hiller16-Oct-12 21:33 
AnswerRe: Connecting to a database and transferring data securely Pin
BobJanova17-Oct-12 1:51
BobJanova17-Oct-12 1:51 
GeneralRe: Connecting to a database and transferring data securely Pin
User 940410617-Oct-12 9:45
User 940410617-Oct-12 9:45 
GeneralRe: Connecting to a database and transferring data securely Pin
SledgeHammer0117-Oct-12 10:02
SledgeHammer0117-Oct-12 10:02 
GeneralRe: Connecting to a database and transferring data securely Pin
User 940410617-Oct-12 10:34
User 940410617-Oct-12 10:34 
Questionsend email html format in email body asp.net c# Pin
rahultiway1916-Oct-12 7:51
rahultiway1916-Oct-12 7:51 
AnswerRe: send email html format in email body asp.net c# Pin
fjdiewornncalwe16-Oct-12 8:33
professionalfjdiewornncalwe16-Oct-12 8:33 
AnswerRe: send email html format in email body asp.net c# Pin
Bernhard Hiller16-Oct-12 21:29
Bernhard Hiller16-Oct-12 21:29 
QuestionFunction Accepting Parameters of Any Type Pin
ASPnoob16-Oct-12 2:17
ASPnoob16-Oct-12 2:17 
AnswerRe: Function Accepting Parameters of Any Type Pin
Pete O'Hanlon16-Oct-12 2:26
mvePete O'Hanlon16-Oct-12 2:26 
GeneralRe: Function Accepting Parameters of Any Type Pin
Dave Doknjas16-Oct-12 11:14
Dave Doknjas16-Oct-12 11:14 
AnswerRe: Function Accepting Parameters of Any Type Pin
Eddy Vluggen16-Oct-12 3:01
professionalEddy Vluggen16-Oct-12 3:01 
Questionhow to get an data from data Gride view in C# Pin
vinodnchavan15-Oct-12 21:39
vinodnchavan15-Oct-12 21:39 

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.