Conditional LINQ clauses

Programming

How to Conditionally apply LINQ Clauses

Read more...

Difference between null and undefined in JavaScript?

Programming

What is the difference between null and undefined in JavaScript?

Read more...

Merge multiple objects in JavaScript

Programming

How-to merge multiple objects in JavaScript

Read more...

Shuffle-List with LINQ

Programming

How to randomly shuffle a List<T> with LINQ

Read more...

C#

FTP upload in ASP.NET MVC 5 POST action

Programming

How to performe a FTP upload in ASP.NET MVC 5 Controller POST action

Read more...

ForEach - Source Null Checking

Programming

How to check if the Source of a ForEach statement is NULL in C#

Read more...

C#

Manipulate Readonly Internal from Outside

Programming

Exposing types as a less capable type doesn’t prevent use as their real type.

Read more...

C#

QuickSort Implementation with LINQ

Programming

How to implement QuickSort in C# with LINQ

Read more...

LINQ: Query CSV files

Programming

How to query Comma Separated Value (CSV) files with LINQ

Read more...

Restart with Elevated Privileges

Programming

How to restart your application with elevated privileges using C# code

Read more...

C#