Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to get an array of distinct property values from in memory lists?

Using Microsoft's Application Blocks

How to rewrite or convert C# code in Java code?

java c# .net mono interop

What is a private assembly in .Net?

.net assemblies

Focus on a Control When Switching Tabs

c# .net

Test Data Builder pattern: more useful or more upkeep?

WCF - returning large images - your experience and tips on doing so

c# .net wcf

Turn on Description panel in the standard CollectionEditor

.net visual-studio designer

How do I match part of a string only if it is not preceded by certain characters?

Does .net SqlCommand.ExecuteReader close connection?

How can I rollback clickOnce if I have a minimum required version?

.net clickonce

How do I create a subclass of TabPage that I can edit like a UserControl?

.Net Converting a number from one culture to another

Route www link to non-www link in .net mvc

How bad is it to store class and assembly names in the database?

c# .net database

How do i populate a POCO (child) IList property from a Linq2Sql query?

.net linq-to-sql poco

What are some good sample desktop application projects I could do in C# .NET

c# .net

Unable to kill a worker thread in Silverlight

What does this compiler-generated enumerator mean?

To Form Load() or Not to Form Load()