Click here to Skip to main content
15,883,901 members
Everything / Web Development / ASP.NET / ASP.NETvNext

ASP.NETvNext

ASP.NET5

Great Reads

by andre.lombaard
Explaining the processes involved in setting up Angular 2 within an ASP.NET 5 environment
by raddevus
Part 1: Master the ASP.NET MVC Project Template & Technologies (Razor, jQuery, JavaScript, Bootstrap, CSS). Part 2: Build an ASP.NET MVC app which runs in the browser but feels like using a desktop app.
by Gourav Jain MCTS®
This article will give a kick off start to build an application using .NET core on Linux and Windows
by Sergey Volk
Open source framework for monitoring Asp.Net Web Api 2 and MVC5 applications performance without using windows performance counters, automates performance counters data collection, store and visualization.

Latest Articles

by Ev Uklad
How to develop a Blazor server application dynamically and generate UI from Entity Framework using open-source Platz.SqlForms including master-details data entry
by Zijian
Generate strongly typed client API in C# for ASP.NET Web API and .NET Core Web API supporting desktop, Universal Windows, Android and iOS
by aditya pewekar
Create custom HTML helper to manage Page Mode like View (Readonly) and Edit/Add (Editable)
by MattiLindroth
An example on how to call Oracle stored procedures with UDTs from ASP.NET MVC / REST API

All Articles

Sort by Score

ASP.NETvNext 

4 Jan 2016 by levelnis
How do you post to a Web API controller from an MVC controller?
4 Jan 2016 by levelnis
Send a success message to a View using TempData
4 Jan 2016 by levelnis
How do you display WebAPI model errors in MVC?
5 Jan 2016 by levelnis
In an earlier article, I wrote about reducing controller dependencies with generic factories. One criticism of this approach, which I agree with, is that it hides those dependencies. This article looks at an alternate approach - using facades.
5 Jan 2016 by levelnis
Article discussing how to handle posted data in an MVC controller action by using commands and handlers
5 Jan 2016 by levelnis
Article discussing how to unit test ASP.NET MVC controllers using NUnit and NSubstitute
2 Nov 2015 by Anuraj Parameswaran
This post is about uploading files to ASP.NET 5 web application using HTML5 file API.
4 Jan 2016 by levelnis
Article exploring how ViewModels fit in to the MVC ecosystem and how to use factories to create them.
27 Oct 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Of course, as the name suggests, it is the upcoming version of ASP.NET.
27 Dec 2015 by Talking Dotnet
While learning .NET 5, I read that Yeoman now supports ASP.NET 5 application and it’s actually surprised me. And the first very thought that came to my mind was “WHY?” Why Yeoman for ASP.NET 5 applications?
5 Jan 2016 by levelnis
In this post, we'll discuss how display templates can simplify our view logic.
26 Jan 2016 by Afzaal Ahmad Zeeshan
This post is about C# 6 usage in ASP.NET 5 web applications to fine tune applications for more readability and better performance.
4 Jan 2016 by levelnis
How do you call a Web API Endpoint without using JavaScript?