Organize MVC5 learning-related resources and mvc5-related resources
1 Official Getting Started http://www.asp.net/mvc/tutorials/mvc-5/introduction/getting-started English is not good, good English students really have advantages, there are samples .......
2 various client tutorials html5 css3 js jquery http://www.w3school.com.cn/is very important to me this zero-based ah
3 mvc5 default include bootstrap http://www.bootcss.com/Official Site
4 jquery online manuals http://jquery.cuishifeng.cn/
5 ASP. NET MVC5 website development practice http://www.cnblogs.com/mzwhj/p/3537145.html
6 video like webcast mvc1 mvc2 video 51cto mvc3 video http://edu.51cto.com/lesson/id-14591.html#6720061-tqq-1-99925-efb1236591194ac88877612d417dd71c
7. If you want to see samples, you can go to codeplex github.
8. ebook
The ASP. net mvc 4 Framework reveals the full version of Asp. net mvc 5 advanced programming version 5th)
Professional C #5.0 and. NET 4.5.1 (English) C # advanced programming (7th)
English. Sorry ..........
What is the prospect of learning JAVA programming? I 'd like to hear from JAVA programmers
The outlook is beautiful and the process is hard.
Currently, mobile phones in China are updated iteratively, and Android is very popular. Nokia's Saban system is obviously outdated. Android is developed using JAVAME.
In terms of JAVAEE, we also know that the previous C/S structure has been gradually eliminated, and B/S (such as JAVA) has been recognized by users for convenience, is it easy and easy to access? I am still willing to install desktop applications. In other words, as long as you have a computer, a network, and access.
So no matter which direction you take, learn JAVASE first
Basic java Problems
Public static void main (String args [])
Is the main function
You know the usage of static modifier variables.
Static can also be modified. Let's take a look.
This indicates that this method is declared globally only once.
You can check the singleton mode by the way.