Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I want to develop a search engine for my department intranet site to let colleagues searching document for download and information in html page.
I proposed to use Lucene.Net & .Net C#/VB to build up the searching (web application). But it is hard to found tutorial/sample on it, i don't know how to do the indexing on document, html page content...
I am looking for related tutorial/reference. Thanks.
This covers the very basics but lucene and search is a big topic, Id start here and ask more questions as you go.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to write a meta search engine in C# for that I Need search API from 2 search engines,I have already got google's API,I wanted to use Bing API but it seems that they don't support this service anymore.do yo know any other search engines that I could get its search API for free?
You still have the Bing Search API, it has been moved to cognitive services:
https://www.microsoft.com/cognitive-services/en-us/bing-web-search-api
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am Developing asp application version 4.5.Currently i have an requirement which will read an document which will have 2D and linear barcode both.Can anyone suggest an DLL,through which i can read both 2D and linear barcode.
Thanks
Its better to go with proprietary API's to achieve secure and faster performance.
you can find many free like codeplex https://freebarcode.codeplex.com/
To workaround and to understand how it works please refer This Link
BarcodeLib also has some good capabilities.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Anyone know of news API's I can use to retrieve news stories for use in an asp.net app?
Thanks
You won't find whole solution made for you but you can certainly find APIs that will provide you with news.
I think FeedZilla will do what you want. You can call its API to get news and Embed in your app.
Also look at Google news
That's kind of a vague question. After all, very few websites are not able to share news.
So how about http://www.dotnetblogengine.net?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for an easy to use, maintain and extensible search engine (intranet, enterprise search engine) based on .Net technologies, better open source which is more capable of extension. Just similar to Apache Lucene and Apache Solr. I want to search html page only.
I tried Microsoft Search Server and find it is not easy to maintain, use and extend, not easy to make own UI, bound too tight to SharePoint. I am using VSTS 2008 + C#.
Lucene.Net?
arachnode.net it's a web crawler + Lucent.Net
If you are looking for an out of the box, configurable, free solution, you can check out Searchblox, I have had pretty good success with it. It's not open source though.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I built a GIS application around Twitter and now its getting some interest.
But one of the requirements is that they don't want any outside dependencies.
So I'll need to mimic Twitters functions.
Anyone know of any open source Twitter projects?
Laconica?
http://laconi.ca/trac/
Identica demos it nicely:
http://identi.ca/
Jaiku is a microblogging service very similar to Twitter. Google bought Jaiku a few years ago and made its engine open source. You can find it here:
http://code.google.com/p/jaikuengine/
If you're looking for a .NET alternative. There is Yonkly. Is an open source Twitter clone written using ASP.NET MVC. You can find the source here:
http://www.codeplex.com/yonkly
I have used laconi.ca in the past, it is easy to figure out and highly customizable (for how young it is).