Click here to Skip to main content
15,894,825 members
Home / Discussions / C#
   

C#

 
GeneralRe: a simpler binding technique for WinForms ? request for code review Pin
BillWoodruff1-Mar-18 23:53
professionalBillWoodruff1-Mar-18 23:53 
GeneralRe: a simpler binding technique for WinForms ? request for code review Pin
Eddy Vluggen2-Mar-18 4:20
professionalEddy Vluggen2-Mar-18 4:20 
GeneralRe: a simpler binding technique for WinForms ? request for code review Pin
BillWoodruff2-Mar-18 4:58
professionalBillWoodruff2-Mar-18 4:58 
GeneralRe: a simpler binding technique for WinForms ? request for code review Pin
Eddy Vluggen2-Mar-18 5:18
professionalEddy Vluggen2-Mar-18 5:18 
GeneralRe: a simpler binding technique for WinForms ? request for code review Pin
BillWoodruff2-Mar-18 6:33
professionalBillWoodruff2-Mar-18 6:33 
QuestionRe: a simpler binding technique for WinForms ? request for code review Pin
Eddy Vluggen2-Mar-18 8:27
professionalEddy Vluggen2-Mar-18 8:27 
AnswerRe: a simpler binding technique for WinForms ? request for code review Pin
BillWoodruff4-Mar-18 14:50
professionalBillWoodruff4-Mar-18 14:50 
GeneralRe: a simpler binding technique for WinForms ? request for code review Pin
Eddy Vluggen5-Mar-18 1:30
professionalEddy Vluggen5-Mar-18 1:30 
AnswerRe: a simpler binding technique for WinForms ? request for code review Pin
Gerry Schmitz2-Mar-18 6:20
mveGerry Schmitz2-Mar-18 6:20 
GeneralRe: a simpler binding technique for WinForms ? request for code review Pin
BillWoodruff2-Mar-18 6:27
professionalBillWoodruff2-Mar-18 6:27 
GeneralRe: a simpler binding technique for WinForms ? request for code review Pin
Gerry Schmitz2-Mar-18 6:43
mveGerry Schmitz2-Mar-18 6:43 
QuestionNeed to export data from sql server to excel sheet in windows application Pin
Shankar M28-Feb-18 23:36
Shankar M28-Feb-18 23:36 
AnswerRe: Need to export data from sql server to excel sheet in windows application Pin
Richard MacCutchan28-Feb-18 23:56
mveRichard MacCutchan28-Feb-18 23:56 
GeneralRe: Need to export data from sql server to excel sheet in windows application Pin
Shankar M1-Mar-18 0:07
Shankar M1-Mar-18 0:07 
AnswerRe: Need to export data from sql server to excel sheet in windows application Pin
Gerry Schmitz1-Mar-18 8:01
mveGerry Schmitz1-Mar-18 8:01 
QuestionHow can i get the json data in to c# object Pin
Member 1370260728-Feb-18 18:20
Member 1370260728-Feb-18 18:20 
AnswerRe: How can i get the json data in to c# object Pin
Eddy Vluggen1-Mar-18 9:33
professionalEddy Vluggen1-Mar-18 9:33 
QuestionHow to open P to P Conference system in VB community? Pin
Member 1370237428-Feb-18 14:42
Member 1370237428-Feb-18 14:42 
AnswerRe: How to open P to P Conference system in VB community? Pin
Dave Kreskowiak28-Feb-18 15:27
mveDave Kreskowiak28-Feb-18 15:27 
QuestionRe: How to open P to P Conference system in VB community? Pin
Member 1370237428-Feb-18 16:06
Member 1370237428-Feb-18 16:06 
AnswerRe: How to open P to P Conference system in VB community? Pin
Dave Kreskowiak28-Feb-18 17:32
mveDave Kreskowiak28-Feb-18 17:32 
QuestionHow to Create Asynchronous Web Service in MVC C# Pin
Renuka Garg Phatak28-Feb-18 8:57
Renuka Garg Phatak28-Feb-18 8:57 
Hi,
I have to build a service, which is kind of middle layer between System A and Third party system
- This middle layer should be MVC framework
- There can be multiple systems DB’s ( System A, System B….) which will interact with
this middle Layer
- The SQL database should be able make Async call to this middle layer system
- The calling system and this middle layer are in different in house domains
- This Middle Layer will receive XML from calling system DB which will contain data , this middle layer should be able to read/process and write XML and send it back to calling system ( based on third party system response)

I need suggestion on how to design this middle ware system.
Should I go for Web service? Web APIS? WCF? Or is there any better way to achieve this !


Any suggestions will be appreciated.

Thanks

modified 28-Feb-18 22:08pm.

AnswerRe: How to Create Asynchronous Web Service in MVC C# Pin
Gerry Schmitz28-Feb-18 10:40
mveGerry Schmitz28-Feb-18 10:40 
QuestionRe: How to Create Asynchronous Web Service in MVC C# Pin
Eddy Vluggen1-Mar-18 9:34
professionalEddy Vluggen1-Mar-18 9:34 
AnswerRe: How to Create Asynchronous Web Service in MVC C# Pin
Gerry Schmitz1-Mar-18 10:07
mveGerry Schmitz1-Mar-18 10:07 

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.