ASP.NET Hosting - ASPHostPortal.com :: How to Publishing an ASP.NET 5 Project...
In this post we will show you how to publishing an ASP.NET 5project to a local IIS server. Recently I deployed a new ASP.NET 5 web application to a local IIS server. Though there are several online...
View ArticleASP.NET Hosting - ASPHostPortal.com :: How to Write content from ASP.NET to...
How to Write content from ASP.NET to ExcelThe following program shows how to write the GridView content to an Excel file and save to a desired location. Here we are using the FileStream class to write...
View ArticleASP.NET Hosting - ASPHostPortal.com :: How to implement Windows...
This step-by-step article describes how to implement Windows authentication and authorization in an ASP.NET application. To use the built in security of Windows and ASP.NET, implement Windows...
View ArticleASP.NET Core 2 Hosting - Creating A GraphQL Endpoint in ASP.NET Core
The Graph Query LanguageThe GraphQL was invented by Facebook in 2012 and released to the public in 2015. It is a query language to tell the API exactly about the data you wanna have. This is the...
View ArticleASP.NET Core 2 Hosting - How to Secure Your .NET Core 2.0 Web App
Configuring ASP.NET Core to require authenticationImagine we’re starting with an ASP.NET Core 2.0 MVC application (with no authentication mechanism configured).You can grab the code we’re about to go...
View ArticleASP.NET Core 2 Hosting - Create ASP.NET Chart Control from Database using C#
In this article I will explain with an example, how you can display charts in ASP.Net using new Chart Control.Web.Config ModificationsYou will need to modify the Web.Config file as following shown in...
View ArticleASP.NET Core Hosting - Easy to Migrate Visual Basic 6 to .NET
Converting VB6 code to VB.NET is not a simple process that can be executed easily in spite of using automation tools. A number of automation tools are available in the market, with Microsoft itself...
View ArticleASP.NET Core Hosting - Queues In .NET Core
I was recently looking into the new Channel<T> API in .NET Core (For an upcoming post), but while writing it up, I wanted to do a quick refresher of all the existing “queues” in .NET Core. These...
View ArticleASP.NET Core Hosting - Using Layered Architectures In ASP.NET
One approach to designing Web applications is to focus on clearly defined layers of the application’s architecture. This approach is similar to the way an architect designs a building. If you’ve ever...
View ArticleASP.NET Core Hosting - Using Swagger with ASP.NET Core
Swagger is an auto-magically generated API documenting tool. It takes any standard Web API project and can generate amazing looking (And functioning) docs without a user having to write a single...
View Article