Hello, I would like to know the difference between PUT & POST in Restful services.
As I am using Web API, I feel put and post are same or almost same but doesn't have any idea about when to which one.
...I need functionality like, if user enters http://localhost:5130 default page should be open like user/index
and if user enters http://localhost:5130/customer, customer/index page should be open
how can i achieve this in MVC using route.config?
...Hello, I would like to know, how can force user to redirect from http(not secured) page to https(secured page) in asp.net core?
I am using asp.net core boilerplate template.
...What is the difference between creating database inside localDb in visualstudio and creating database in sqlserver and joining it in VS .
...I would like to get Difference between two dates using javascript or jQuery in simple way.
How can I do that, for example
...Hello,
I am trying to have this kind of url
...I am using Entity framework 6 and my query is as below:
...When I create new item and add image by input type file it works ok. But I have this same code in Edit.cshtml and I want to set input type file from Model and id but it doesn't work. I cannot set this input file.
...I would like to call jQuery function on <input type='radio' /> button change. How can I do it?
I have to show, hidden <div> on radio button value='yes', so if I have two <div>, with id div1 & div2, I would like to show div2 when radio value is "yes", here is my example HTML
...Hello, How can I get a timestamp in JavaScript? I need simple, understandable & easy code.
...