|
|
What is the Azure App Service plan
|
|
The application runs on the App Service Plan (ASP) in Azure App service. The app service plan contains a compute instance to run the web applications. Compute means CPU, Memory, and storage within the VM. This Article will examine Azure App Service plans, comparisons, and features.
|
|
|
|
|
|
|
|
|
How to deploy your Web App using Github Actions on Azure App Service
|
|
We will deploy the Web application using Github Actions on Azure App Service. Let us create a sample ASP.NET Core Razor web application and deploy to Azure app service using Github Actions. Also, subsequent code check-ins are going to deploy using Github Actions from Continuous deployment.
|
|
|
|
Visual Studio Team Explorer 2017 (VSTE) Standalone Install
|
|
Visual Studio Team Explorer 2017 (VSTE) is a rich, standalone client to interact with Team Foundation Server(TFS), Visual Studio Team Services (VSTS) and Local Git Repositories. It is free for any user and the installation only includes Team Explorer so you can access repositories without Visual Studio IDE.
|
|
|
Start Page Redesigned in Visual Studio 2017
|
|
With Visual Studio 2017 IDE, Microsoft has re-designed the start page that prioritizes the actions that help us to get code faster and start working instantly using Open and Create Facilities. Visual Studio 2017 Start Page has Recent, Open, Create new project and developer news sections.
|
|
|
New Installation Experience with Visual Studio 2017
|
|
In this article we will see the new Installation Experience with Visual Studio 2017 which has new user experience by having Work loads, Individual components and Language Packs. Also with the new installer window we can report/provide our feedback to Microsoft.
|
|
|
Install Visual Studio 2017 Release Candidate (RC)
|
|
Microsoft has released Visual Studio 2017 RC on November 16,2016. This new visual stuido release includes major feature invnovations and improvements. Here we will see how to download and install visual studio 2017 RC version.
|
|
|
Dotnet codeformatter released to GitHub
|
|
Microsoft has released codeformatter on GitHub. This tool uses Roslyn which can be used to format C# project code automatically as per guidelines. With the source code format we will have better readability and maintainability of a code.
|
|
|
.NET CoreCLR is Open Sourced
|
|
.NET Core RunTime(CoreCLR) as an open source project on GitHub..NET Core is part of ASP.NET 5 and subset of .NET framework which includes includes RyuJIT, the .NET GC, native interop and many other .NET runtime components.
|
|
|
What's new features in the .NET Framework 4.5.2
|
|
The articles discuss about What's new features in the .NET Framework 4.5.2 like ASP.NET improvements, Re sizing in Windows Forms controls using EnableWindowsFormsHighDpiAutoResizing, Distributed transactions enhancement, Profile/Debugging improvements and Event tracing changes.
|
|
|
|
|
|