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
Can somebody please suggest a good place to look for source code examples of how to use the SharpSvn library?
And there are tons of examples in the test suite.
Just use your favorite Subversion client and browse to
http://sharpsvn.open.collab.net/svn/sharpsvn/trunk/src/SharpSvn.Tests/
(username 'guest' and no password. Or your open collabnet account)
Their source code contains an example project.
I´ve found a similar question here, in Stack Overflow that might help you
SharpSvn: Samples
Download the Log Viewer source from SharpSvn Brings Subversion to .NET
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'm working on a a thesis and I'm in need of a QR-code scanner using a webcam..
I searched and the library is paid.
I need a tutorial or a source code to finish this. I prefer a tutorial so I can learn it, not just download it and run it.. any links that can help me will do!
Please please..
https://code.msdn.microsoft.com/windowsapps/Capture-QR-code-in-Windows-f665a28d
check this example. This solution use a nuget package and it's free.
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
We are thinking of implementing Redis to optimise our webapplications retrieval of custom text descriptions and labels for pages.
We want to use StackExchange.Redis. Are there any example projects or Walkthroughs which would help to understand the project easier?
I use the test project as examples. https://github.com/StackExchange/StackExchange.Redis/tree/master/StackExchange.Redis.Tests
it is pretty good.
I found useful example of using redis StackExchange client here:
Object Persistence in C# - Part 5 - Redis Provider
the source code is on github
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 forward to build a web Based RDP client for one of my projects. Unfortunately, I could find only one Open Source project for this i.e. Guacamole.
I tried to go through the documentation, but It was written in some alien language. I am a C#/ASP.net/jQuery developer and the documentation is pretty confusing to me.
I did not find any install package for Windows in the documentation, neither I found any compiling methods for windows.
Is there any alternative to Guacamole for windows ? I'd prefer C# based back end over HTML5.
If not, please tell me about windows documentation of Guacamole.
Any help would be highly apppreciated..!!
Thank you..!
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'm trying to figure out the best way take a ics file and convert it into a format I can put into a database. Can anyone recommend how to do this?
There's an example of parsing iCalendar files. It is based on the DDay.iCal library.
The commercial .NET library Aspose.iCal does the job
http://www.aspose.com/community/blogs/salman.sarfraz/archive/2008/11/21/where-is-aspose-icalendar.aspx (used to be http://www.aspose.com/categories/file-format-components/aspose.network-for-.net/default.aspx)
Or this open source parser (didn't try it)
http://sourceforge.net/projects/icalparser/
And this online iCal validator comes in handy
http://severinghaus.org/projects/icv/
Regards,
tamberg
I used https://github.com/der-Daniel/ical.NET which is also available on Nuget.
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
Am looking for C# open source NMEA parser.
Well, I'm not familiar with it myself, but some quick searches show one on CodeProject, which links to 2 other such, here and here. Any of those help?
check out sharpGPS . there are several other gps and nmea related projects o codeplex too
FWIW, it's not hard (10-40 LOC) to parse the basic ones your self. If you find you need to do this, here is a link with some useful info.
One more (support several devices)
http://www.codeproject.com/Articles/279647/NMEA-sentence-parser-builder