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 looking for a free .NET (C#) library which i can use in my program and simply draw UML diagrams (especially class diagram). I tried to used Netron Diagramming Library but it is kind of tricky.
Have you looked at EasyDiagram?
Depending on your requirements you may be able to use the http://yuml.me/ REST api.
http://sourceforge.net/projects/numl/
From the home page:
Library for manipulating UML 2.0 and MOF 2.0 models, for .NET, Mono,
and DotGNU. Provides serialization to/from XMI 2.1.
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 3 years ago.
Improve this question
We are building to many applications in .NET (specially .NET-core) framework. Most of them are in C#. The problem is, each developer is implementing their own RBAC implementation in their projects. At the end we have too many form of RBAC implementations.
Is they any official or community supported de-facto implementations of RBAC in .NET (C#) that we can re-use in all our projects.
Please share if you feel any good practice as well in this regard.
You can use ASP.NET Identity.
More about ASP.NET Identity at https://learn.microsoft.com/en-us/aspnet/identity/overview/
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 need a .NET Framework 2 compatible C# API or free library to plot some not typical curves by points. I'm not allowed to use .NET Framework 3 or higher. Are there any solutions?
ZedGraph : http://www.outsystems.com/forge/component-details/41/ZedGraph/ supports .NET 2.0. I have not used it, got curious about this and found it after searching. A word of caution though : Looking at the history of changes in sourceforge, it doesnt seem to be very actively maintained (Last update was in 2012), something that you may have to think about.
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 am looking for a .net C# library that can do translations. I tried googles one but they charge money now for it.
I am looking for something that can preferably auto detect languages, translate blocks of text or download the entire page and convert it.
This all has to of course be done through code.
Thanks
Have you tried using bing?
http://www.microsofttranslator.com/
There is a translator .net library on codeplex that uses bing: http://translateit.codeplex.com/
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 1 year ago.
Improve this question
I'm busy with an application that needs to display Treemaps to a user but I can't find a good charting library that has support for this kind of graph.
Here are some examples of what I mean
I'm using C# as a server side technology, but I'm willing to invoke something on a command-line too if that is required.
Any suggestions?
Edit: I don't mind getting a java library recommendation, since I don't mind combining technologies
Well, since you question is tagged with "Java" I'm gonna propose JFreeChart (even though your actual question seems to indicate you need more of a C#/.net kind of library)
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 looking for a free .NET (C#) library which i can use in my program and simply draw UML diagrams (especially class diagram). I tried to used Netron Diagramming Library but it is kind of tricky.
Have you looked at EasyDiagram?
Depending on your requirements you may be able to use the http://yuml.me/ REST api.
http://sourceforge.net/projects/numl/
From the home page:
Library for manipulating UML 2.0 and MOF 2.0 models, for .NET, Mono,
and DotGNU. Provides serialization to/from XMI 2.1.