- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 177字
- 2021-06-25 22:00:33
ASP.NET Core MVC project structure
ASP.NET web framework has fully matured over the years, transitioning from web forms to MVC and Web API. ASP.NET core is a new web framework for developing web applications and Web APIs that can run on .NET Core. It is a leaner and more streamlined version of ASP.NET that is easy to deploy with in-built dependency injection. ASP.NET Core can be integrated with frameworks such as AngularJS, Bootstrap, and ReactJS.
ASP.NET Core MVC, similar to ASP.NET MVC, is the framework for building web applications and APIs, using the Model View Controller pattern. Like ASP.NET MVC, it supports model binding and validation, tag helpers, and uses Razor syntax for the Razor pages and MVC views.
The structure of the ASP.NET Core MVC application differs from that of ASP.NET MVC, with the addition of new folders and files. When you create a new ASP.NET Core project from Visual Studio 2017, Visual Studio for Mac, or through the CLI tools from the solution explorer, you can see the new components added to the project structure.
- HTML5+CSS3+JavaScript從入門到精通:上冊(cè)(微課精編版·第2版)
- Docker技術(shù)入門與實(shí)戰(zhàn)(第3版)
- Debian 7:System Administration Best Practices
- Learning Data Mining with Python
- Visual Basic學(xué)習(xí)手冊(cè)
- MATLAB定量決策五大類問(wèn)題
- 網(wǎng)絡(luò)爬蟲原理與實(shí)踐:基于C#語(yǔ)言
- HTML5+CSS3網(wǎng)頁(yè)設(shè)計(jì)
- C程序設(shè)計(jì)實(shí)踐教程
- Android系統(tǒng)原理及開發(fā)要點(diǎn)詳解
- Python深度學(xué)習(xí)原理、算法與案例
- Android群英傳
- ArcGIS for Desktop Cookbook
- Modern C++ Programming Cookbook
- 工業(yè)機(jī)器人離線編程