News

In this blog post, we will explore how to expose COM server components in .NET Core and utilize them in AutoCAD using GetInterfaceObject. COM (Component Object Model) provides a standardized way for ...
How to implement logging, read from the configuration system, and use dependency injection in minimal APIs in ASP.NET Core 6.
One of the highlights of improved ASP.NET Core functionality in .NET 6 was support of minimal APIs, for which work is still ongoing in the new .NET 7 Preview 3. Minimal APIs are architected to create ...
In this article, the author explains the process behind developing HTTP Client SDKs in .NET 6. The article also contains a sample SDK explained in detail, with considerations for different scenarios.
When working in applications in ASP.NET Core you might often need to invoke the Web API action methods using HttpClient to check if the endpoints are working fine. To achieve this, you would ...
Microsoft announced a new data access driver for SQL Server that should be the path forward for data developers in the era of .NET Core.
Due to a combination of design errors, bugs, and incorrect documentation, it is surprisingly hard to use .NET's HttpClient correctly. As a result, applications that appear to be working correctly in p ...
We have built an ASP.NET Core service which connects to Apple's HTTP/2-based APNS servers (in order to send push notifications from our ASP.NET Core-based platform to Apple devices). Unfortunately, ...