Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Is there a way to know what keeps objects alive in C#

Restore SSL certificate override check

c#

In C#, how can you easily change the name of an event handler?

c# events ide handlers

.Net - web services - Stop WSDL and default help page being accessible but leave service up

c# asp.net web-services wsdl

How do I add an item to a ListView from another thread without causing an exception

c# multithreading

Should empty "if" statement in C# lead to an error or warning?

c# .net c#-3.0 c#-4.0 c#-2.0

how to pass/transfer out parameter as reflection? - visual studio extensibility c#

System.Reflection.MethodInfo.Invoke and multiple threads

Using Linq and C#, how could I kinda merge two lists over some criteria?

c# linq merge

ASP.NET MVC Razor syntax

how to pack few .NET dll's into one dll

c# .net dll mono

How do I share Business Layer classes between a desktop App and a Web App in c#?

c#

checked and unchecked exception in .NET

c# java .net c unix

Is there a way to determine if a generic type is built from a specific generic type definition?

c# generics reflection types

StringWriter is not disposed along all exception paths

c# stringwriter

Search for interface in all assemblies of bin

c# .net asp.net

Why can't I reference a class in another namespace in another project within the same solution?

c#

Is there possibility to create *.config file from scratch programatically in .NET (C#)?

c# .net app-config

C# return non-modifiable list

Log4Net: How to add simple indexer (row number) to each log line

c# .net logging log4net