Explore >> Select a destination


You are here

blog.peterritchie.com
| | nodogmablog.bryanhogan.net
7.0 parsecs away

Travel
| | Full source code available CoreWithKestrelFromConfighere. In my previous post I explained how to host Kestrel web server running on (the default) port 5000 as a Windows service. But what if you want to run the server on a different port?
| | www.claudiobernasconi.ch
6.9 parsecs away

Travel
| | Building APIs has become simpler with ASP.NET Core 6. Learn a simple way to create integration tests for ASP.NET Core 6 WebAPI applications.
| | csharp.christiannagel.com
7.0 parsecs away

Travel
| | The HttpClient class can be easily used in a way how it's not meant to be. While this class is disposable, using it with the using statement is often not the best choice. Disposing the HttpClient, the underlying socket is not immediately released. The HttpClient class is designed to be reused for multiple requests. Having...
| | www.marclittlemore.com
82.3 parsecs away

Travel
| There are many different types of tests you can write. Let's find out about what they are.