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
Is Unity a part of .net framework or is it external?
Where can I get it and how can I add it to my project?
any good tutorial on how to use Unity?
Thanks
It is external
get it from the unity site: http://unity.codeplex.com/
If you're having trouble setting it up, have you tried using NuGet? It should add it to your project, update your config files, etc for you.
EDIT: I haven't watched it yet, but this screencast: http://www.pnpguidance.net/Screencast/UnityDependencyInjectionIoCScreencast.aspx is recommended in another question: Getting Started with Unity Framework
From the MSDN
http://msdn.microsoft.com/en-us/library/ff649614.aspx
It's part of Microsoft's Enterprise Library, which is freely downloadable from Codeplex. Enterprise Library contains various code blocks of varying usefulness including IOC (Unity), logging, data access, caching, etc..
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 m working with a large project whith meets in mvc c# and looking for methods (plugins for visual studio, addons, frameworks) for tracking object in controller,views during the app works. Any methods exist for that ? I do not want use logging via nlog or log4net.
Try Application Insights (https://learn.microsoft.com/en-us/azure/application-insights/app-insights-overview). It integrated very nice in Visual Studio, has a free plan as well and is created for scenario's like this.
Just to satisfy my curiosity, why do you not want to use a logging framework?
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 2 years ago.
Improve this question
I want to learn how to use ServiceStack to selfhost mvc/razor applications. I have only basic konwledge about MVC. I've already compiled and tested ServiceStack sample - RazorRockstars. It works (both Windows and Linux/Mono).
My problem is that I don't understand how it really works. Is there any tutorial describing how to create project like this, step by step? I'm not looking for finished working project, instead I want simple tutorial, with explanation step by step how to create it from scratch.
I've searched for this but still I can't find any matching my criteria.
Pluralsight has a great ServiceStack course made by John Somnez
or you could read the documentation
I think you are asking how view API is working. If your question is specifically for how you can define view for your project. There are multiple options with Servicestack.
You can find that documentation here.
Please let me know if any further detail is required.
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 wondering if anyone knows of an open source c# library for beautifying javascript. I would like to make use of such a library within my asp net website to make debugging messy javascript easier.
There are currently many online websites for this (ie. http://jsbeautifier.org/) however I would like to have access to such a utility within c#, even if it is just a wrapper for communicating with an online API.
You can use jsbeautifylib.
http://jsbeautifylib.codeplex.com/
It's the file/folder you found :)
Also there is a C# port of js-beautify by Denis Ivanov here
And in the simplest of form, there is JSBeautify.cs
The site you pointed out suggests a command line tool. Wouldn't it be enough for you?
To beautify from the command-line you
can use provided beautify-cl.js
script, using Rhino javascript engine.
See the file contents for the details.
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).
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
I'm looking for libraries to build attractive interfaces. Someone told me about Fluid (http://fluid.codeplex.com/) but it's very difficult to use.
Anyone knows others?
My project is for Compact Framework 2.0 SP2, C#, and it's going to use in Windows Mobile 5.0 and above.
Thank you!
you should check out the Silvermoon project. if uses opengl to make great looking UI´s. just tried it on my phone and it looks great.
I have been looking for the same recently. Resco MobileForms Toolkit is one option, but in the end (because I didn't want to pay for any third party libraries) I just wrote a few controls of my own - this was quite a useful starting resource, but it is 3.5 focussed. I think your options may be much more limited if you still want to support version 5.0.