Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

Can I dynamically add HTML within a div tag from C# on load event?

Custom model validation of dependent properties using Data Annotations

Is it possible to intercept Console output?

c# .net .net-3.5 console

Workaround for lack of 'nameof' operator in C# for type-safe databinding?

Updating your edmx to reflect changes made in your db (.net linq-to-entities)

Can I use the task parallel library in a .Net 3.5 project?

What is the difference between new Action() and a lambda?

c# .net-3.5 delegates lambda

Replacing a DataReader with a DataTable

How to remove a suffix from end of string?

c# string .net-3.5

Shortest way to create a List<T> of a repeated element

c# .net .net-3.5 list

When creating a new GUI, is WPF the preferred choice over Windows Forms? [closed]

Explanation why IEnumerable is more efficient than a List

generics .net-3.5

Replacing Process.Start with AppDomains

Guid == null should not be allowed by the compiler

c# .net .net-3.5 guid

See if user is part of Active Directory group in C# + Asp.net

Lambda Expression using Foreach Clause [duplicate]

c# .net-3.5 lambda foreach

Bind datagrid column visibility MVVM

c# wpf xaml .net-3.5 wpftoolkit

Using LINQ to convert List<U> to List<T>

c# linq list .net-3.5 casting

Getting the date of a .NET assembly [duplicate]

c# .net-3.5

someString.IndexOf(someString) returns 1 instead of 0 under .NET 4

c# string .net-4.0 .net-3.5