Quantcast
Channel: All About ASP.NET and ASP.NET Core 2 Hosting BLOG
Browsing all 427 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

ASP.NET Core Hosting :: How to Create CRUD App Using Blazor and ASP.NET Core

Blazor is an experimental .NET web framework using C#/Razor and HTML that runs in the browser via WebAssembly. It simplifies the process of creating single page application (SPA) and at the same time...

View Article


ASP.NET Core Hosting :: How to Handle Multipart Request with JSON and File...

Suppose we’re writing an API for a blog. Our "create post" endpoint should receive the title, body, tags and an image to display at the top of the post. This raises a question: how do we send the...

View Article


Image may be NSFW.
Clik here to view.

ASP.NET Core 2.2 Hosting :: Feature Flags with ASP.NET Core 2.2

Feature flags can be useful for changing the runtime behavior of an application with minimal impact. Having a UI to toggle the feature flags on and off is extra helpful, too!That said, we built a...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET Core Hosting :: How to Implement Custom Error Pages in ASP.NET MVC Core

We just recently saw people ask this questions on forums, so we decide to write short brief tutorial to make custom error pages in ASP.NET MVC Core.So, let’s start how to implement custom error pages...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET Core Hosting - ASPHostPortal :: How to Integrate Stripe Payment with...

Stripe is a service for doing online payments. It's easy to get started with it because they take care of both the frontend and the backend. The frontend scripting is available for many different...

View Article


Image may be NSFW.
Clik here to view.

ASP.NET 4.6 Hosting :: How to Solve Error "Could not create SSL/TLS secure...

Yeap, ASP.NET Core 2.2 has been released and ASP.NET Core will release soon. But, there are many other users that still using previous ASP.NET version like ASP.NET 4.6. I just found in forum that...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET Core Hosting :: Error Logging in ASP.NET Core Application

I find it tough to believe that many developers do not use any Logging library in their applications. For a Web Applications, Error Logging is one of the key attributes to help troubleshoot application...

View Article
Browsing all 427 articles
Browse latest View live