Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

Asynchronous methods in using statement

Dash (-) in anonymous class member

c# .net .net-3.5

C# calling form.show() from another thread

LINQ: Using INNER JOIN, Group and SUM

c# linq .net-3.5

Determining whether a Type is an Anonymous Type [duplicate]

Display progress bar while doing some work in C#?

Can LINQ be used to find gaps in a sorted list?

c# .net linq sorting .net-3.5

How do I get the Local Network IP address of a computer programmatically?

c# .net .net-3.5 ip-address

DataGridCheckboxColumn two way binding

How to Read a Configuration Section from XML in a Database?

c# .net .net-3.5 configuration

How can I make reverse scanning of a binary file faster?

How do I write this lambda select method in VB.net?

vb.net linq .net-3.5 lambda

Why is my WPF textbox "kinda" readonly?

wpf .net-3.5

How can I create a group footer in a WPF ListView ( GridView )

wpf .net-3.5 styles

WCF WebService / IIS Hosting & Configuration Issue Behind a Firewall

Can LINQ to SQL query an XML field DB-serverside?

sql xml linq-to-sql .net-3.5

Can't set breakpoints on an auto-property setter ? Why?

Reading the list of References from csproj files

Named Pipe Server throws UnauthorizedAccessException when creating a second instance if PipeSecurity is set

c# .net-3.5 named-pipes

check against: null vs default()?

c# .net-3.5 null