asp.net mvc blogging engine [closed] - asp.net-mvc

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for some open source blogging engine build on ASP.NET MVC. Is there any production ready projects available?
Note from svinto: I want this as well, but rather something that plugs in to any asp.net mvc site, using any DI/IoC or ORM. - Instead of creating a new similar question, I'm using this one.
These are the blogging engines I've found and their dependencies, subdependencies etcetera:
Oxite
LINQ to SQL
Atomsite
NLog (Logging framework)
Yahoo! UI Library: YUI Compressor for .net (Minifies js and css, .net port of YUI Compressor)
Ecmascript.net modified
Tidy.net (.net port of HTML TIDY)
SGMLReader (Converts SGML into XML)
StructureMap (DI/IoC framework)
SharpZipLib
Both of these seems to be more separate applications rather than something you mix and match with other things. Does anyone know of anything that:
Has a separate assembly (or one for controllers and one for models)
Uses repository pattern
Allows use of any DI/IoC
Allows use of any ORM
Comes with view templates that I can change

http://www.funnelweblog.com - ASP.NET MVC 3.0, Razor, and used by a number of bloggers already.

I would recommend a NBlog. Really lightweight. Best to integrate to the existing site.

not sure what you determine as production ready?
Oxite is in beta, but seeing as MVC is not yet at RTM, I doubt you'll find anything that isn't determined as a pre-release.
http://www.visitmix.com/Lab/Oxite
I hope that helps.
edit: http://www.codeplex.com/oxite

this one looks good http://thebeerhouse.codeplex.com/

http://orchardproject.net/ based on ASP.NET MVC 2, Razor etc

Worth to mention BlogEngine.Net in this posts, so:
http://www.dotnetblogengine.net/
and here list of its features:
http://www.dotnetblogengine.net/page/features.aspx
and here the documentation:
http://blogengine.codeplex.com/documentation
It's not MVC, but worth to consider it.

Related

What is the best CMS for developing in ASP.NET MVC4 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
It is for implementing a public website with more than 100 content pages and severals subdomains and cultures. The design is already done (HTML,CSS), so the CMS should be flexible and easy to control the presentation details.
Because that, I thought to use ASP.NET MVC4 to control the output HTML, and I am looking for a good CMS to work with.
I've been recommended to use Sharepoint, but I think it is not a good idea for a public website. I am thinking of Umbraco CMS as it integrates great with MVC.
Any other CMS to take into account?
Thanks in advance!
Havent used other CMS out there but heavily use Umbraco and think its best .net CMS to use because you can make it as complex or as simple as you want , supports multi domains and cultures with the use of dictionaries for the different cultures and most important of all a great community and its free.
Orchard CMS is a good choice. It provides lots of features.
http://www.orchardproject.net/

