Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+1
Strength to Decrease Rep
-0
28% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
5
Posts with Downvotes
5
Downvoting Members
5
1 Commented Post
1 Endorsement
Ranked #888
Ranked #10.5K
~11.5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for dandrews517

Hi all, I'm beginner developer and I want to develop a software telephone in .NET. I prefer C#. After some googling, I started to code in C# using the prewritten VoIP components of [Ozeki's VoIP SIP SDK](http://www.voip-sip-sdk.com). Now I have a simple softphone that is able to make and receive …

Member Avatar for theophil1901
0
655
Member Avatar for iConqueror

What are interfaces main purposes and what features do they offer to give us a solid reason to use them?

Member Avatar for llgms
0
268
Member Avatar for Reapt

Newbie programmer here. I want to really learn C#. Other than VS what other IDE's are there?

Member Avatar for JOSheaIV
0
260
Member Avatar for david.1982

Hi Everyone, Fairly new C# coder here. I'm currently writing a small application that will be deployed on several computers, each of which will need to connect to a remote SQL server. I'm wondering what the best way to store a username and password for this would be? Each deployment …

Member Avatar for JOSheaIV
0
545
Member Avatar for CodeAssasian

How to save informations in one dat. I think that is datebase or something. Please help me!!!

Member Avatar for JOSheaIV
0
170
Member Avatar for strRusty_gal

Hi Everyone, Thank you for viewing. I would like to check how to disbale HTML button in c#? Can anyone advise on this?

Member Avatar for RichardGalaviz
0
215
Member Avatar for Diellza S.

/ I want to debug this code but I can't? How can I debug it in console application using System; using System.Collections.Generic; using System.Text; namespace BucketSort { class BucketSort { public static void Sort(int[] integers) { //Verify input if (integers == null || integers.Length <= 1) return; //Find the maximum …

Member Avatar for deceptikon
0
233
Member Avatar for 21310051
Member Avatar for theashman88

I know this has been asked before, but I can't find any simple answers for a noob like me in C#. What exactly is a static method. I mean what does it mean to be static vs. nonstatic. I know in the code with the main method we use `public …

Member Avatar for RichardGalaviz
1
303
Member Avatar for zachattack05

I'm sorry if this is the wrong place to put this, but since I normally code in C#, and my potential solution would involve using C# I figured this would be the best place to start. I've been given a task at work to allow our customers the ability to …

Member Avatar for RichardGalaviz
1
446
Member Avatar for ddanbe

Maybe a bit silly question, but in one of my projects I needed an enum and I suddenly wondered what would be the best place for it to write it in a file. Should it be in a .cs file of his own or could I place it in the …

Member Avatar for RichardGalaviz
0
365
Member Avatar for waseem1345

Hello, I have a website. I'm making a cafe management system. It's about to be ready. It can lock computers, unlock them for some time, use username and passwords, but the problem is that I can't make the SQL database on a website. I'm using web, and not LAN because …

Member Avatar for castajiz_2
0
198
Member Avatar for gurusamy
Member Avatar for JOSheaIV

I have been developing window form applications for probably the last 4 or 5 years, and have drasticially improved my UI designing, which I am rather proud of, as it's a art form you might say. A whole thing of its own on top of development. But while I have …

Member Avatar for ddanbe
0
165
Member Avatar for AmrMohammed

Greetings I'm using InstallShield for deploying projects and I'm new in using it I need to know how to include some applications and executable files to be installed while installing my application what I mean is that I need to include for example the .NET framework 4.0 so if it …

Member Avatar for deceptikon
0
201
Member Avatar for jtodd

Hey everyone. In stumped. How would you take a string and verfiy it is a word? Example: String a = sldkjf String b = dog The results should be, "dog" is a word and "sldkjf" is not. Any direction would be greatly appreciated.

Member Avatar for RichardGalaviz
0
330
Member Avatar for yobotiks

Hi all, I have an ArrayList that contains 70 items. I would like to display these items in Listview. Therefore, I used the following code. However, When I press the button, program will only display the first seven items in the arrayList. The rest of items are not being displayed. …

Member Avatar for RichardGalaviz
0
6K
Member Avatar for aseeman

Hi everybody, I have a file with some tags like html. *<instance id="bass.1000000" docsrc = "BNC/A0C"> <answer instance="bass.1000000" senseid="bass%fish"/> <context> Try it with grilled sea <head>bass</head> and fennel. </context> </instance>* I need to parse it and retrieve some information like id and senseid in answer tag. How can I do …

Member Avatar for JOSheaIV
0
290
Member Avatar for DragonMastur
Member Avatar for RichardGalaviz
0
136
Member Avatar for 21345570