A
A
Artyom2012-07-08 23:35:10
ASP.NET
Artyom, 2012-07-08 23:35:10

Are there plugins for ASP.NET MVC?

While studying RoR/Django, I immediately came across large sites with gems/applications that would greatly simplify development (an administration system or a text editor). But with ASP.NET I just can not find anything similar. Is there really nothing similar for ASP.NET MVC and everything is always written from scratch?
An example of such a collection site: rubygems.org

Answer the question

In order to leave comments, you need to log in

8 answer(s)
D
Dmitry Sidorov, 2012-07-09
@Dracontis

But what about NuGet? In my opinion, this is what is needed.

S
SychevIgor, 2012-07-09
@SychevIgor

the list of gems looks like a set of bicycles for my taste... codeplex.com to help you, there is something on mvc, because I took authorization from VKontakte from there... I didn’t see a single hub, but you can search for something on codeplex, something you can find it in the list of visual studio extensions by the mvc tag. there is also asp.net but I'm not sure that there is something similar to gems

E
eforce, 2012-07-09
@eforce

It is not very clear what exactly is needed. For administration, it is enough to make a separate controller and set access for a specific role [Authorize(Roles="Admin")], text editors are usually not connected to the server part, you need to program it yourself. There are all sorts of grids and helpers, for example here MvcContrib . For a long time there have been controls from DevExpress specifically for MVC, a lot of charts and other things written in js and / or jquery are integrated into the site without any problems.

S
Sequd, 2012-07-09
@Sequd

Well, there is a whole lot of everything. For example, a text editor for ASP.Net FreeTextBox /
Look better.

S
Sequd, 2012-07-09
@Sequd

If you are looking for some resources that contain everything at once, then try to search for “ASP.NET toolkit”
Well, you will definitely find a bunch of controls.

B
Boris Soldovsky, 2012-07-09
@soldovskij

Look towards unit testing, inversion of control (ninject), storage emulation for unit tests - moq.
This is if from the side of the code.

G
Gwynbleidd, 2012-07-09
@Gwynbleidd

Extensions by Telerik .

F
fergard, 2012-08-02
@fergard

ReSharper supports ASP.NET MVC: www.jetbrains.com/resharper/download/index.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question