Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to Create such a Task Panel?

Prevent Size property from being serialized when it's equal to default value

Is null reference basically all-zeroes pointer in C#?

c# .net memory

A generic construct requires that the type 'Cell<'T>' is an unmanaged type

c# .net f# native unmanaged

Unit test serilog configuration

.net .net-core serilog

Using different versions c# and .NET Framework with dll [duplicate]

c# .net

WebClient throws SocketException (Invalid argument)

c# .net webclient

An assembly with the same identity 'XXX' has already been imported. Try removing one of the duplicate references

c# asp.net .net asp.net-mvc iis

Blazor/Electron : Handling close event

c# .net electron blazor

Analog of CreatedAtAction for update operation

Where should TreeView's Invoke method between two WinForms be handled?

c# .net winforms treeview invoke

Is there a .NET construct like Java's enum.ordinal()?

.net enums f#

Order of LINQ extension methods does not affect performance?

c# .net linq

Why can't I just use EventHandler<int> instead of deriving from EventArgs

c# .net

How do I return XML from a Stored Procedure?

c# .net xml stored-procedures

Does setting an item null in a .NET List<T> make it available for Garbage Collection and is it a good idea?

c# .net

Is it safe to access asp.net session variables through static properties of a static object?

c# .net asp.net session static

Is it OK to use Math.Pow (10, n)?

c# .net math

How to know when OWIN cookie will expire?

Anyone with Postsharp experience in production? [closed]

.net asp.net aop postsharp