Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #44.2K
Ranked #4K
~6K People Reached
Favorite Forums
Member Avatar for JayOne

What's the deal with databases in C#? I'm used to using MySQL in PHP, but my confusion is this. If I develop an app, and sell it on, would the end user need anything installed? How do other app developers store data that's quick and easy to access? Any help …

Member Avatar for sknake
0
205
Member Avatar for forneamax

Hi guys. Can a variable be used outside the try block? [CODE]string responseString; char response; Console.WriteLine("1. If you would like to ... press A"); Console.WriteLine("2. If you would like to ... press B"); Console.WriteLine("3. If you would like to ... press C\n"); responseString = Console.ReadLine(); try { response = Convert.ToChar(responseString); …

Member Avatar for forneamax
0
6K
Member Avatar for yup790

can someone suggest a good [B]free[/B] online tutorial for c# thx:)

Member Avatar for MxDev
0
101
Member Avatar for szkoda

How do I get a message box to display after the user has entered data into my database via a form? I know it would something like: [CODE]if (condition) { MessageBox.Show("Record Added Successfully"); } [/CODE] but im not entirely sure what the condition should look like. Any help would be …

Member Avatar for artreyu
0
93