Click here to Skip to main content
15,889,651 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to insert large amount of data to mysql using C#.net (fastest way) Pin
ven75311-Jun-13 8:05
ven75311-Jun-13 8:05 
AnswerRe: How to insert large amount of data to mysql using C#.net (fastest way) Pin
jschell11-Jun-13 8:52
jschell11-Jun-13 8:52 
GeneralRe: How to insert large amount of data to mysql using C#.net (fastest way) Pin
ven75311-Jun-13 9:07
ven75311-Jun-13 9:07 
GeneralRe: How to insert large amount of data to mysql using C#.net (fastest way) Pin
jschell12-Jun-13 8:44
jschell12-Jun-13 8:44 
GeneralRe: How to insert large amount of data to mysql using C#.net (fastest way) Pin
Dave Kreskowiak12-Jun-13 10:10
mveDave Kreskowiak12-Jun-13 10:10 
AnswerRe: How to insert large amount of data to mysql using C#.net (fastest way) Pin
Eddy Vluggen11-Jun-13 10:32
professionalEddy Vluggen11-Jun-13 10:32 
AnswerRe: How to insert large amount of data to mysql using C#.net (fastest way) Pin
Manu V Nath3-Jul-13 23:13
professionalManu V Nath3-Jul-13 23:13 
QuestionMTOM and .NET question Pin
Antessima10-Jun-13 5:01
Antessima10-Jun-13 5:01 
I've been working on a new .NET client to replace my organization's Java tool that they've been using for consuming a web service. Nobody here knows much Java, nor do they care to learn it. Since .NET is my background anyway, I was tasked with getting this to work.

Everything works except downloading documents. The web service is configured to send them as MTOM attachments. The server side works fine because I can execute the API calls in SoapUI without any trouble, but when I added the service reference via svcutil to my .NET client, it didn't auto-configure to look for and decode MTOM attachments; instead, I get the error message about "client was looking for text/xml and found multipart/xml", etc. I did a lot of searching to find information about configuring it to look for MTOM, but the problem is that svcutil didn't configure the proxy class from System.ServiceModel, but rather built it on System.Web.Services. I can't find examples that use System.Web.Services, so I'm rather in the dark.

I've already asked for specific help about how to fix the current client on Stack Overflow[^] and on MSDN[^], and in the 3-4 days since, haven't even gotten a comment. So, that's not what I'm after here. What I want to know is this: If you were to write an app in .NET to upload and download documents using MTOM, where would you start?
AnswerRe: MTOM and .NET question Pin
Eddy Vluggen11-Jun-13 10:21
professionalEddy Vluggen11-Jun-13 10:21 
GeneralRe: MTOM and .NET question Pin
Antessima12-Jun-13 2:19
Antessima12-Jun-13 2:19 
GeneralRe: MTOM and .NET question Pin
Eddy Vluggen12-Jun-13 8:05
professionalEddy Vluggen12-Jun-13 8:05 
QuestionSending Message To Mobile Using Any Free Api's In Asp.net C# Pin
coderTOcode10-Jun-13 3:18
coderTOcode10-Jun-13 3:18 
AnswerRe: Sending Message To Mobile Using Any Free Api's In Asp.net C# Pin
Eddy Vluggen11-Jun-13 10:25
professionalEddy Vluggen11-Jun-13 10:25 
AnswerRe: Sending Message To Mobile Using Any Free Api's In Asp.net C# Pin
Manu V Nath3-Jul-13 23:15
professionalManu V Nath3-Jul-13 23:15 
QuestionData Conversions Pin
Bram van Kampen9-Jun-13 14:17
Bram van Kampen9-Jun-13 14:17 
AnswerRe: Data Conversions Pin
Abhinav S9-Jun-13 16:33
Abhinav S9-Jun-13 16:33 
AnswerRe: Data Conversions Pin
Richard MacCutchan9-Jun-13 21:12
mveRichard MacCutchan9-Jun-13 21:12 
GeneralRe: Data Conversions Pin
Richard Deeming10-Jun-13 1:39
mveRichard Deeming10-Jun-13 1:39 
GeneralRe: Data Conversions Pin
Richard MacCutchan10-Jun-13 1:44
mveRichard MacCutchan10-Jun-13 1:44 
AnswerRe: Data Conversions Pin
Richard Deeming10-Jun-13 1:40
mveRichard Deeming10-Jun-13 1:40 
GeneralRe: Data Conversions Pin
Bram van Kampen11-Jun-13 13:11
Bram van Kampen11-Jun-13 13:11 
AnswerRe: Data Conversions Pin
Ron Beyer10-Jun-13 3:07
professionalRon Beyer10-Jun-13 3:07 
QuestionExecution time difference between VB.Net and C# code Pin
TnTinMn9-Jun-13 11:36
TnTinMn9-Jun-13 11:36 
AnswerRe: Execution time difference between VB.Net and C# code Pin
Bram van Kampen9-Jun-13 14:37
Bram van Kampen9-Jun-13 14:37 
GeneralRe: Execution time difference between VB.Net and C# code Pin
TnTinMn9-Jun-13 16:00
TnTinMn9-Jun-13 16:00 

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.