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
Just wondering if there are any good projects out there that use View Models. I am trying to get my implementation nailed down for how we are going to use VM's and there seems to be a few cross roads that I am coming up to and am wanting to see how other people handle these.
Big bonus if the project uses ASP.net MVC 2.0.
Cheers
Anthony
The best example / sample out there, download numbers: 109459
Nerddinner
some other:
ASP.NET MVC 2 - Sample Application
ASP.NET MVC 2 Knowledge Exchange
inspired by StackOverflow
A lot more here, make your own choice.
Hope This helps
Try CodeCampServer.
CodeCampServer is a free, open source
Code Camp management web application.
Built on the ASP.NET MVC Framework,
this project was founded by Jeffrey
Palermo and has been contributed to by
many people over the past year+.
CodeCampServer is in active
development, and uses MvcContrib.
Built on the ASP.NET MVC Framework,
this application is the foundation for
the examples of the ASP.NET MVC in
Action book from Manning and started
by Jeffrey Palermo. Jeffrey serves as
Product Owner.
Source is hosted on Google Code.
Related
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
Ive been always using PHP only as a backend language to create websites. Now I want to try something new, and my choice is ASP .NET.
After a little research I found out I need the following knowledge - C#, then .NET framework, then ASP MVC pattern, and then the entity framework.
Is that right?
Can you recommend me some good books on that topics?
Thanks!
The book recommendation question is off-topic, but your initial question is not, so I'll answer that one.
Yes, there are a lot of things to learn going from PHP to ASP.NET MVC, especially if you've never done software development in a MVC pattern before. First, I would recommend that you learn about the ASP.NET MVC architecture, then start developing a test site. You can pick up C# and any .NET Framework functions along the way. I think learning by doing is the best way. If you want to use an ORM, then you can learn about EF, otherwise, you can always connect and query the database using ADO.NET.
There are also many great free resources on the web, but personally I do find books to be more useful if I want to master a subject. Hope this helps!
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
Just started learning the new asp.net mvc4 SPA template , noticed that knockout is being used , so give me reference to any book / Video which describes asp.net mvc with knockout.js from scratch .
A really good start is to work through the tutorials step by step on the knockoutjs.com site, the tutorials are brilliantly put together and there are live examples which help to demonstrate "real world" scenarios.
Once you are comfortable with the knockout constructs this article gives a basic but good illustration of integrating pure knockout with MVC controllers, models and views.
An alternative approach is to use knockoutMVC although it is important to point out that this is an extension of knockout.js and is definitely not required to get knockout working really well in an MVC project (I don't use this but thought I would include for completeness).
Finally if you want to get more advanced, this SPA guide is a very useful 4-part tutorial on creating a Single Page Application with Knockout and 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
Hello StackOV experts!
I've just completed the core pieces of my first MVC3 site. While showcasing it to folks, I received additional requirements (Wiki and document library being the ones of concern here).
One of the other developers suggested using SharePoint components to address the feature needs. We have a SharePoint server. Can we use the SharePoint components and incorporate them in the current site without overhauling the website to SharePoint? If so, can you please provide some examples?
Thanks in advance!!
hmm... those are the key features which make SP solution win over any ASP.Net or MVC application.
Anyway , few options you have is to write custom UI
and use client object model / Rest APIs to post and pull data from SP2010
If you are using MOSS 2007 then you can look into "SPServices" project in Codeplex , which uses JQuery + SP2007 Webservice to give you kind of same behaviour.
There will be lot of limitation also as you will not be able to use Office Integration from MVC application as you can do in SP2010.
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
My background:
1. I recently graduated college (BS in CS), and have been working full time as a MOSS 2007 software developer for 7 months. Any server side code I write is in C# using asp.net 2.0.
2. I have mostly (Java, C) experience and a strong grasp of OOP from college.
What I'm looking for:
A book on asp.net 2.0 that will help me understand the framework. If code examples are in C# or there is additional information on C# development, that is a plus, but my primary goal is to understand how the framework works. For example, I know that Page_Init gets called, then Page_Load, etc but how does that work internally? Any recommendations?
Right now I'm looking at the following books:
Professional ASP.NET 2.0 Programmer to Programmer,
Professional ASP.NET 2.0 Special Edition,
CLR via C#
Given the info above, can anyone help me limit my choices? I like the reviews for CLR via C# the best, but I'm not convinced that it will provide enough info about asp.net itself. For the other two titles, I'm wary that they assume too much knowledge of asp.net v1, but I have no such experience. Thanks.
CLR via C# is not a book about ASP.NET but it's a must for any developer working in .NET to understand it's inner workings. I say again, a must.
Either of mentioned ASP.NET books are good and provides what you need.
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
I am looking to read other peoples software to learn how to produce quality, speedy, reusable code. If the code has JQuery in it that would be great because I am learning JQuery as well. Thanks
Maybe you can take a look at SharpArquitecture for a complete arquitecture reference With ASP.Net MVC and NHibernate, include an example project.
http://wiki.sharparchitecture.net/:
Focused on Domain Driven Design,
Loosely coupled, Preconfigured
Infrastructure, Open
Ended Presentation.
Another Complete Reference is the BeerHouse CMS from ASP.NET MVC 1.0 Website Programming: Problem - Design - Solution book:
http://thebeerhouse.codeplex.com/
Concept of Model View
Controller,Creating RESTful
URLs,Leveraging jQuery to make a lean
and scalable website that incorporates
AJAX, Using Membership & Profile
modules in the MVC Framework,
Incorporating LINQ to SQL to generate
your data access layer , Use of inline
C# code inside of your markup
I have found NerdDinner to be a good place to start.
This site has several examples.
sutekishop which you can download at http://code.google.com/p/sutekishop/ is a very good example to learn asp.net MVC. I am going through the source code and found a lot to learn. I agree NerdDinner is a little bit basic thought it's a good starting example.
The Storefront tutorial is a more mature application than NerdDinner. I'd suggest looking into that.