Click here to Skip to main content
15,899,025 members
Home / Discussions / C#
   

C#

 
Questionsynchronizing xml and database Pin
LordZoster18-Jun-13 21:09
LordZoster18-Jun-13 21:09 
AnswerRe: synchronizing xml and database Pin
LordZoster19-Jun-13 2:25
LordZoster19-Jun-13 2:25 
AnswerRe: synchronizing xml and database Pin
jschell19-Jun-13 9:05
jschell19-Jun-13 9:05 
GeneralRe: synchronizing xml and database Pin
LordZoster19-Jun-13 10:16
LordZoster19-Jun-13 10:16 
GeneralRe: synchronizing xml and database Pin
jschell21-Jun-13 11:00
jschell21-Jun-13 11:00 
QuestionHow to access java class files through .net environment? Pin
Member 797807018-Jun-13 4:33
Member 797807018-Jun-13 4:33 
AnswerRe: How to access java class files through .net environment? Pin
Richard MacCutchan18-Jun-13 4:49
mveRichard MacCutchan18-Jun-13 4:49 
AnswerRe: How to access java class files through .net environment? Pin
jschell18-Jun-13 8:37
jschell18-Jun-13 8:37 
1. Write a jave app that uses the classes and models the functionality you need.
2. Write a communications API on that using either stdio, files or sockets.
3. Use Process (or whatever it is called in .Net) to run and manage the java exe
4. Use the communications API, from 2, in your net code to talk to the executable.

Advantage to this over in process functionality is that it is easier to debug.
AnswerRe: How to access java class files through .net environment? Pin
Pete O'Hanlon18-Jun-13 22:28
mvePete O'Hanlon18-Jun-13 22:28 
Questionkey event Pin
riyaspj18-Jun-13 3:15
riyaspj18-Jun-13 3:15 
AnswerRe: key event Pin
Richard MacCutchan18-Jun-13 4:48
mveRichard MacCutchan18-Jun-13 4:48 
Questioncode repeat Pin
John_Tadros18-Jun-13 0:57
John_Tadros18-Jun-13 0:57 
AnswerRe: code repeat Pin
Abhinav S18-Jun-13 1:03
Abhinav S18-Jun-13 1:03 
GeneralRe: code repeat Pin
John_Tadros18-Jun-13 1:06
John_Tadros18-Jun-13 1:06 
GeneralRe: code repeat PinPopular
Pete O'Hanlon18-Jun-13 2:09
mvePete O'Hanlon18-Jun-13 2:09 
AnswerRe: code repeat Pin
Keith Barrow18-Jun-13 2:16
professionalKeith Barrow18-Jun-13 2:16 
GeneralRe: code repeat Pin
Pete O'Hanlon18-Jun-13 5:11
mvePete O'Hanlon18-Jun-13 5:11 
Question"An assembly with the same simple name has already been imported" error message Pin
impeham17-Jun-13 4:42
impeham17-Jun-13 4:42 
AnswerRe: "An assembly with the same simple name has already been imported" error message Pin
jschell17-Jun-13 8:03
jschell17-Jun-13 8:03 
GeneralRe: "An assembly with the same simple name has already been imported" error message Pin
impeham18-Jun-13 3:48
impeham18-Jun-13 3:48 
AnswerRe: "An assembly with the same simple name has already been imported" error message Pin
Eddy Vluggen17-Jun-13 8:27
professionalEddy Vluggen17-Jun-13 8:27 
GeneralRe: "An assembly with the same simple name has already been imported" error message Pin
impeham18-Jun-13 3:51
impeham18-Jun-13 3:51 
GeneralRe: "An assembly with the same simple name has already been imported" error message Pin
Eddy Vluggen18-Jun-13 9:32
professionalEddy Vluggen18-Jun-13 9:32 
AnswerRe: "An assembly with the same simple name has already been imported" error message Pin
jschell18-Jun-13 7:42
jschell18-Jun-13 7:42 
AnswerRe: "An assembly with the same simple name has already been imported" error message Pin
johannesnestler21-Jun-13 0:20
johannesnestler21-Jun-13 0:20 

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.