Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

Attempt to write a read-only database - System.Data.SQLite

c# asp.net .net-3.5 sqlite

Displaying currency in C#

c# asp.net .net-3.5 currency

Why does my .net application require full trust?

How to check if client script is already registered during a partial postback

Fast/efficient way to get index of minimum value in List<T>?

c# list optimization .net-3.5

log4net with ASP.NET 3.5 problems

Safe to get Count value from generic collection without locking the collection?

Can I use System.Core.dll/System.Collections.Generic.HashSet in powershell?

.net .net-3.5 powershell

Check if any item in a list matches any item in another list

c# algorithm .net-3.5

Call multiple SQL Server stored procedures in a transaction

Reflection. What can we achieve using it?

c# reflection .net-3.5

Is there a way to limit who can inherit a class or interface?

c# .net-3.5

How hard is it to incorporate full text search with SQL Server?

Does .NET Framework 3.5 SP1 require restart?

.net-3.5

A generic list of generics

c# generics .net-3.5

What does "=>" mean?

c# .net .net-3.5 lambda

Pass a method as a parameter [duplicate]

c# .net-3.5

InvalidCastException in a LINQ query

.NET List.Distinct

Check that all items of IEnumerable<T?> has the same value using LINQ

c# linq .net-3.5 ienumerable