Starting Web APIs [closed] - c#

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am asked to create a web api for a desktop application that is already developed.
I don t have any background in web development in general and I am somehow stuck in doing it in a very short amount of time
I found several books and guides out there but non of them is to the point and require alot of time ... which I don t have at all .
Can someone guide me to a good how to start tutorial page ? I have basic C# .NET experience and using Visual studio 2012

Try this:
Your First ASP.NET Web API

Related

Website For Web Service (Beginner Help) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
If I have an API of a WebService and i were asked to make a website for this WebService how can I do it using c#(Visual Studio) ?
Open a project like : visual c# -> ASP.NET Web Application? like programming a standard website ? or do I need to open a different type of project or configure other things ?
If any one got a nice tutorial or something similar i appreciate it...a lot!
A journey of a thousand miles begins with a single step.
Here's a great tutorial that will teach you how to build an MVC website that uses a WebAPI:
http://www.asp.net/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api
Did you heard about Webmatrix? http://www.microsoft.com/web/webmatrix/. Its a great tool to create websites within minutes. And they have also a lot of tutorials for beginners: http://pluralsight.com/training/courses/tableofcontents?courseName=webmatrix-introduction.

Suitable web framework in ASP.NET for real time web application? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I have a Windows real time application. Now I want to convert this application into a web application in ASP.NET. I want suggestions about the web framework that I can use. Which is suitable? I have ideas of ASP web form , MVC. And also open source JavaScript library. Thanks.
SignalR supports real time communication between client and sever
http://www.asp.net/signalr

How to host ASP.NET MVC4 application on microsoft IIS server [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
i am able to host the asp application using visual studio but does anyone know how to host the application without using visual studio.
Many thanks
Microsoft has you covered on this one: http://www.asp.net/mvc/tutorials/deployment/visual-studio-web-deployment/deploying-to-iis
You may not need to follow all the steps such as the SQL one, but the tutorial should get you where you want to go.
You need to install MVC on the server.
Then you can simply create a website on IIS and deploy your website on it.

Are there any Football Web Services which can be consumed? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am trying to find a WebService that provides access to current football statistics for Serie A (Italian League) for example and maybe some livescores.
Has someone found any webservice that can be consumed to gather this data, or I need to scrape them from a web page to get them.
For example livescores.com has live scores on its webpage...
I am trying to find a service that can be consumed so I can use it for an app. (I already tried google. So don't tell me to google it)

Show website before logging in to Windows [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have recently been asked by some people if i can help develop/deploy a solution that allows their staff to first login into their website before being able to do anything on their systems. They fear their staffs dont visit their website and will like to do this so that the first thing a staff sees before he can use his/her desktop is their website.
Please can any body give me any pointers?
Any .net related code article will be welcome, as well as maybe already built solutions.
Thanks
Before login there is no real desktop... doing what you describe might be technically possible (probably some "hacks" will be needed)... BUT it goes against any security measures to do so..
An option might be to setup the Windows AutoStart in a way that is launches the browser with that website...
As per comment:
you can find some ideas on how to deal with "startup items" here and here.

Categories