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
Can you recommend a single downloadable video (one that you have actually watched and that you think is of high quality) introducing LINQ (not to be
confused with "LINQ to SQL") to a somewhat experienced VB.NET/C# developer?
It could be a screen-cast showing real code.
"Downloadable" includes YouTube and ShowMeDo (Flash video)
as there are ways to do this. A streaming-only video is not
acceptable.
Check out LINQ Videos (www.asp.net).
There is a few on dimecasts
I found the Tekpub Mastering Linq series quite nice. It does cost a few bucks, but it's quite in depth.
Anders Hejlsberg gave a couple great introductory talks about LINQ at the Lang.NET Symposium in 2006 and 2008.
http://www.learnvisualstudio.net/
He has LINQ tutorials. His tutorials are great. I was a member for a year. It's $60 a year.
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 7 years ago.
Improve this question
I am looking for a spatial index library in C# that has to be able to index geometries (circles, polygons, polylines) as well as answer intersection questions. I found NetTopologySuite (NTS) and some other one-file solution project but I wonder if I missed anything significant?
NTS is pretty good but somewhat heavy. The second one is a one man art and apparently I have to pick it up and maintain myself. I wonder if I can find something that is supported and tested.
I am looking for C# one but if I can get hands on Java one, I can adapt that.
libspatialindex seems to have all the features you want, but it's in C++
JSI is a Java project, but it only works with rectangles.
I am not 100% sure but i guess Solr and Elastic search supports spatial index. They are in Java and they support REST.
I found some good examples here http://www.rtreeportal.org/
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
Ive been trying for an hour to install all the files that GitHub says I need to compile the documentation for the C5 Collections 2.0 and I'm still having no luck with it. I've also googled for at least another 2 hours with no luck. I have no idea why they didn't just compile it themselves.
Does anybody have the compiled .chm for this? It would help me tremendously.
The documentation from GitHub is compiled by the NuDoq website and available here:
http://www.nudoq.org/#!/Projects/C5
This is the first time I heard of NuDoq. I don't know how long they will be around. It is a cool initiative though.
There is a document describing the changes and rationale
Sweet Jiminy, this was bothering me too. I know this question was asked ages ago but here's the answer.
http://www.itu.dk/research/c5/Release1.1.1/c5doc/frames.htm
As of right now, version 2.4 of the docs can be found here:
https://c5docs.azurewebsites.net/class_c5_1_1_tree_bag.html
Found this link on the C5 github website:
https://github.com/sestoft/C5
It looks like they finally got their act together with respect to providing pre-built documentation.
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
I'm working on a project which compares image files. Before I start I decided to ask for external sources, like a commercial SDK or something open source.
I tried to write a sample where it compares 2 image files too measure how similar they are, and output a percentage result. But no luck, long time to execute and weak precision. So if someone had experience in that direction that will help me.
http://www.imagemagick.org/script/compare.php
AForge.NET is excellent...
AForge.NET
The frameworks below is the best for image processing in C#
AForge.NET
Accord.NET
Emgu CV
Really not sure about requirement , what kind of similarity you want. If you can put more details, i can help you out.
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 4 years ago.
Improve this question
Can somebody point me to a good site/book/article about multithreading with .net?
I didn't find much info about this...
thanks
This is a favourite of mine.
http://www.albahari.com/threading/
These all helped me:
http://www.albahari.com/threading/
http://msdn.microsoft.com/en-us/magazine/cc188793.aspx#fig7
http://www.yoda.arachsys.com/csharp/threads/volatility.shtml
Here are some articles to get you started:
Introduction to Multithreading in C# - provides a good overall introduction to threading.
Safe, Simple Multithreading in Windows - this is an excellent series of articles for learning about threading of Windows UI's. You may also want to read Safe, Even Simpler Multithreading in Windows Forms 2.0 to read about BackgroundWorker.
I would recommend Jefferey Richter's articles on threading Power Threading
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'm looking for open source applications, built with winforms in C#. Specifically, i'm looking for applications using new and real world techniques. Like nerddinner and oxite for asp.net.
Thanks
SharpDevelop is an excellent example IMO
Another one was Paint.net, but it's no longer open source, see comments.
Look to codeplex, SourceForge and Code Google. There is lot of applications :)
Next resource is CodeProject.
Paint.Net is nice example.
Here is source code.
NUnit is a good "real world" open source application...
http://sourceforge.net/projects/nunit/