1. Description
1.1 Software
win8.1+tfs2014 up4+vs2015 preview+sqlserver2014 ...
1.2 Frames
EF7 beta1+mvc6 beta1 (including WEBAPI) +.netframework Core ...
1.3 Items
First, from the "0" basis examples, and finally complete the development of a simple e-commerce website.
2. Catalogue
The first time to write Bo, in order to clear their own writing ideas, but also to facilitate readers guidance. Here is a brief overview of the catalogue (links will be added in succession):
- One of VS2015 Vnext Learning Series: Description and catalogue (this is the article)
- VS2015 Vnext Learning Series II: Project template Introduction (vnext Template creation: Currently can class project, console project and ASP.NET5 (it has two templates))
- VS2015 Vnext Learning Series three: CLR chapter (Vnext can coexist with multiple. NETFramework versions, and how to select Runtime Changes)
- VS2015 Vnext Learning Series Four: Bower (it mainly deals with downloading or uninstalling static file installation packages, bundling (i.e. merging), compressing static files, etc.)
- VS2015 vnext Study Series five: Grunt (this function is very powerful, I am still groping.) Example: compiling the less file into a CSS file)
- VS2015 Vnext Learning Series VI: NPM (Grunt is also a NPM technology, and I'm still groping)
- VS2015 Vnext Learning Series VII: KVM Chapter (Installation and Basic use)
- VS2015 Vnext Learning Series Eight: EF (EF7 Basic mapping, migration, etc.)
- VS2015 Vnext Learning Series Nine: Project layering practical work (complete a project example, brief layering introduction)
- VS2015 Vnext Learning Series Ten: Publishing and Deployment (IIS deployment and host host running, cloud deployment)
3. Summary
VNext (the next generation of development technology) has not yet released the official version, but the technology trend and thought is basically set, may be in the actual development encountered a lot of bugs, no solution doubts, please keep calm.
If you want to learn vnext and experience the cool feeling of new tools and techniques, please hurry to install the VS2015 preview version.
vs2015 Download official page: Http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs
(Note: Can be installed with the old version under the same operating system)
One of VS2015 Vnext Learning Series: Description and catalogue