Click here to Skip to main content
15,794,633 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondévelopper et utiliser le web service Pin
Member 1483395815-May-20 22:27
Member 1483395815-May-20 22:27 
Questiondévelopper et utiliser le web service Pin
Member 1483395815-May-20 22:27
Member 1483395815-May-20 22:27 
Questioninsert data into list from form and Pin
Member 1322055211-May-20 0:41
Member 1322055211-May-20 0:41 
Rant[REPOST] insert data into list from form and Pin
Richard Deeming11-May-20 4:18
mveRichard Deeming11-May-20 4:18 
QuestionIServiceCollection / DependencyInjection issue Pin
Super Lloyd7-May-20 21:39
Super Lloyd7-May-20 21:39 
AnswerRe: IServiceCollection / DependencyInjection issue Pin
Richard Deeming10-May-20 23:01
mveRichard Deeming10-May-20 23:01 
GeneralRe: IServiceCollection / DependencyInjection issue Pin
Super Lloyd11-May-20 20:19
Super Lloyd11-May-20 20:19 
QuestionSet route in net core api Pin
pkfox5-May-20 8:20
professionalpkfox5-May-20 8:20 
Hi all, how do I set a route ( or attribute or whatever ) so I can call this method which is present in a net core api controller ? assume my controller is called MyController - I've googled endlessly and can't find a simple answer

I would like to be able to access it something like this
myipaddress:myportnumber/MyController/1
public ActionResult<Actuator> GetAValue(int id)
{
// businesslayer is my DAL and is instantiated in my controller c'tor
    return businessLayer.GetAValue(id);
}
"We can't stop here - this is bat country" - Hunter S Thompson - RIP

AnswerRe: Set route in net core api Pin
Richard Deeming5-May-20 9:41
mveRichard Deeming5-May-20 9:41 
GeneralRe: Set route in net core api Pin
pkfox5-May-20 11:06
professionalpkfox5-May-20 11:06 
AnswerRe: Set route in net core api Pin
jkirkerx7-May-20 9:58
professionaljkirkerx7-May-20 9:58 
GeneralRe: Set route in net core api Pin
pkfox13-May-20 2:07
professionalpkfox13-May-20 2:07 
GeneralRe: Set route in net core api Pin
jkirkerx13-May-20 6:27
professionaljkirkerx13-May-20 6:27 
QuestionSecuring a Web Project Using ASP.Net Pin
MadDashCoder30-Apr-20 21:01
MadDashCoder30-Apr-20 21:01 
AnswerRe: Securing a Web Project Using ASP.Net Pin
Richard MacCutchan30-Apr-20 22:37
mveRichard MacCutchan30-Apr-20 22:37 
GeneralRe: Securing a Web Project Using ASP.Net Pin
MadDashCoder1-May-20 3:39
MadDashCoder1-May-20 3:39 
GeneralRe: Securing a Web Project Using ASP.Net Pin
Richard MacCutchan1-May-20 5:16
mveRichard MacCutchan1-May-20 5:16 
QuestionGenerate an MVC Project Folder and Files Using Web API 2.2 Pin
Liagapi30-Apr-20 20:42
Liagapi30-Apr-20 20:42 
AnswerRe: Generate an MVC Project Folder and Files Using Web API 2.2 Pin
Richard MacCutchan30-Apr-20 22:36
mveRichard MacCutchan30-Apr-20 22:36 
GeneralRe: Generate an MVC Project Folder and Files Using Web API 2.2 Pin
MadDashCoder1-May-20 3:29
MadDashCoder1-May-20 3:29 
GeneralRe: Generate an MVC Project Folder and Files Using Web API 2.2 Pin
Richard MacCutchan1-May-20 4:23
mveRichard MacCutchan1-May-20 4:23 
GeneralRe: Generate an MVC Project Folder and Files Using Web API 2.2 Pin
Mycroft Holmes1-May-20 13:05
professionalMycroft Holmes1-May-20 13:05 
QuestionC++,Jquery, SQL MVC, produce Excel pie graph? Pin
Member 1464122429-Apr-20 21:47
Member 1464122429-Apr-20 21:47 
GeneralRe: C++,Jquery, SQL MVC, produce Excel pie graph? Pin
Richard MacCutchan30-Apr-20 0:29
mveRichard MacCutchan30-Apr-20 0:29 
GeneralRe: C++,Jquery, SQL MVC, produce Excel pie graph? Pin
Member 1464122430-Apr-20 0:44
Member 1464122430-Apr-20 0:44 

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.