Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

What is the Efficiency and Performance of LINQ and Lambda Expression in .Net?

c# .net linq .net-3.5 lambda

Inconsistency in divide-by-zero behavior between different value types

Troubleshooting .NET "Fatal Execution Engine Error"

IO 101: Which are the main differences between TextWriter, FileStream and StreamWriter?

c# .net-3.5 io .net

Does the .Net Framework 4.0 Installer include the .Net Framework 3.5?

What is a good way to shutdown Threads blocked on NamedPipeServer#WaitForConnection?

c# .net-3.5 named-pipes

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]