Questions




Answers
3
PUT vs POST in RESTful services?

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.

...
Read More
Answers
1
URL Rewriting in asp.net MVC

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?

...
Read More
Answers
2
How to redirect from http to https in ASP.NET Core?

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.

...
Read More
Answers
2
Difference between LocalDb and SQL SERVER Software?

What is the difference between creating database inside localDb in visualstudio and creating database in sqlserver and joining it in VS .

...
Read More
Answers
3
How to get difference between two dates in javascript?

I would like to get Difference between two dates using javascript or jQuery in simple way.

How can I do that, for example

...
Read More
Answers
3
Show a slug url without id in the url in asp.net mvc

Hello,

I am trying to have this kind of url

...
Read More
Answers
2
Entity Framework 6 Select data using ToListAsync doesn't work

I am using Entity framework 6 and my query is as below:

...
Read More
Answers
1
Create Edit Field for HttpPostedFileBase type in asp.net mvc Edit.cshtml view?

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.

...
Read More
Answers
2
How to call jQuery function on radio button change event?

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

...
Read More
Answers
1
How to get current timestamp using javascript?

Hello, How can I get a timestamp in JavaScript? I need simple, understandable & easy code.

...
Read More

Page 29 of 54