Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Onion Architecture: Core vs Domain

How to await for override async function?

How would you correctly return a collection of objects asynchronously? [closed]

Disposing a memory stream properly (WPF Image Conversion)

c# .net wpf image

When using Take(...) on a List<T>, is the entire list returned before Take(...) is applied?

c# .net linq optimization

Excel INT equivalent

c# .net excel

Anything wrong with putting connection strings in applicationSettings? [duplicate]

Concat all strings inside a List<List<string>> using LINQ

c# .net linq

How to get namespace, class, methods and its arguments with Reflection

c# .net dll reflection types

Multiple Match bindings found on line with two different parameters

how to pass multiple objects into a IEnumerable List?

c# .net vb.net list

attach a pdf in an email using SelectPdf .NET without saving PDF

c# html .net email pdf

How to compare two lists of strings to find identical strings

.net vb.net string list

How is Html helper 'available' to all views in MVC?

c# .net asp.net-mvc

Not sure how to test this .NET string with FluentValidation

c# .net fluentvalidation

ConvertTimeToUtc is always off by one hour

EPPlus: Creating Sort Columns

c# .net excel epplus

How can I use Console.Write in object initializer?

c# .net object-initializers

Autofac ignores registration conflicts

Is there a shortcut to convert a model to a view model?