Click here to Skip to main content
15,890,609 members
Home / Discussions / C#
   

C#

 
AnswerRe: database releted question Pin
Dave Kreskowiak31-Jul-11 4:26
mveDave Kreskowiak31-Jul-11 4:26 
AnswerRe: database releted question Pin
Abhinav S31-Jul-11 5:35
Abhinav S31-Jul-11 5:35 
AnswerRe: database releted question Pin
Shameel31-Jul-11 7:28
professionalShameel31-Jul-11 7:28 
QuestionMP3 Trimming Pin
gmhanna30-Jul-11 4:51
gmhanna30-Jul-11 4:51 
AnswerRe: MP3 Trimming [modified] Pin
GuyThiebaut30-Jul-11 7:34
professionalGuyThiebaut30-Jul-11 7:34 
AnswerRe: MP3 Trimming Pin
Ravi Bhavnani31-Jul-11 5:11
professionalRavi Bhavnani31-Jul-11 5:11 
QuestionWeb Get Requests Pin
gmhanna30-Jul-11 4:47
gmhanna30-Jul-11 4:47 
AnswerRe: Web Get Requests Pin
Keith Barrow30-Jul-11 8:13
professionalKeith Barrow30-Jul-11 8:13 
There is a WebRequest object that allows you to make http requests, see this for a specific answer to your question: http://support.microsoft.com/kb/307023[^]

Normally, when consuming web-services, the client uses a set proxy class generated from a web service description. This creates intermediary classes for sending the data up and down the wire and proxy classes to handle the consumption of the remote methods. If you are consuming a third party service, it is worth asking the provider how to generate these first as hand-rolling can be a PITA. If you are writing the services yourself, you'll be able to just add the service as a reference. Right click the client project and select "Add service reference" and point it at your definition. Both ASMX (IIRC) and WCF services provide service definitions out the box.

Questionc# project issue on 64-bit vista system Pin
Aisha sharma30-Jul-11 2:22
Aisha sharma30-Jul-11 2:22 
AnswerRe: c# project issue on 64-bit vista system Pin
Dave Kreskowiak30-Jul-11 3:59
mveDave Kreskowiak30-Jul-11 3:59 
GeneralRe: c# project issue on 64-bit vista system Pin
Aisha sharma31-Jul-11 19:21
Aisha sharma31-Jul-11 19:21 
GeneralRe: c# project issue on 64-bit vista system Pin
Dave Kreskowiak1-Aug-11 1:29
mveDave Kreskowiak1-Aug-11 1:29 
GeneralRe: c# project issue on 64-bit vista system [modified] Pin
Aisha sharma1-Aug-11 2:10
Aisha sharma1-Aug-11 2:10 
GeneralRe: c# project issue on 64-bit vista system Pin
Dave Kreskowiak1-Aug-11 3:27
mveDave Kreskowiak1-Aug-11 3:27 
GeneralRe: c# project issue on 64-bit vista system Pin
Aisha sharma1-Aug-11 18:43
Aisha sharma1-Aug-11 18:43 
GeneralRe: c# project issue on 64-bit vista system Pin
Aisha sharma3-Aug-11 2:27
Aisha sharma3-Aug-11 2:27 
GeneralRe: c# project issue on 64-bit vista system Pin
Dave Kreskowiak3-Aug-11 3:37
mveDave Kreskowiak3-Aug-11 3:37 
GeneralRe:[solved] c# project issue on 64-bit vista system Pin
Aisha sharma6-Aug-11 2:27
Aisha sharma6-Aug-11 2:27 
GeneralRe:[solved] c# project issue on 64-bit vista system Pin
Dave Kreskowiak6-Aug-11 2:42
mveDave Kreskowiak6-Aug-11 2:42 
QuestionDo Lambda expressions smell? Pin
Member 448708329-Jul-11 10:02
Member 448708329-Jul-11 10:02 
AnswerRe: Do Lambda expressions smell? Pin
Ian Shlasko29-Jul-11 10:22
Ian Shlasko29-Jul-11 10:22 
GeneralRe: Do Lambda expressions smell? Pin
Member 444846031-Jul-11 10:59
Member 444846031-Jul-11 10:59 
AnswerIMHO Linq is a poor example of a good example Pin
Ennis Ray Lynch, Jr.29-Jul-11 10:25
Ennis Ray Lynch, Jr.29-Jul-11 10:25 
GeneralRe: IMHO Linq is a poor example of a good example Pin
Lutosław30-Jul-11 10:42
Lutosław30-Jul-11 10:42 
AnswerRe: Do Lambda expressions smell? Pin
PIEBALDconsult30-Jul-11 6:24
mvePIEBALDconsult30-Jul-11 6:24 

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.