Facebook library for ASP.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 8 years ago.
Improve this question
I'm trying to use some facebook datas (login, but mostly I'm trying to get the number of likes of a page in my database) in my ASP.NET projects.
Which tool/library/any possibly way should I use?
I googled a lot but all posts are unuseful or too old.
So there's something useful to integrate facebook datas on ASP.NET nowaday?

You can use Facebook SDK. You can request information from Facebook using this SDK
http://facebooksdk.net/docs/reference/SDK/

Related

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/

Site Map Generation Symfony2 Bundle [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
Does anybody knows a good vendor bundle for symfony2 for Sitemap generation with minimal modifications.
I think that this article is a good primer for creating a sitemap any which way you like - I can easily see how you can adapt this to your specific needs as required. (Although I think I would rather push the route generation down into the template on general principle - that way you won't have to pass the hostname in.)
There also is a PrestaSitemapBundle available offering further tools for generating sitemaps in Symfony.

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/

What is the best MemCache solution for ASP.NET applications? [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
What is the best MemCache solution for ASP.NET applications running in a windows server environment? Why?
You could also check out Microsoft Velocity, especially if you're at a place that prefers Microsoft products.
My sentiments exactly - My Question
From what I've gathered, memcacheddotnet is the best free options,
scaleout if you want to pay

Entity diagrams in ASP.NET MVC [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
What's the best way/tool to display nice diagrams with entity relationships in ASP MVC views?
i.e. servers and and applications, or servers with other servers.
Are there any third party tools out there that can do this?
I've been searching around things like Telerik, but it's really hard to google for this!
Here are some 3rd-party diagramming tools:
http://www.nevron.com/Products.DiagramFor.NET.Overview.aspx
http://www.nwoods.com/GO/dotnet.htm
http://www.syncfusion.com/products/diagram/web/default.aspx

Resources