Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

If authentication ticket also contains information about roles, then why...?

Model-View-Presenter: Validate UI

Is warning CS3006 valid in this case?

c# .net cls-compliant

How do I get the current executing directory on linux with .Net Core?

What are ways to mock out a struct to get a class under unit tests?

c# tdd moq legacy-code

Upload multiple files with parameters in ASP.NET Core

Date value changes when sent from angular and received in ASP.NET server

Dependency Injection with classes which inherit from the same interface Console .Net Core

how to initialize array to -1 fast? [duplicate]

c#

Fill any ArrayList with results of an SQL statement

Merging xps documents make last one duplicate

c# .net wpf xps xpsdocument

Pass generic parameter to a non-generic method

c# .net generics overloading

Best practics for parallelize web crawler in .net 4.0

c# web-crawler

Mixing Unity Web API and MVC4 UnityDependencyResolvers: No parameterless constructor defined for this object

Await async with event handler

c# asynchronous msmq

Is this a good implementation of a three-layer application design? [closed]

How to implement a DateTime entity property to set always DateTime.Now

Julian date string to DateTime

c# datetime julian-date

Interpreting SSH output

c# .net bash ssh xterm

String.Join dropping null values returning less items than number of Elements in the Array

c#