Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Which is fast to read, .xml, .ini or .txt? [closed]

c# .net xml io ini

How to represent a very large bit array efficiently?

Best practice for handling SQL injections when calling a stored procedure

Linq where in clause

c# .net linq

c# Know with which IP we use to communicate with another IP?

c# .net network-programming

Are there any known implementations of .CompareTo(object value) method actually returning a value smaller than -1 or greater than 1?

c# .net clr

What is the LINQ query to get a Cartesian Product even when one set is EMPTY?

How to understand the JITed code for "using" with exception handling in C#

c# .net exception native jit

How to use Messagebox in class library c#?

c# .net messagebox

String.Split with a String?

c# .net

Orderby doesn't call Compare() of the provided comparer

c# .net linq

Get external IP address of a website

c# .net dns ip-address

Detect when breaking out of loop

c# .net

Is object eligible for garbage collection if it's created within using-statement and not explicitly bound to a reference?

c# .net using-statement

Error in "web.config" file when I load page in online

asp.net .net .net-4.0

What's the correct math to fade a color?

c# c++ .net colors

Create List of Tuples from List using LINQ

.net linq list tuples enumerable

How to concatenate a string with blankspaces?

c# asp.net .net

c# equivalent of nextElement() from Java

c# java .net

find and delete tuple from list of tuples in C# 4.0

c# .net list find tuples