localization-2

:: resources :: Common.fr-FR.resx Goodbye Au Revoir Hello Bonjour No Non Yes Oui :: Goodbye Howdy :: Common.en-US.resx Hello So long No Yah Yes Nope 결과 : QueryStringRequestCultureProvider We are using query string to switch the request culture. Culture FR – UI Culture GB Culture US – UI Culture US Request Culture: fr-FR Today’s… Read More »

localization

:: resources :: Goodbye Au Revoir Hello Bonjour No Non Yes Oui 결과 : fr-FR – Bonjour Au Revoir Oui Non

generic-host

컴파일 오류

hello-world-startup-multiple-configure-environment-services

결과: Hello Development

hello-world-startup-multiple-configure-environment

결과 : Hello world Development

hello-world-startup-istartupfilter

결과 : Hello world from GreetingMiddleware

hello-world-startup-istartup

결과 :Development

hello-world-startup-capture-errors

결과 : An error occurred while starting the application. Exception: error here WebApplication1.Startup.ConfigureServices(IServiceCollection services) in Program.cs, line 21 Exception: error here WebApplication1.Startup.ConfigureServices(IServiceCollection services) in Program.cs 21. throw new Exception(“error here”); Microsoft.AspNetCore.Hosting.ConventionBasedStartup.ConfigureServices(IServiceCollection services) Microsoft.AspNetCore.Hosting.Internal.WebHost.EnsureApplicationServices() Microsoft.AspNetCore.Hosting.Internal.WebHost.Initialize() Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication() Show raw exception details .NET Core 4.6.28008.02 X64 v4.0.0.0 | Microsoft.AspNetCore.Hosting version 2.2.7-servicing-10089 | Microsoft Windows 10.0.18362 | Need… Read More »

hello-world-startup-basic-request-verb

결과 : Request GET

hello-world-startup-basic-request-query-string-3

결과 : All query string click this link to add query string •message – hello,world,again •isTrue – 1 •morning – good