Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

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?

ASP.NET + NUnit : Good unit testing strategy for HttpModule using .NET 4

asp.net nunit c#-4.0

C# constructor using a dynamic vs Interface as a parameter

dynamic c#-4.0 decoupling

how parentForm Reference is null?

c# c#-4.0 user-controls

How to get values for child objects using Dapper ORM?

c#-4.0 orm dapper

SqlConnection with Parallel programming

C# bank example - class for customers - what for withdrawls, deposits, etc

c# oop class c#-4.0

How do I call async methods in asp.net C# 4.0?

c# asp.net c#-4.0 asynchronous

Multiple databases(datacontext) on same server without MS DTC

Print Date in c# in a specified format

c# .net c#-4.0

Update DatagridView Cell Background color based on row data

how to return an anonymous type in linq-to-sql

Fluent nHibernate Slow Startup Time

fluent-nhibernate c#-4.0

Is it possible to create a Dynamic tree structure using the ExpandoObject?

How did they implement this syntax in the Massive Micro-ORM, multiple args parameters?