Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to override serilog settings using appsettings.json

c# serilog

How to parse a list of Integers from a JSON object

c# json parsing json.net

Read node value with XMLTextReader

c# xml xmlreader

HttpUtility.HtmlEncode not working

c# asp.net

What is the shorthand for Response.Write in asp forms?

c# asp.net

Web API async method with AngularJS

c# asp.net .net async-await

How do to Get current HTML tab in Chrome with c#?

c# google-chrome

Combine ASP.NET and ASP.NET core in the same solution

ApplicationInsights - How to Track WebAPI Usage

Update table column based on comparison of columns from 2 table (SQL)

c# sql-server database

Could not load file or assembly Microsoft.IdentityModel.Tokens problem

c# jwt

Exclude particular Web Api endpoint from the swagger UI

Does AutoFixture support `DateOnly` for .NET6?

Getting server error 500, 'Internal Server Error', but works fine on Postman, using httpclient in C#

How to connect a Controller to a Page in Razor Pages

How do I structure DI for Serilog in AWS Lambda when I need the ILambdaContext

Using Autofac in ASP.Net Core 3+. Best practices for controller registration when parameters aren't in container or cannot be resolved automatically

c# asp.net-core autofac

C# Asynchronous operation

c# multithreading

Best Practices for improving Software Quality [closed]

c# unit-testing tfs

Filling custom C# objects from data received stored procedure

c# stored-procedures