Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to make AutoMapper truncate strings according to MaxLength attribute?

c# .net automapper

Check if WMI ManagementObject query is Nothing instead of using a Try/Catch?

.net vb.net wmi

Why is typeof(Child<>).BaseType.IsGenericTypeDefinition false?

c# .net generics

Gradle - throw exception if project still has SNAPSHOT dependencies

java .net gradle groovy

Making relative urls in asp.net webform custom classes without Request

c# asp.net .net webforms

How to trigger a design-time build on file change in Rider?

.net msbuild resharper rider

Access token validation failure Microsoft Graph API

Surprising or wrong benchmarks of Where(predicate).FirstOrDefault() vs FirstOrDefault(predicate)?

How to send data to Service Bus Topic with Azure Functions?

Can you use Coverlet to get code coverage data in a .NET Framework project?

.net code-coverage coverlet

Blazor Passing Data from Parent to Child

c# asp.net .net razor blazor

ASP.NET Core (.NET 5) + Angular 11 = build error on empty project

Override authorization policy in ASP.NET Core 3

c# .net asp.net-core

Should I return Task<IEnumerable<T>> or IAsyncEnumerable<T> from repository?

View of allocated memory

.net memory

Is there a dynamic language based .NET build tool?

.net build-automation nant

Speed of DataSet row/column lookups?

c# .net optimization datatable

7-Zip (7za.dll) .NET wrapper

.net 7zip

How do I determine the file and line # of a C# method from a symbols (.pdb) file?

c# .net pdb-files

How to use a different template for selected and drop down states in combo box in Silverlight?