Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to unit test "console.readLine" for invalid input?

c# .net visual-studio-2010

Tuple or Object array is best to return from a method for multiple values in C#?

c# .net

Can't await async extension method

Setting up Forms Authentication for multiple Web Apps in MVC 5 based on OWIN

Build multiple solution platforms at once?

What are the rules for when dispose() is required?

Is using a static class to facilitate access to appsettings acceptable? [closed]

c# .net

Failed to write large amount of data to stream

A PowerShell cmdlet vs. a .NET class

List sum too large, throwing overflow exception

Get current (logged) user in ASP.NET Core 3.0 .razor page

.net asp.net-core blazor

Charts in webpages

Declaring variables - best practices

c# .net

Does .NET have a Dictionary implementation that is equivalent to Java's ConcurrentHashMap?

In C#, can I know in the base class what children inherited from me?

c# .net inheritance

Overlay two controls

.net wpf layout

Class both extends an abstract class and implements an interface

Does it make sense to copy an immutable type?

c# .net immutability

Avoiding web service god classes

.net wcf soap refactoring

General Rule for When to Implement IDisposable

.net design-patterns