TechBubbles Microsoft Technology BLOG

CategoryASP.NET

ASP.NET 5 main goals overview

The main goals of developing ASP.NET 5 are as follows .NET 4.6 which is a big framework also called desktop CLR. The Core 5 CLR is a subset of desktop CLR. It does not contain Win forms, WCF, workflow or WPF. Development is made much faster by killing the compilation step, when you save the changes in VS editor it then automatically compiles the file you just need to refresh your browser to see...

ASP.NET MVC 6 overview

ASP.NET MVC 6 is a single aligned web stack on top of ASP.NET for doing web UI and web API. The current web stack contains Web Pages, MVC and Web API as shown in the following picture, they do not share much, Web pages and MVC share razor view engine but beyond that they do not share much example html helpers. Both MVC and Web API have their own Controllers, Actions, Filters and Model bindings...

ASP.NET MVC 6 overview

ASP.NET MVC 6 is a single aligned web stack on top of ASP.NET for doing web UI and web API. The current web stack contains Web Pages, MVC and Web API as shown in the following picture, they do not share much, Web pages and MVC share razor view engine but beyond that they do not share much example html helpers. Both MVC and Web API have their own Controllers, Actions, Filters and Model bindings...

ASP.NET 5 internals overview

ASP.NET 5 comes with the default runtime environment called KRE. KRE is K runtime environment which contains compilation, SDK and native CLR host. K runtime bootstraps the environment and runs on different operating systems. KVM is K version manager for installing different versions of KRE.Different commands related to KVM- single command line that downloads and runs the KVM KVM install 1.0.0 –...

Tooling support for ASP.NET 5 in Visual Studio 2015

The main goal of Visual Studio 2015 development is to give wonderful developer experience for visual studio users. VS 2015 provides command to tools to support mixed environment. For example, if you have 10 team members and 8 of those using visual studio and the other two are using different tool set on mac. In new project dialogue in VS 2015, you can see new 4 options Select the ASP.NETvNext Web...

Security and Configuration Enhancements for ASP.NET Projects in VS 2013

Number of enhancements made for ASP.NET Projects in Visual Studio 2013 release. For example, Now you can easily create a Web Forms project which has MVC as a part of it or you could create MVC project which has Web Forms. This release also enabled switching authentication types per project, For example you can create a MVC project that uses Windows Azure Active Directory or you can select...

Bootstrap for ASP.NET Development

It is critical for the web developers to target their websites to render on different devices and form factors. ASP.NET templates now using a framework called Bootstrap. What is Bootstrap? Bootstrap is front-end framework for easy and faster web development. This post explains how to use Bootstrap in  ASP.NET applications and outlines some of the features of this framework. Create a new ASP...

What is new in ASP.NET Signal R2

This post outlines the some of the improvements in new version of SignalR that included in Visual Studio 2013. In this version 2 issues related performance, stability and API usage are addressed. What is SignalR? SignalR enables you to do the real time browser-server communication that uses the best technology client and server support. SignalR API improvements One of the first features that you...

What is new in ASP.NET Web API 2

Visual Studio 2013 is shipped with ASP.NET Web API2. ASP.NET Web API 2 allows you to easily build secure http services that can be called from any client including browsers and mobile devices. This post outlines how to build a secure http service using OAuth 2 and Visual Studio 2013. 1. Open Visual Studio 2013 and create File –> New Project, select the Web API click on Change Authentication...

What is new in Visual Studio 2013 preview for Web Developers

This post outlines the new updated features in Visual Studio 2013 preview for Web Developers.Some of the features described here requires the downloading of Web Essentials for Visual Studio 2103 from here. Some interesting features on JavaScript side are Documentoutline Support to JavaScript (JavaScript Editor Features) In the Editor you can provide meta data in comments to enhance the experience...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud