News

You have a number of different ways to store and retrieve data between requests in ASP.NET Core MVC applications. Here’s how to take advantage of them.
Scenario: Containerize ASP.NET MVC or Web Forms apps In this scenario you will containerize ASP.NET MVC or Web Forms apps (Traditional ASP.NET frameworks in .NET Framework 4.x). The diagram below ...
Take advantage of redirect action results in ASP.NET Core MVC to elegantly redirect a request to a specified URL ASP.NET Core is a cross-platform, open source, lean, fast, and modular framework ...
The DevExpress ASP.NET MVC Diagram extension can build a tree structure from a linear data structure. Use the Bind (object nodeDataObject) method to bind the Diagram to the data source.
This article looks into how ASP.NET Core makes it easy to build a modern web API. This enables an implementation that is easy to design, test, and maintain.
You'll find controls such as charts, grids, diagrams, schedulers, Gantt controls, maps, gauges, docking controls, menus, ribbons ... the ASP.NET MVC set alone contains more than 70 controls. For ...
This article has been updated based on community and Jing Chen (Facebook)’s reaction. (See the Update section below.) Facebook came to the conclusion that MVC does not scale up for their needs ...
ASP .NET MVC 5 is currently under developer preview, and is included in the recently-released Visual Studio 2013 Developer Preview. Today I'll be covering how to use the new Authentication Filters ...
The ASP.NET Global.asaz file allows you to implement a variety of tasks, including application security. Find out how may use this file in your application development efforts.