Putting a CMS framework into an MVC site [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have an MVC application in process of development and want to see if I can create or integrate it into an MVC-based CMS environment. The idea is that the application will appear to run in an environment wherein the user can actually add/edit web pages, download documents do blogs, handle Facebook integration etc.
In some respects I am almost looking for an Application Framework but that is not entirely the case. The application uses EF with an IRepository to allow switchable back-ends (including switching out EF). The key requirement is simply within the same solution to be able to provide a CMS type of management.
Architecturally I have thought of a side-by-side approach and also using a Module type approach wherein the app sits inside a CMS system.
In the immediate term does anyone have any comments, advise or experience as to how I could do this?
Take a look at the ASP.NET MVC based AtomSite. It may have the features you are looking for.
Well it looks like the answer finally came along with the Orchard Project which looks crisp and (reasonably) light-weight and provides a good MVC basis with Application Framework features for application development.

ASP.NET MVC Open Source Real-world Apps [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
Whenever I start learning a new technology or language I tend to look at the source code of some 'real-world' applications. I find them really useful for understanding common, technology specific architecture, idioms and how/what popular libraries are used.
I've recently started learning ASP.NET MVC, but haven't really found good open source apps. I was wondering if you know some worthwhile ones.
I am really interested in MVC apps that use IoC Dependency Injection libraries such as Windsor or StructureMap.
Here you can find a list of asp.net mvc applications with source code.
NerdDinner
KIGG
Contact Manager
Storefront
CodeCampServer
Suteki Shop E-Commerce
Another good example not listed there is codebettercanvas
Have a look at Oxite:
"This is a simple blog engine written using ASP.NET MVC, and is designed with a few main goals:
To exist as a base for our visitmix.com site and for our personal blogs (and for the blogs of other folks as well!)
To provide an example of 'core blog functionality' in a reusable fashion. Blogs are simple and well understood by many developers, but the set of basic functions that a blog needs to implement (trackbacks, rss, comments, etc.) are fairly complex. Hopefully this code helps.
To provide real-world code written using ASP.NET MVC that produces both valid and semantically correct markup
"
Suteki Shop from Mike Hadlow is Open source, using ASP.NET MVC, and for an IoC, Castle Windsor
http://sutekishop.co.uk/
CarTrackr
Not sure if you can call other apps as open source or samples like NerdDinner etc.
KIGG
KiGG is a Web 2.0 style social news web application developed in Microsoft supported technologies.
Also Check These:
Where is an example of a Complex ASP.net MVC model?
What are some projects which are examples of best pratices for ASP.NET MVC?
Real World ASP.NET MVC Applications with Source Code?
Check FlickrXplorer, which I studied first to learn MVC in ASP.Net.
(Sorry because of beeing a newbie I have to post more.)
Checkout MVC Storefront on codeplex. If you google it, you can find video tutorials on how the whole project is built and what technologies are being used.
Some people publish there solution at codeplex. This is a query on codeplex looking for MVC and produktion. First is PRSync.com, there are some more.
Other is MVC storefront, but this is real academic to show building MVC applications.
You can get the Demo project Source code from
http://code.msdn.microsoft.com/MVC-4-Razor-Design-Sample-0ed5e9da#content

What wiki would you recommend to base a new wiki solution upon? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Using C#, preferably Asp.net MVC I want to implement a wiki solution which consists of a unique markup language and article display. However I also want to provide standard wiki features such as RSS, Versioning, ext.
What existing wiki would you recommend me to base upon?
I'm not aware of a mature ASP MVC wiki, but in the asp.net webforms area screwturn is my favourite.
screwturn.eu is your friend. It go all the other tricky stuff solved (and there is a lot of that!)
You can easily replace the page formatter pipeline (core/FormattingPipeline.cs in screwturn) or more simply just add custom formatters
MVC is nice but shouldn't be a requirement for a wiki which is effectively just one page (default.aspx in screwturn's case)?
You should be able to use Url re-writing to make each page have a pretty URL, this is how MVC framework work any ways
e.g. site.com/pageName > site.com/pageName.ashx

What is a good beginner's online resource for ASP.NET MVC? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have 3 days to learn the basics of ASP.NET MVC and create a very small PoC web application with it.
What are currently the best online resources for:
Learning the basics in a tutorial-like way
Reference material regarding ASP.NET MVC
Best practices regarding the use of ASP.NET MVC
I am not looking for general info about the MVC pattern since I have been using it in past (desktop) applications.
Please note:
This question has been asked before on SO, but the big threads I have seen are about half a year old already and seeing the pace at which ASP.NET evolves I am not sure if those are still up to date and if there aren't better choices by now.
For ASP.net MVC 4, Microsoft has released a getting started guide:
http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/intro-to-aspnet-mvc-4
For ASP.net MVC 1, There is also a free eBook released by Scott Hanselman, Phil Haack, Scott Guthrie and Rob Conery. This is rather outdated by now, but may still be of interest to some:
http://weblogs.asp.net/scottgu/archive/2009/03/10/free-asp-net-mvc-ebook-tutorial.aspx
That's more of a concrete project walkthrough rather than a standard tutorial though.
The best source for almost all of you ASP.NET MVC framework questions (including tutorials in text and video format) is going to come from the official source as http://www.asp.net/mvc
I would start with ASP.NET MVC How-Do-I. The ASP.NET MVC Storefront Starter Kit and the ASP.NET MVC Pair Programming are all really good for step by step learning.
Here is one great video from Scott Allen in pluralsight. This is free
http://www.pluralsight-training.net/microsoft/players/PSODPlayer?author=scott-allen&name=mvc3-building-intro&mode=live&clip=0&course=aspdotnet-mvc3-intro
Stephan Walther's blog is another good source of links and info (most resolving to those suggested here).
I just found your question - I've been searching too and found this site, which I thought was a good, plain english guide:
http://www.howmvcworks.net/
Scott Gu's and Phil Haack provides you some straightforward "tips". It's true that older posts uses out dated MVC version, but the majority of the content is still valid. The basics (how and why) you need can be found there.
These links could be useful:
Asp.net and C#: MVC
Asp.net and C#: Introducing MVC Development w/the Razor View Engine for Visual Studio Developers

Resources