Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Analysis of ASP.NET Development in Visual Studio 2013

2025-03-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "ASP.NET Development Analysis in Visual Studio 2013". The content of the explanation is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "ASP.NET Development Analysis in Visual Studio 2013".

Special project

It seems that only ASP.NET Web Application types are left in the Web project.

Then the part of the template is unified in a single interface, and you can choose to add relevant references and directories according to Web Forms / MVC / Web API, while the template appears to have Empty / Web Forms / MVC / Web API / SPA / Facebook / Mobile, which seems to allow developers to mix Web Forms and MVC, that is, you can choose Web Forms templates and add Web Forms and MVC-related references and directories at the same time. By default, when you select one of the templates, the necessary references will be checked and cannot be removed, so don't worry about checking fewer references.

The template style is changed to apply Bootstrap, and you can download the CSS style to bootswatch.com and apply it directly.

In Web Forms projects, you can also use Scaffold to quickly generate maintenance templates for CRUD.

Cassini has been removed in this version

Another cool new feature is that in the past, when we modified any CSS or page data, we had to start Browser again in RUN, while the new version provides a Reload button, so that as long as we directly press the Reload button after modification, the currently opened Browser page will automatically reorganize and present the modified result, and this function is not only bound to IE, if you open IE / Chrome Browser at the same time Will be automatically reorganized together, which makes the front-end development more convenient.

MVC 5 debut, does not support .net Framework version 4.0 (inclusive), must use .net Framework 4.5Web API 2

Version 4.0Net Framework (inclusive) is not supported, .net Framework 4.5is required, and attributes are also supported to define routes.

CORS performs cross-domain access directly through settings, or individually in a specific Controllers, or can be set to require a specific http header to access.

ASP.NET SignalR 2.0

.net Framework version 4.0 (inclusive) is not supported, .net Framework 4.5 must be used.

Thank you for reading, the above is the content of "ASP.NET Development Analysis in Visual Studio 2013". After the study of this article, I believe you have a deeper understanding of the problem of ASP.NET development and analysis in Visual Studio 2013, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report