Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Compiler not resolving to expected extension method

c# .net lambda owin katana

Loops and Garbage Collection

F# - Domain Specific Language

.net f#

Formatting strings in C# consistently throughout a large web application

C# type inference : fails where it shouldn't?

Winforms &TimeSpan - Which control works best?

.net winforms timespan

Should I bother learning Windows Workflow?

.net workflow

Why does enumerating through a collection throw an exception but looping through its items does not

Hook LoadLibrary call from managed code

.net c++ loadlibrary

Paging Support - ADO.NET Entitry Framework and LINQ

Which piece of code is more performant?

Question about Dictionary<T,T>

c# .net dictionary

How to programmatically generate .NET classes from XSD? (Like xsd.exe do)

c# .net xml xsd schema

Entity Framework ObjectContext -> raw SQL calls to native DBMS

variable/property changed event in vb.net

Only digits, the digit may be decimal (regular expression)

.net asp.net regex validation

How to execute Windows service at a specified time daily

c# .net windows-services

DateTime.Now within a statement

c# .net datetime

C# .NET: if ((e.State & ListViewItemStates.Selected) != 0) <- What does it mean?

What is the difference Between String and string? [duplicate]

c# .net visual-studio oop