Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Having trouble getting rid of redundant code via inheritance or generics

c# .net oop

Drawbacks, advantages, etc. between ILMerge or ResolveAssembly for embedding assemblies?

C# fails to parse NaN as a double

Why can't I create a assembly for silverlight and usual .NET?

.net silverlight

How to invoke an event after losing focus from a textbox that was just filled out?

c# .net jquery asp.net-mvc-2

Good advices to use EF in a multithread program?

How to convert 'open web site from folder' to csproj based 'ASP.NET Web Application' project

.net asp.net visual-studio

Enterprise Library Validation Application Block and Internationalization

How do I cleanup .NET stuff when a C++/CLI DLL unloads?

.net dll c++-cli

This XmlWriter does not support base64 encoded data

c# .net xml xml-serialization

Locally unique identifier

How should I check if a .NET decimal value is a whole number?

.net vb.net decimal

How can my C# Windows app be notified of changes in network status without polling?

c# .net windows

Axis2 MTOM Webservice and a .NET Client to consume it

c# .net web-services axis2 mtom

Use WebClient with socks proxy

c# .net socks webclient

Graceful shutdown with Generic Host in .NET Core 2.1

c# .net asp.net-core .net-core

RestSharp Timeout not working

Why is it impossible to call static methods on Nullable<T> shorthands?

c# .net syntax-error nullable

What is the difference between "Debug.Print" and "Console.WriteLine" in .NET? [duplicate]

c# .net vb.net

What exactly happens during a "managed-to-native transition"?