Develop a REST API in windows
up vote
0
down vote
favorite
I have some power shell and c# code created for running in Windows system. I would like to develop an API REST for invoking those scripts from other systems. I have some doubts about how to develop this API REST. I would like to develop the API REST using a framework working in Linux and Windows systems, and I would like that framework integrated with c# and PowerShell. I am not a professional developer so easy to use is a plus. Any recommendation?
Best regards
rest api
add a comment |
up vote
0
down vote
favorite
I have some power shell and c# code created for running in Windows system. I would like to develop an API REST for invoking those scripts from other systems. I have some doubts about how to develop this API REST. I would like to develop the API REST using a framework working in Linux and Windows systems, and I would like that framework integrated with c# and PowerShell. I am not a professional developer so easy to use is a plus. Any recommendation?
Best regards
rest api
Since you already have C# code, and you want Windows and Linux support, a reasonable choice would be ASP.NET Code 2.1 : docs.microsoft.com/en-us/aspnet/core/web-api/…
– Joe
Nov 10 at 21:48
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have some power shell and c# code created for running in Windows system. I would like to develop an API REST for invoking those scripts from other systems. I have some doubts about how to develop this API REST. I would like to develop the API REST using a framework working in Linux and Windows systems, and I would like that framework integrated with c# and PowerShell. I am not a professional developer so easy to use is a plus. Any recommendation?
Best regards
rest api
I have some power shell and c# code created for running in Windows system. I would like to develop an API REST for invoking those scripts from other systems. I have some doubts about how to develop this API REST. I would like to develop the API REST using a framework working in Linux and Windows systems, and I would like that framework integrated with c# and PowerShell. I am not a professional developer so easy to use is a plus. Any recommendation?
Best regards
rest api
rest api
asked Nov 10 at 21:45
Antonio Pezuela
1
1
Since you already have C# code, and you want Windows and Linux support, a reasonable choice would be ASP.NET Code 2.1 : docs.microsoft.com/en-us/aspnet/core/web-api/…
– Joe
Nov 10 at 21:48
add a comment |
Since you already have C# code, and you want Windows and Linux support, a reasonable choice would be ASP.NET Code 2.1 : docs.microsoft.com/en-us/aspnet/core/web-api/…
– Joe
Nov 10 at 21:48
Since you already have C# code, and you want Windows and Linux support, a reasonable choice would be ASP.NET Code 2.1 : docs.microsoft.com/en-us/aspnet/core/web-api/…
– Joe
Nov 10 at 21:48
Since you already have C# code, and you want Windows and Linux support, a reasonable choice would be ASP.NET Code 2.1 : docs.microsoft.com/en-us/aspnet/core/web-api/…
– Joe
Nov 10 at 21:48
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53243718%2fdevelop-a-rest-api-in-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Since you already have C# code, and you want Windows and Linux support, a reasonable choice would be ASP.NET Code 2.1 : docs.microsoft.com/en-us/aspnet/core/web-api/…
– Joe
Nov 10 at 21:48