The services that comprise distributed applications must communicate with one another to exchange data or information. You need a common data format for these communications, which narrows the options ...
ASP.NET Core configuration providers read configuration data from common sources such as JSON files and databases. But you can use other sources by creating custom configuration providers. We use ...
Two Microsoft MVPs have collaborated on a project called Electron.NET that uses the open source ASP.NET Core 2.0 framework to create cross-platform desktop apps running on Windows, OSX and Linux. It's ...
First and foremost, in ASP.NET it is important to use the built-in Forms Authentication rather than rolling your own authentication framework. This gives you plenty of flexibility in constructing your ...
Welcome to Part 3 of ASP.NET Core Learning the Ropes, wherein I show how to create the Contact Controller and Razor views for creating, updating, viewing and deleting contact records from a SQL Server ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Lily Mara explains how to avoid high-risk ...
OWIN gives developers a nice abstraction of the webserver when building web applications ASP.NET Core steps away from the standard OWIN implementation, but does it to simplify for developers ...