Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Algorithm in .NET to detect simple typos

how to get data from url on asp.net

.net asp.net query-string

String list remove

c# .net list foreach contains

Sorting in SQL Server or .NET?

.net sql-server sorting

What would you put into the unit test of a repository class (data access layer)?

If I know .NET 4.0 is installed on a user's machine, can I assume .NET 2.0 is as well?

c# .net c++

How to realize right IEnumerator interface for multiple foreach?

C# why shall I use "new" keyword when subscribing for an event?

c# .net events delegates

How is HashSet<T>.Contains faster than List<T>.Contains?

C# version of OpenSSL EVP_BytesToKey method?

c# .net encryption openssl md5

override ToString() for an int element in a class

c# .net

Log4Net File Appender Not Logging

.net log4net

.NET Regex - "Not" Match

c# .net regex

Accepting a Byte array, vb6 to C# interop

c# .net vb6 interop

Assigning values via a Lambda Expressions?

c# .net lambda

Get control by name, including children

c# .net winforms controls

Thread-safe updates of a WinForm control from other classes

C# Interface with static property or methods?

Cast between interfaces whose interface signatures are same

c# .net casting

Sort a list of interface objects

c# .net sorting icomparable