Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

IQueryable methods are not resolved for dynamic query variable

.net linq dynamic c#-4.0

Can you use linq to see if two IEnumerables of data contain any common entries?

c# .net linq ienumerable

can we access a private variable using an object

c# .net oop

"Computer is not a member of My" Error in .NET

.net vb.net winforms

Non-enterprise uses for WCF?

c# .net wcf web-services

ASP.NET Web.Config Transformation Issue

Having separate copy of base class static member in each derived class

c# .net static-classes

RX AutoCompleteBox

c# .net system.reactive

How do I connect to a local host using PrincipalContext?

c# .net

What does this statement mean?

Windows Forms designer is permanently broken for a certain form

Concatinating properties in a list of items

c# .net linq loops

Application stopped logging after using ILMerge

c# .net log4net ilmerge

In .NET, Array only extends IEnumerable, so will there be boxing and unboxing when a foreach loop goes through a value type array?

weak references in .net

.net weak-references

How to cast a object to IList<T> with unknown type T

c# .net windows generics casting

Create an observable that repeatedly calls a method

.net system.reactive

The '=' character, hexadecimal value 0x3D, cannot be included in a name

c# .net xml

What is a suspended thread?

.net multithreading

Where the 'Type' of a reference value is stored in memory?

c# .net vb.net memory reference