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

Image may be NSFW.
Clik here to view.

ASP.NET Core Hosting :: How to Setup Project in IOptionsSnapshot using...

In this article, I want to explore IOptionsSnapshot and show how to work with IOptionsSnapshot in ASP.NET Core 1.1.We will use the dot-net CLI to create a new project and configure it using the reload...

View Article


Image may be NSFW.
Clik here to view.

ASP.NET Core 3.0 Hosting :: An Early Look at gRPC and ASP.NET Core 3.0

In this post, I want to introduce my very early experience (after a few hours of experimentation) of gRPC and ASP.NET Core 3.0. I’ve conducted some experiments as part of our quarterly Madgex hack day....

View Article


ASP.NET Core Hosting :: How to Produce HTTP Response in ASP.NET Core Outside...

ASP.NET Core 2.1 introduced support for a little (or, should I say, not at all) documented feature called IActionResultExecutor<T>. It allows us to use some of the action results -those that we...

View Article

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 latest articles
Browse All 427 View Live