Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Moq It.IsAnyType not working for Func returning Task with generic type

c# moq func generic-method

Convert C# classes (class library) to SQL DDL (tables)

c# .net sql sql-server vb.net

C#: why bother having a 'finally' clause? [duplicate]

c# try-catch-finally

Literal character in C#

c# parsing

Is it possible to download only one part of a file (e.g, the first 100KB) in C#?

Unused 'using' directives are not shown as warning, any valid reason?

c# warnings

WPF FontFamily Format question

Is it possible to create simple programs in C# using VS2010 Express?

c# visual-studio

Matrix shortest path with jumping points

c# .net

C# - Can't resolve XInput namespace in DirectX SDK (November 2008)

On-demand IEnumerable binding to ListBox

c# wpf data-binding

How can I dispose every instance object in StructureMap's ObjectFactory?

How do I programmatically check EFFECTIVE delete (modify) or write permissions in .NET?

c# asp.net file-permissions

Remote debugging - Remote debugger doesn't support this version of Windows error

Call a method at a certain time

c# multithreading timer

SCOPE_IDENTITY() always returning 0

c# sql sql-server

Object initialization similar to List<> syntax

How to add FreeImage.dll to C# project

c# visual-studio-2008

what is the best way to parse out the text after the last instance of a character

c# string