Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to convert string to string array in VB.NET?

.net vb.net arrays string

Anything like Java's static imports in F#?

Better Syntax for an If statement

c# .net if-statement

C# - Looping through a Repeater control and accessing values added via DataBinder.Eval()

Why this Regex, matches incorrect characters?

javascript .net regex

Use Generics or not?

c# .net

How to check business days in c#

c# .net .net-3.5

When does inlining a task occur?

linq join 3 tables with or condition

c# .net sql linq join

T-SQL stored procedure with sorting and paging enabled not working properly

What's wrong with my C# code?

c# .net datarow

How to reference a secondary project in Visual Studio 2010

c# .net visual-studio-2010

LINQ ForEach Statement

c# .net linq

How do I find all CR+LF's in a string?

c# .net

.NET Dynamic method. Best performance

How to convert hexadecimal "string" into actual hexadecimal value in .NET? [duplicate]

Find duplicates in List(Of String) in VB.NET

.net vb.net list

How to create unique file name?

.net vb.net winforms

How do I declare a variable with hyphen on it

c# .net

Async methods don't require additional threads?

c# .net async-await