Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Decorating System.Console.Out to add color

.net f# console-application

Not able to compile code containing generics and inner classes

c# .net generics inner-classes

Increment the build number automatically

How do I add rounded corners to a GridView table in my .net code?

c# asp.net .net css gridview

C# Enum VS Nullable Property name conflict

c# .net enums nullable naming

get FileInfo for HttpPostedFileBase

c# .net vb.net file-io

How to switch between Debug.WriteLine() at debug and Console.WriteLine() in release mode in .NET/C#

c# .net

DataContext not refreshed when changing object value

c# .net wpf data-binding

Get list of distinct values in List<T> in c#

c# .net linq list distinct

Learning C# and objects inside of methods are confusing me

c# .net

Why does casting using "as" operator result in the casted object being null with C# dynamics

c# .net

NLP/Quest. Answering - Retrieving information from DB

Plug in does not load

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