Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Static Deconstructor

c# .net

Convert DataTable to List of strongly typed objects

Cryptographic accelerator and .NET

Can't install MSI built with VS2010 that targets framework 3.5

Extension Method with Type Constraints

c# .net

Count and distinct count in one LINQ expression

c# .net linq c#-4.0

Better (generic) declaration of Func delegates

c# .net generics reflection func

Why is serializing double[] not working in WinCE?

CredUIPromptForCredentials forcing manual selection of user name

c# .net windows credentials

Patterns for Compensating Lack of Inheritance in SOA

c# .net wcf web-services soa

How would I constant listen on a port with a GUI?

c# .net multithreading tcp

Use .NET 4.0 or .NET 3.5?

c# .net

Programmatically removing sublayouts in Sitecore

c# .net sitecore sitecore6

Make Entity Framework read-only

Use Windows Narrator through .NET

c# .net windows narrator

Enumerator as an argument

c# .net ienumerator enumerator

Make a C# method "implement" a delegate

Interview FAIL: And I thought Google was tough [closed]

c# .net byte bit

Writing a sub query in LINQ with Top X

c# .net sql linq

How to cleverly create an anonymous type from an IEnumerable<T>?

c# .net linq collections