Asking for good ASP.NET MVC 6 documentation [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 6 years ago.
Improve this question
I want to learn Asp.net MVC6 for developing web Applications , I don't have any knowledge about it and i'm looking for a book,tutorial for absolute beginner and which there is evey detail about Asp.net MVC(I like details )
Thank you

I think that the official documentation is very good with examples and explanation on how to do things.
I have read it while it was still ASP.NET vNext in beta and it was already good with just few interesting things missing. Now it should cover pretty much everything.
I would recommend the .NET Core fundamentals as well, maybe even start with it, but it depends on how you like to study.

Scott Allen has really great tutorial videos.
You can check some of those out here.
Anyways, I started out by watching about 16 hours worth of his videos.
Edit: This link I provided points to MVC5 videos, although I still believe to be useful when learning how to develop asp.net applications.

Related

is there any book for aps.net MVC Social Networking Website? [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 am new to Asp.net MVC, i want to study social networking websites. so is there any good tutorial or book.i have read http://www.codeproject.com/Articles/332173/Parichay but its not enough for a new learner like me.
Thanks
First of all, I don't know of any good material for you to read, it seems a bit too specific. But I do have some advice that might get you started.
Since you are new to asp.net MVC and your goal is to create some sort of social networking website, I would recommend just starting to code. Just start small with what you already know. Like; you need to authenticate the users, they need a profile and a way to edit it, they will be posting some sort of status updates and so on. This kind of try and fail iteration approach will give you so much more in terms of knowledge, experience and insight both to asp.net MVC and to how social networking works in general.
I'm not saying tutorials are bad, but I think a balanced combination is the best. So taking pieces from different tutorials on http://www.asp.net/mvc/tutorials or other places in order to get authentication and profile editing working i.e.
Hope this is somewhat helpful to you even though I could not directly help you with your question.

Looking for an intermediate to advanced Rails 3 book recommendation [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 a seasoned Symfony 1.4 developer with a good handle on Symfony 2.0, so I'm a bit beyond the basics of frameworks.
I've recently built a solution with Rails 3 and would like to pick up a book to read up on how I could have done some things better.
I'm mostly using Rails as a database layer with very minimal in the ways of ERb. Some topics I'd hope to see covered in advanced detail are:
JSON
Ideas and opinions on how to serve rich internet applications
Good ActiveRecord usage and planning
Writing models and keeping implementation out of controllers
In general, conventions on controllers and actions
There are likely many subjects I'd like to hear about however I'm not interested in focusing too strongly on testing quite yet.
Haven't read this book, but it seems really good Ruby Science
After spending a bit of time with some of the books from the comments above, it looks like Rails Antipatterns is still quite worthwhile.

Is there a Asp.net Mvc sample application with N layers? [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
I'm looking for sample asp.net mvc application of medium size (preferably a blog engine) built using layered architecture and DI (preferably Ninject) so I can compare my coding practices with the sample application.
If there is some tutorial available with sample app, it will be like jam to the cake. If there is such open source project going on that I can join and work on it will be great too.
Check out the downloadble code for the great book Pro ASP.NET MVC 2 Framework, at http://www.apress.com/9781430228868 .
It contains a full componentized MVC application using Ninject as a DI container. It's a lovely project to learn from, based on a great book I highly recommend.
I blogged about a blog engine here: http://www.palmmedia.de/Blog/2011/2/7/asp.net-mvc-3-razor-based-blog-engine-with-sql-ce-4.0
It is based on ASP.NET MVC 3 and SQL CE 4.0. Unity is used as DI container.

N2Cms How to start [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 have a static website and I want to use the N2 Cms + Asp.Net Mvc,
I don't know how to start sorting thins up, when should I create a page, and when should I use a part, and what controllers should I make ?
does any one have a blog or a tutorial?
I saw their N2.Template project but it is too complicated,
and lacks the documentation ?
You might also be interested in this PDF that someone on the N2 mailing list created:
http://interferencelogik.com/docs/N2CMS_TheLittleHandbook.pdf
The documentation Dan linked to is a bit sparse and not very well maintained, but the basic concepts haven't changed much recently and they cover them pretty well.
EDIT:
the link provided earlier is no longer working, and here is a new link:
https://n2cmsdocs.atlassian.net/wiki/download/attachments/1245210/N2CMS_TheLittleHandbook.pdf?api=v2

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.

Resources