Migrating from PHP to ASP .NET [closed] - c#

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!

Related

KnockOut.js With 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
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.

asp.net 2.0 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 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.

ASP.net MVC demo projects that use View Models [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
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.

.NET Micro Framework Tutorials? [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
I can't really seem to find any good .NET Micro Framework Tutorials on google. Does anyone know of any?
Have a look here: http://informatix.miloush.net/microframework/, this site contains many examples, articles and resources you will find handy when developing for Micro Framework.
On that website there's a feed which aggregates all the feeds from all the blogs targeting .net micro framework, so you can stay in touch with the latest news from this field.
And if you are seriously interested in developing for this platform, you should get the book called Expert .NET Micro Framework. It is an excellent introduction with many examples and how-tos.
Check Scott's Hanselminutes Session at http://www.hanselman.com/blog/HanselminutesOn9TheNETMicroFrameworkWithColinMiller.aspx
As well as the earlier mentioned http://informatix.miloush.net/microframework/, You could check out the official .NET Micro Framework portal on MSDN.
It has some links to blogs with some good "Howto's"
Here's a "getting started" tutorial with some book recommendations
There's also an unofficial community which may offer some help on the matter: http://wiki.microframework.nl
A really good way for you to learn and understand the .NET micro framework is by using it for embedded software development. You can purchase a board called the Netduino available at http://www.netduino.com. You can work on some of the example projects mentioned on the web site or peruse online through the netduino forum community for more sample projects.
By doing hands on work, you can relate to the .net micro framework libraries in the context of real world embedded applications. This will be very useful to you and you will have fun learning it.

What Open Source Software has Quality ASP.NET MVC C# 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 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.

Categories