Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Should I store the type of an inherited class as its property rather than use `as` or `is`?

c#

Receiving a broadcast message in C# [duplicate]

c# broadcast

c# external Exception in GDI+

c# image exception gdi+ bitmap

Inheriting from the web client class

c# inheritance

Properly handling network timeouts on Windows CE

Can strong naming cause problems with object serialization in C#?

c# serialization strongname

WndProc with no visible form?

c# .net winforms wndproc

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