Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Is it possible to implement RemoveAll() on EntityCollection<T>?

c# .net linq entity-framework

Possible ways to generate audit trail for every save of business entities

c# .net audit

Query executes in 4 seconds directly in SQL Server but takes > 30 seconds in ASP.NET?

c# .net sql sql-server-2008

How to check whether List<T>.Sort actually sorted something?

c# .net sorting

Constraint on DataColumn in C# DataTable?

Error with IndexOf C#

c# .net

Creating a Multidimensional array from a list of objects

c# .net linq

Generate code through Reflection over the same assembly

c# .net reflection t4

Multiple exe files in one solution, all referencing a single public class

c# .net visual-studio dll

Why are HtmlEncode and HtmlDecode not isomorphic in .NET?

Why is RestSharp deserializing two dates differently?

Best way to check if any value exists on ArrayList

c# .net

IEnumerable<T, int>, Arity and Generic Type Definitions

c# .net linq linq-to-entities

What is the difference between deleting & uninstalling in the context of a Windows Service?

How to unit test a thread safe queue

C#: convert a stream of bitmap images to avi file

Is it possible to hide an enum value from a PropertyGrid?

Convert String To Int in LINQ

c# .net string linq casting

Force a C# Application to run in 32bit mode on a 64bit server

c# .net 64-bit 32-bit

Why does Enumerable<T>.ToArray() use an intermediary Buffer when it can just call Count() first?

.net performance linq