Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. This eMag examines how architects can lead ...
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 ...
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 ...
Take advantage of the DinkToPdf and wkhtmltopdf libraries to generate PDF documents from HTML templates in ASP.NET Core 5. When working on web applications in ASP.NET Core 5 or ASP.NET Core MVC 5, you ...
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 ...
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 ...