API Management layer in .NET [closed] - asp.net

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am currently exposing an API endpoint for my .net services which uses WCF Rest API, ASP.NET Web API and ServiceStack.
I want to add rate limiting and authentication for my API, to add this I don't want to implement authentication/rate limit in each service.
Do you know if there is some platform (open source is a must) that I can put after my services that will manage it? like apigee?

Related

Using my own Rest API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have been learning about Rest APIs and I just created my first one in Visual Studio. Now I would like to put it on the internet so I can call to it rather than calling localhost. For the amount of information on how to create an API there isn't much information on how to deploy it.
My API is very simple and not very useful. It is more of a learning exercise to me. So I was wondering what is the free or cheap way of getting it on the internet.
Every ASP.NET project is deployed the same way. You hit publish and upload the files to a web server (be it your own computer with public IP address or hosting you pay for). If you are using a database you may need to setup that too and tweak the connection string in the config file.

How to send sms from ASP.NET application? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am developing an asp.net application in c# on which customer can order for some items. So my requirement is that whenever any customer will create and order sucessfully then a SMS will be sent to customer's cell. What I need to do for it ?
Thanks in Advance
You would need to buy 3rd party services like http://www.twilio.com/

Is there any tool/way to create/Import all categories and keywords from XML file to tridion [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have a long list of categories and keywords provided by one client.Is there any way/tool to avoid one by one manual creation of them.
I'm not aware of any existing tools to do this, but it would be possible to build one that uses either the Content Manager .Net API or the Core Service (WCF web service) interface to programmatically create the C&Ks for you. Personally I'd probably go with the Core Service - if you google "sdl tridion core service" there is a wealth of information already in the public domain to help you get a better understanding of how to use it.
There's a particularly good article here - http://blog.building-blocks.com/creating-keywords-using-the-core-service-in-sdl-tridion-2011

Enterprise Java Beans video tutorials [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Are there video tutorials for Enterprise Java Beans with the same caliber as asp.net and windowsclient.net Learn section?
Google 'EJB video'... a few to get you started
EJB Tutorial
EJB3 and Web Services
EJB3 and Web Services II
Java Persistence and EJB3
Not sure what the quality of the resources you mentioned is - this stuff seems usable to me

Jabber integration in ASP.NET [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm looking for an AJAX-enabled web client for Jabber. I found some, but they look hard to integrate with ASP.NET.
Some of them were not even tested in IE.
I'm trying to make an Facebook-like chat client, any suggestion is welcomed?
Take a look at this jabbar library for .NET:
http://code.google.com/p/jabber-net/
Or here if you need a ready-to-go solution for your website:
http://www.hotscripts.com/

Resources