Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

Can I make a generic optional, defaulting to a certain class?

c# generics .net-3.5

Dapper and SQL Injections

.net orm .net-3.5 dapper

TFS Build server - CSC : fatal error CS2008: No inputs specified

.net-3.5 tfs msbuild tfsbuild

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