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've searched for a good and complete manual on Blend for Visual Studio 2012 and/or 2013 for developing WPF Application with C#, but I still haven't found anything.
Do you know a complete and well-made manual to learn this software?
Here are some tutorial about design. For Windows 8 or Window phone 8 or WPF are the same basically.
http://www.microsoftvirtualacademy.com/training-courses/designing-your-xaml-ui-with-blend-jump-start#?fbid=5WqBAoX8Aog
I suggest you to see more about Jerry Nixon videos.
http://blog.jerrynixon.com/2014/01/the-most-comprehensive-blend-for-visual.html
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
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.
Improve this question
I am trying to download library to parse JSON on C# on Windows Phone 8. I am working with visual studio 2013. The library files that I have found online does not work with windows phone 8. May I know if there are any online libraries that I may have overlook?
Check out Json.net
The site says that it supports windows phone 8. This package could be downloaded from Nuget.
Hope it helps. Thanks
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 application which requires me to connect to webcam and record the video in MPEG format as it is VCD compliant. The application is in WinForms however, WPF solution is also fine. I am not interested in WebBased Flash/Silverlight solutions I am only interested in free or opensource solutions or controls.
Is there such solution available for C#/.NET?
The following 2 open source projects seem to contain the kind of control you are building.
http://www.codeproject.com/Articles/285964/WPF-Webcam-Control
http://easywebcam.codeplex.com/
The best libraries I know are these.
FFMpeg.NET
FFMpeg-Sharp
FFLib.NET
Other than that, you can do "console" operations to get it done.
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 creating a Windows 8 app which will need to export some content from a RichTextEditor to a PDF file.
Can anyone advise the best way of doing this and if there are any Free tools available
thank you.
You can use PDFCreator, there are lots of examples provided in many languages (including C#).
other option ITextSharp http://sourceforge.net/projects/itextsharp/
you need import the library that suport RTF or HTML
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 learning to use C# WPF with Microsoft SQL CE database. Can anyone point me to some good step by step tutorial on how to use the SQLCE with WPF? I have read MSDN, but none on the site helps. I need something simple: how to connect, insert, read rows, store to datagrid etc, not some sites that play with NorthWind.
I have a sample here: http://erikej.blogspot.com/2011/02/using-sql-server-compact-40-with-wpf.html
NerdDinner is a good start
http://weblogs.asp.net/scottgu/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx
I found this article very helpful:
http://www.codeproject.com/Articles/680116/Code-First-with-SQL-CE
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'm looking for an open source (GPL, LGPL etc) graph layout library for .net framework, preferably fully managed code. Im not worried about the visualisation aspect of things.
I can find lots of them for Java, but none for .net...
Thanks!
http://graphsharp.codeplex.com/ (Nice "visualisation aspect of things" :)
(...and for the "oldie" GraphViz, you can get no less than 3 language bindings for C#)
http://satsumagraph.sourceforge.net
Has force-directed graph layout (charged particles & springs model).
http://zedgraph.org/wiki/index.php?title=Main_Page
Tried it before...works great.