is there any book for aps.net MVC Social Networking Website? [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 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.

Related

Does anyone have recommendations as to how or where I would go about getting 1-to-1 mentoring as a beginner programmer (preferably for free)? [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 2 years ago.
Improve this question
I picked up coding during quarantine and haven't gone a day without learning since. I've managed to learn the basics of Ruby in little under two weeks and run a few programs/started creating a basic app. Now I have to get a hang of Ruby on Rails. Furthermore, I have started learning Data Structures & Algorithms as a separate topic to complement the programming followed by Logic & Discrete Mathematics. I'm a very fast and curious learner and simply cannot just let a question be without knowing the solution to it (which led me to making my StackOverflow account).
Learning is always easier and more engaging when you have an enthusiastic and passionate person to guide you through a subject.
I was wondering if anyone knows where I can find a good one-to-one mentor that caters to an enthusiastic beginner programmer?
Alternatively, is there a recommended online forum, group or organisation that does the same thing?
Answers would be very much appreciated.
Ultimately there isn't really a great place for this yet, perhaps because there's a point at which developers no longer wish to be mentored rather than rely upon a mutual network. StackOverflow being an obvious example.
Coding Coach tries to tie mentors and mentees together, for free. In my experience it can be quite difficult to find active mentors on the platform though.
CodeMentor isn't free but also has a large number of active mentors.
RailsLink has a channel called beginners-and-mentors for small bits of advice.
It can be quite difficult to find someone willing to engage one-to-one when you're learning because, unfortunately, it's often quite boring for the mentor. For that reason, networking with peers is a great way to learn when starting out. It also means that one 'mentor' can help a collective with greater ease.
Try reaching out to people on Twitter or other social media and try to be helpful where you can too. Even if you're only one week in you're a week ahead of someone who's not tried at all.

Asking for good ASP.NET MVC 6 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 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.

Condensed 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 6 years ago.
Improve this question
I am an experienced engineer and would like to hear recommendations about good and condensed books on ASP.NET MVC, that does not deal with basics. I don't need to be introduced to any patterns or to the web development fundamentals. On the other hand, the last web application I worked was running on asp.net web forms which was slightly before any AJAX framework was introduced. A book recommendation on the trendy/popular AJAX frameworks would also be very much appreciated.
Any suggestions, please
Thanks a lot
K.
NOTE: I, of course, had a look at book reviews on amazon, etc. What I am looking for is not recommendations from anyone but from people having similar profiles. Unfortunately, it is impossible to know the profile of the people who recommends books on bookstore web sites. I am essentially looking for advise from a fellow programmer who has many years of experience and possibly have had a similar requirement. I bought the books recommended and found them containing too much details that can be discovered anyways while working with it. Perhaps, what I am looking is a design description of the framework with brief explanations for key objects and components. Any suggestions is greatly appreciated
look at these collection.
1. Pro ASP.NET MVC 5 (Expert's Voice in ASP.Net)
Great book, covers everything you need to learn to work with ASP.NET MVC, Highly recommended.
http://www.amazon.com/Professional-ASP-NET-MVC-Jon-Galloway/dp/1118794753/
2. Hands on with ASP.NET MVC 6.
This book covers all the tiny steps on using MVC at its best. With complete practical tutorials to illustrate the concepts, you will step by step build one End to End application which covers below mentioned techniques - Controllers, Views, Models, Forms and HTML helpers, Data annotation and Validation, Membership, Authorization, Security rather you will also learn how to bootstrap your design, then how to host the app in AZURE, Web API and Dependency Injection.

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.

Snippets for productivity - collect good code [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 2 years ago.
Improve this question
I was wondering whether there're recommendable sites, that host collections of good and useful code-snippets.
Searching stackoverflow, to be honest, sometimes is priceless.
- But if you know sites like commandlinefu (just for Shell stuff), you may also want something like that for Ruby, Java, Python or C#. There're some small collections, of course. Very often these are specific sites dedicated to be just funny or "wicked cool" (the book series).
I'm just looking for practical stuff to learn from other people's experiences. The standard stuff. Not funny, not wicked. Just pragmatic and workflow-oriented. It seems no one wants to share that.
If you're simply googeling the web and put everything into a growing list of files, there's no overview. So that's not the workflow either, isn't it?
Not really snippets. But quite useful, http://github.com
With many languages, there is http://snippets.dzone.com/
Still with many languages, there is http://codesnippets.joyent.com/
For Django, there is http://www.djangosnippets.org/
After, there's a lot of blogs all other the web giving advices and snippets.
Some others:
Snipplr
RefactorMyCode
Codeproject and codeguru have lots of code snippets which are useful

Resources