Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

Elegantly Handle Repetitive Property Code in C#

Calculate to sum of 2^1000 without using BigInt

c# c#-4.0 bigint

generic list of value types with sequential layout and pack size -> BUG?

generics list struct c#-4.0

Conversion from Delphi to .NET 4 (Without any tool) [closed]

Delete sqlite db file

Entity Framework is padding out my text fields although they are not Fixed Length

Passing datatable from C# to SQL Server 2008

c# sql sql-server-2008 c#-4.0

What is the use case for using a JsonResult action in asp.net mvc3?

Reading Form Data in ActionFilterAttribute

Adding a custom editor to visual studio editor list

Inno Setup Modify app.config file when you run setup.exe

What's the most efficient way to convert a DataTable to an object[,]?

c# linq c#-4.0 datatable

How to call PUT method from Web Api using HttpClient?

Using LINQ find nearby places from database

NHibernate: How to eager fetch sub entities with a filter over sub entity through one sql query without lazyload?

How to make FileHelpers set the line number on each record?

c#-4.0 filehelpers

How to Return Null value from method using FakeItEasy

c#-4.0 fakeiteasy

Object is not disposed along all execution paths

c# c#-4.0

How do you implement C#4's IDynamicObject interface?

Why isn't the new() generic constraint satisfied by a class with optional parameters in the constructor?