Question : I’m using .NET Core 2 to create a dependency that will be injected into an API. The idea […]
Tag: .net-core
Reading HTML pages with .NET Core
Question : Next, I have a code that reads a particular web page: private string GetCodePage() { WebRequest request = […]
What can I do in .Net Framework and .Net Core? And vice versa
Question : I grew my eye on .Net Core (ASP.Net Core), I started with C #, but I left by […]
genericsT Dependency Injection
Question : Good morning, friends. I ran into a difficulty and I can not get past it. I have 2 […]
Compatibility between .NET Core 2.0 and .NET Framework 4.7
Question : I’m creating a general purpose library (DLL) for reuse in .Net Core 2.0 and .Net Framework 4.7 projects. […]
Dependency injection in .NET Core
Question : I am migrating a WebAPI project with .NET Framework 4.6 for .NET Core. In my project I use […]
Is it possible to include the .NET requirement to run a stand-alone application?
Question : The title can be confusing, but the goal is to make an application written with .NET run without […]
Is .NET Core stable enough for production?
Question : Is .NET Core Stable and Reliable to Be Used in Production Environments for Commercial Websites? Answer : […]