Layout/design templates for MVC application? [closed] - asp.net-mvc

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
Is there any open source design templates available for asp.net MVC projects? Tired of seeing the standard blue and white look that every mvc projects have.

If you understand html/css you can take benefit of all websites that offers free template, to name but a few:
http://www.oswd.org/
http://www.sixshootermedia.com/free-templates/
http://www.opendesigns.org/
That's just a matter of applying them to your ASP.NET MVC Website (override the default CSS and updating the _layout markup), see this article.
Or there is the MVC Contrib Template gallery.

Those template sites seem to be outdated now and no longer kept going, just fyi.
http://oswd.co and http://html5up.net look to be more recent with the latter having a lot of HTML5 templates to choose from.

Related

Is there any document(doc,docx) editor available in javascript? [closed]

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
Can any one suggest me any library in javascript(client end) document editor where user can view and edit the documents like doc, docx, odf etc.
I have tried webodf but it doesn't support doc/docx. Also, it's not getting implemented properly as editor.
Any suggestions are welcome.
Your best bet is to look for converters, and then edit the converted content.
I've been looking for a working solution now for a couple of weeks, and the best I've found to date is docx2html.
Depending on your development platform you might also want to Google 'ONLYOFFICE Document Server Community Edition'. They have in page editors for Word, Excel and Powerpoint - but they're asp. It's an open source platform and available on Github. Might be worth a look though.

StimulSoft Report For ASP.NET MVC3 [closed]

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 5 years ago.
Improve this question
I'm new to ASP.NET MVC Razor. I want to use stimulsoft reporter to get report from my data. I have added two dlls to my project's reference, but none of the online solutions works for me. I want a resource to learn stimulsoft for MVC Razor. Can you help me?
Read Stimulsoft User Manual, Stimulsoft Programming Manual.
Look at the sample projects in Stimulsoft.Web distributive.

Open source projects using asp.net mvc + silverlight [closed]

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
Are there any open source projects using both asp.net mvc and silverlight together?
I guess one of the largest open source projects that are using asp.net MVC and silverlight would be the mono project. They have gone and recreated asp.net mvc and silverlight as mono mvcand moonlight, though I would guess that you're looking for 'applications' or 'sites' that use these two technologies.
Two large projects that do use asp.net MVC as expected are Micorosoft's Orchard CMS and Rob Conery's Kona Project. Althought I do not think that these have silverlight included with them. I think that both are pure MVC applications.
Good luck in your search, and hope this helped some.
i couldn't find an open source project (doesn't mean they don't exist) but here is some good resources about mvc with silverlight here and here

Where can I find ASP MVC documentation? [closed]

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 5 years ago.
Improve this question
Could anyone can tell me where I can find full ASP.NET MVC beta documentation?
A few good places to start:
http://www.asp.net/learn/mvc/
http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx
http://www.asp.net/mvc/
I would expect full documentation to be more available at release time.
MVC is also open source and is on CodePlex, so you can just look through the source of course.
Project is here: http://www.codeplex.com/aspnet and here: http://www.codeplex.com/MVCContrib
Documentation is here: http://www.codeplex.com/MVCContrib/Wiki/View.aspx?title=Documentation&referringTitle=Home
You can find it on MSDN site here ASP.NET Model View Controller (MVC)
http://www.asp.net/mvc/ would be the most logical place to start looking.
There is a book coming out through Manning press. It's not published yet but you can download the juicy stuff through their early access program. If you want a lot of info in one place it might be a good bet.

Looking for commercial UI rich controls for ASP.NET MVC [closed]

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 commercial suite of rich UI controls for ASP.NET MVC. (commercial suites, I know jQuery has a lot of free stuff) This means no postbacks. And preferably built with jQuery.
some webform examples:
www.infragistics.com
http://www.componentart.com/
Telerik RadControls for ASP .NET has support for ASP .NET MVC.

Resources