Is there something equivalent to PrimeFaces for ASP.NET?

I have been an ASP.NET developer for many years, but recently I started working with some PrimeFaces solutions with JSF 2.0. I have nothing to complain about.

There are several points that I liked about PrimeFaces: many easy-to-use components that are completely based on jQuery and jQuery UI (which are very important to me) and very focused on web standards (even more important for me).

But there are some cases when I really need my server side with ASP.NET. I don't want to start a discussion here about the benefits between JSP and ASP.NET, both have a lot of motivation to use.

Well, the standard ASP.NET components are not jQuery-based, are not available for jQuery UI Themes, are not fully web-based (a big problem), and the variability is much simpler (there aren’t Carousel, Accordion, Captcha, Slider, Spinner and etc. etc.).

EDIT

Continuing the saga, @Raynos' answers inspired me to explore lighter features like the one suggested by manos . But I really would like something a little more automated, at least in the generation of HTML for common controls. Someone from well-known working CRUD-samples for mana or additional modules that support this task?

Remembering that the main question is still open: Do you know any ASP.NET user interface platform based on the same ideas of PrimeFaces, prefer open-source like this?

+3
source share
4 answers

I suppose we cannot answer your question with something simple. As the other answers showed, unfortunately, we do not have any user interfaces in ASP.NET that are entirely based on web standards.

: ASP.NET, .NET Framework. , ASP.NET MVC JSF, PrimeFaces. , jQuery, PrimeFaces. , ASP.NET, MVC , .

, , - . , manos , , . , " " , ASP.NET ..

, ( ) ASP.NET, - ASP.NET HTML5, - . , , , (, , ).

, :

  • HTML5, jQuery jQuery UI. .
  • , . HTML5 BoilerPlate, ( Web.config, ). , jQuery, .
  • , , PrimeFaces, ASP.NET. : jQuery, , class DOM. PrimeFaces Complex DataTable HTML-, CSS, HTML UserControl, , HTML-.
  • , PrimeFaces - open source, - , jQuery , .

, , , , PrimeFaces, ASP.NET. , - ASP.NET, , , , , openource ?

+6

, ASP.Net MVC ASP.Net Web Forms, .

asp.net mvc html helpers, . http://weblogs.asp.net/gunnarpeipman/archive/2010/08/16/asp-net-mvc-meets-html5.aspx

+1

.NET, Telerik RadControls (sp?), , ASP.NET, jQuery. , , .

AjaxControlToolkit ASP.NET , . jQuery, , .

, .NET( Microsoft ).

+1
+1

All Articles