News

When working with ASP.NET Core or ASP.NET Core MVC 5 you no longer need a web.config file. However, using a web.config file is perfectly valid if you’re hosting your application in IIS.
ASP.NET Core 5 MVC provides support for request and response headers, which are collections of key-value pairs that are passed between the server and the client together with a request or response.
The gang at Microsoft has been working on the new ASP.NET MVC -- Model-View-Controller -- framework for a while. In February they announced the MVC Framework v0.
In the resulting New ASP.NET Web Application, I selected MVC and checked off the MVC option. At this point, if you’re following along, you have a vanilla ASP.NET MVC 5.2.3 project. To add my first ...
An ASP.NET Core web site that acts as a portal with a menu structure where each menu opens up an MVC view. Ability to host one or more Angular SPAs within that website.
Today I'm going to cover how embed a Power BI report in an ASP.NET 5 Core web app. We'll start out by creating a new web app, and then I'll detail how to embed your Power BI report in it. We'll get ...